-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (54 loc) · 2.63 KB
/
Copy pathindex.html
File metadata and controls
59 lines (54 loc) · 2.63 KB
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>Ayush Sharma</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Gloria+Hallelujah&family=Merriweather:wght@300&family=Noto+Sans+JP:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="topcloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Ayush Sharma</h1>
<h2 class="sub1">I am a programmer</h2>
<img class="bottomcloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profileimg" src="images\circle-cropped.png" alt="">
<h2>Hello.</h2>
<p class=discrip>I am student at NIT Durgapur. I am a programmer,do CP and Web Development. I ❤ coffee </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skillimg" src="https://cdn.dribbble.com/users/330915/screenshots/3587000/10_coding_dribbble.gif" alt="programming-img">
<h3 class=la>Programming and Development</h3>
<p class=la>I do competitive programming, Web Development and also have knowledge on Machine learning.</p>
</div>
<div class="skill-row">
<img class="skillimg2" src="https://i.pinimg.com/originals/7f/c6/30/7fc6309bbf5a11240df530589c7816a5.gif" alt="video editing-img">
<h3 class=la>Video Editing</h3>
<p class=la>I am also a video editor, edited many videos for various events. I'm also intersted in music.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2 class=getin>Get In Touch</h2>
<h3>You love any?</h3>
<p class="contactmess">If you also love coffee or music. Let's talk about!!! We can also code while having coffee and listening music 😉 </p>
<a class="BU" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ayush-sharma-a1a726189/">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/ayush.king.528">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/ayushsharma.19/">Instagram</a>
<p class="copyright">© 2021 Ayush Sharma.</p>
</div>
</body>
</html>