-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (60 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="">
<h1>I'm CR7 FAN BOY</h1>
<h2>A Multipotentialite <span class="pro">Programmer</span></h2>
<img class="bottom-cloud" src="images/cloud.png" alt="">
<img src="images/mountain.png" alt="">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/man.png" alt="Deepa Subramanian"/>
<h2>Hello!</h2>
<p class ="intro">
I am a software and web developer who is passionate about technology.I like listening to music and sleeping. That's all about me.
</p>
</div>
<hr />
<div class="skills">
<h2>My Skills</h2>
<div class="skill-rows">
<img class="p-img" src="images/programing.png" alt="code icon" />
<h3>Programming</h3>
<p class="P-p">
I learned programming from Udemy's free courses and YouTube. My favorite Udemy instructors are Rob Percival, Angela Yu, Brad Schiff, etc.
</p>
</div>
<div class="skill-rows">
<img class="c-img" src="images/hacker.png" alt="web stack icon" />
<h3>Cyber Security</h3>
<p class="C-p">
I fell in love with Kali when I booted it onto my old laptop. And then, I learned something about that field from a local teacher's book and free courses. But I was not a professional pen tester till now. I know that I need to learn more things.
</p>
</div>
</div>
<hr />
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are a Cristiano Ronaldo fan, you can be my friend from now on.</h3>
<p class="footer-message">
I warmly welcome all of the CR7 fans around the world🦾🦾🦾👀.
</p>
<a class="btn" href="mailto:cristianoronaldo@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://github.com/">Github</a>
<p class="copyright">© 2022 SIUUUUU</p>
</div>
</body>
</html>