-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (56 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>yash samar</title>
<link rel="stylesheet" href="css style/style.css">
<link rel="favicon" href="favicon.ico">
<link rel="stylesheet" href="<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=Merriweather&family=Montserrat&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 yash </h1>
<h2>A Web Developer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud img">
<img src="images/mountain.png" alt="mountain img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/edited.png" alt="profile-picture" width="200px">
<h2>Hello.</h2>
<p>I am a web developer and learning blockchain. Laborum vel assumenda magni voluptatum placeat minus?</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="music" src="images/music-note.png" alt="music">
<h3>listen songs</h3>
<p>Lorem ipsum dolor sit amet, quis in duis, iaculis id felis. Consectetuer vestibulum, nunc urna lectus, erat ligula. Hendrerit nam, lectus ante, ut lorem eros.</p>
</div>
<div class="skill-row">
<img class="uke" src="images/ukulele.png" alt="ukulele-pic" width="100px">
<h3>ukulele player</h3>
<p>i started learning ukulele at the age of 16. Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam perspiciatis impedit eligendi illo nobis quia tempore vel repellendus non voluptatibus!</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>we can code together</h3>
<p>working for you will be a great experiance for me</p>
<br><br>
<a class="btn" href="mailto:yashsamar3@gmail.com">CONTACT ME</a>
<br><br><br><br>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/yash-samar-3aa940255">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/yashsamar3?t=0D9qECpoAGGRr8OxwkszTQ&s=09">twitter</a>
<p class="brand">© yash samar</p>
</div>
</body>
</html>