-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (57 loc) · 2.64 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
64
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>aditya hridYam</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Cookie&family=Kaushan+Script&family=Rancho&display=swap" rel="stylesheet">
</head>
<body>
<div class="top_container">
<img class="top-cloud" src="images\cloud.png" alt="cloud-img">
<h1 class="hridYam">I'am Hridyam.</h1>
<p>
<h4 class="sub">i am a <span class="pro"> pro</span>grammer.</h4>
</p>
<img class="bottom-cloud" src="images\cloud.png" alt="cloud-img">
<img class="mountain" src="https://www.flaticon.com/svg/static/icons/svg/2913/2913520.svg" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="boy-img" src="images\boy.png" alt="boy-img">
<h1 class="hi">Hii.</h1>
<p class="intro">I am web developer and a programmer, and currently a student at VNIT Nagpur. I love listening to music and work at the same time.</p>
</div>
<hr class="hr">
<div class="skills">
<h1 class="sk">My Skills.</h1>
<div class="skill-row">
<img class="css-img" src="https://www.flaticon.com/svg/static/icons/svg/867/867644.svg" alt="css-img">
<h3 class="web">Web developer</h3>
<p class="webp">Just started web development at the month of october.Hope to complete it soon.Angela is a great instructor,loved the courese so far.</p>
</div>
<div class="skill-row">
<img class="c-img" src="https://www.flaticon.com/premium-icon/icons/svg/3097/3097008.svg" alt="c-img">
<h3 class="c">C language</h3>
<p class="cp">Started lerning c during the start of qurantine and getting better with the time.Just left with the most important part i.e DS and algo.</p>
</div>
</div>
<hr class="hr">
<div class="contact-me">
<h1 class="sk">Get In Touch</h1>
<h3 class="intro">If you love music and coding.</h3>
<p class="intro">I would love to do projects together and learn new stuffs.</p>
<button type="button" class="btn"><a class="contact" href="mailto:[email protected]">CONTACT ME</a></button>
</div>
</div>
<div class="bottom-container">
<p><h3 class="bottom_info">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
</h3></p>
<p><h3 class="lisence">© 2020 Aditya Hridyam.</h3></p>
</div>
</body>
</html>