forked from ammrit2312/amritesh-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amritesh</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@500&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Amritesh.</h1>
<h2 class="pro">a <span>pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/resume.png" alt="me">
<h2>Hello.</h2>
<!-- Convert into to intro on line 24 -->
<p class="into">I am a Web Developer. I am a student at PES University. I ❤️ to learn new things.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-set1" src="images/open_source.png" alt="open-source">
<h3>Open Source & Developement</h3>
<p class="code">I have been interested in Computers for a long time. Over time, I like many others started to learn the skills of programming using online platforms like YouTube and many more. I am currently learning Web-Development. I have also a good knowledge of Open-source.</p>
</div>
<div class="skill-row">
<img class="skill-set2" src="images/computer.png" alt="computers">
<h3>Computers</h3>
<p>My true love is to learn about computers. I just love how we can do a lot of stuff on these complex yet simple and beautiful machines.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="end-mssg">If you love Computers.</h3>
<p class="contact-mssg">If you wanna talk about mysteries or have a heated debate on Computers. My views might be different but I have data to support it.</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/amritesh-amrit-896345194/">LinkedIn</a>
<a class="footer-link" href="https://github.com/ammrit2312">GitHub</a>
<a class="footer-link" href="https://ammrit2312.github.io/amritesh-website/">Website</a>
<p class="last">© 2020 Amritesh.</p>
</div>
</body>
</html>