-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 2.9 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
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="Style.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
<title>Aditya Raghuvanshi</title>
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud pic">
<h1>I'am Aditya</h1>
<h3 style="font-weight="normal"">a Passoinate Programmer</h3>
<img class="bottom-cloud" src="cloud.png" alt="cloud pic">
<img class="mountain" src="https://media1.giphy.com/media/dEvfJaOEzxl9AUSzHP/giphy.gif?cid=ecf05e479pantp9m9cmv6tzj8dx4egq81pntpea7uojod48k&rid=giphy.gif&ct=s" alt="mountain pic">
</div>
<div class="middle-container">
<div class="profile">
<img class="aditya_img" src="Aditya_profile.png" alt="Aditya Proifle pic" width="400" >
<h2>Hello.</h2>
<p>i am a programmer and a developer , i loves to do competitive programming in regular basis.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer" src="https://media2.giphy.com/media/17b875GGvV9m9sLmNc/giphy.gif?cid=ecf05e476x4rllgsdziundyhrfrq2wvogcuzaamag8allaw5&rid=giphy.gif&ct=s" alt="">
<h3 >Language & tools</h3>
<p class="computer_image_description">i know c and c++ language in depth and also have knowledge of data structures and Algorithm, and had practiced a lot of questions on various coding platforms.</p>
</div>
<div class="skill-row">
<img class="chillies" src="https://media2.giphy.com/media/QssGEmpkyEOhBCb7e1/giphy.gif?cid=ecf05e476x4rllgsdziundyhrfrq2wvogcuzaamag8allaw5&rid=giphy.gif&ct=s" alt="">
<h3>Projects</h3>
<p class="chillies_image_description">i know html and css and have made different websites by using them and have much curosity to learning something new everyday.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you want to know more about me.</h3>
<p class="contact-msg">let's connect and build a great coding community , as knowledge grows by sharing.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="www.linkedin.com/in/aditya-raghuvanshi-a11963225 ">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/AdityaR56171664?t=8apFjJZcslqwsv0BljRPrw&s=08">Twitter</a>
<a class="footer-link" href="https://www.youtube.com/">Website</a>
<p class="copyright">@2022 aditya raghuvanshi.</p>
</div>
</body>
</html>