-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (58 loc) · 2.58 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
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sahil Gawli</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<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-image" src="images/cloud.png" alt="cloud-imag">
<h1>I'm Sahil.</h1>
<h2 class="eee">a programmer.</h2>
<img class="bottom-image" src="images/cloud.png" alt="cloud-imag">
<img src="images/mountain.png" alt="mountain-imag">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img"src="images/Sahil.png" alt="">
<h2>Hello.</h2>
<p class="first">I am Web Developer and Trader.I was the founder and CEO of tinypacific.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="webdeveloper-img" src="https://media.tenor.com/images/9c79cb82bacf52c5408dbefc53c29208/tenor.gif" alt="webdeveloper-img">
<h3>Wed development</h3>
<p class="skill-1">I am very passionate about building stuff & Impacting world.</p>
</div>
<div class="skill-row">
<img class="trading-img" src="https://cdn.dribbble.com/users/4341736/screenshots/15515365/media/bd0c4049732081e05d1b0ad2a5be8bc2.gif" alt="trading-img">
<h3>Trading</h3>
<p class="skill-2">Traded f&o for almost a year, learned a lot from the highs and lows of the market , altogether it was a roller coaster experience.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are interested in <em>Entrepreneurship</em> and <em>Building Startups</em></h3>
<p class="hi">Looking for a Co-Founder ? Let's talk and exchange ideas!
Let's make something impactful!</p>
<a class="hii" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="second">
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/SahilGawli38">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/sahilgawli/">Instagram</a>
<p class="three">© 2022 Sahil Gawli.</p>
</div>
</div>
</body>
</html>