-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>😎S Raj Shekhar😎</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC&family=Lobster&family=Orelega+One&family=Sigmar+One&family=Square+Peg&display=swap" rel="stylesheet">
</head>
<body>
<div class="Top_Container">
<img class="cloud1" src="images/cloud.png" alt="cloud">
<h1 class="Name">I'm Raj</h1>
<img class="cloud2" src="images/cloud.png" alt="cloud">
<h3 class="title">a Creator.</h3>
<img class="mountain" src="images/mountain.png" alt="Mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="me" src="images/Raj.png" alt="S Raj Shekhar">
<h2>Aloha!</h2>
<p>I am the future wiz of the tech world in practice.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="Cricket" src="images/Skill_1.png" alt="Batsman Hitting a six">
<h3>Cricket.</h3>
<p>I have some delicious Offensive cuts, pulls and drives in my arsenal combined with some classy Defense.</p>
</div>
<div class="skill-row">
<img class="WebDev" src="images/Skill_2.png" alt="Web Development">
<h3>Web Development</h3>
<p>Well, I've made all this myself so tell me how good you think I am?😎</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2 class="GIT">Get In Touch</h2>
<h3 class="end">I hope to create something cool and unique together.</h3>
<p>So let's meet up to make our imaginations come alive!!!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/raj-shekhar-s-00285a7b">LinkedIn</a>
<a class="footer-link" href="https://instagram.com/definitely_rashay?igshid=YmMyMTA2M2Y=">Twitter</a>
<a class="footer-link" href="https://rash-a.github.io/resume/">Website</a>
<p class="copyright">©2022 S Raj Shekhar.</p>
</div>
</body>
</html>