-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (56 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Samarth D S - a web designer</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=DynaPuff&family=Montserrat:wght@200;800&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud image">
<h1>I'm Samarth.</h1>
<h2>a web designer</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud image">
<img src="mountain.png" alt="mountain image">
</div>
<div class="middle-container">
<div class="profile">
<img class="pro-pic" src="my-img.jpg" alt="Samarth's Profile Picture">
<h2>Hello.</h2>
<p class="intro">I am a Web-Designer. I love teaching Math. I'm stepping into a new stage of my life which is engineering.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-img" src="https://imgs.search.brave.com/G9oz1gigc4vObOens-_eIXXku4GEQ_lAgj-9pqARnL4/rs:fit:474:225:1/g:ce/aHR0cHM6Ly90c2U0/Lm1tLmJpbmcubmV0/L3RoP2lkPU9JUC5k/RDlVN09ibUJhNW96/V3Z1aFRzS0hnSGFI/YSZwaWQ9QXBp" alt="Skil.png">
<h3>Design & Development</h3>
<p>I started to learn coding when I was 12 years old because I wanted to make my own websites. Over time, I have gained a wealth of experience designing and developing web applications.</p>
</div>
<div class="skill-row" id="bike-div">
<img class="bike-img" src="https://imgs.search.brave.com/kJRy62xSUcJpuSYM4NtfKiekbeZYeBl3BPb3g0zFcPA/rs:fit:759:225:1/g:ce/aHR0cHM6Ly90c2Uy/Lm1tLmJpbmcubmV0/L3RoP2lkPU9JUC5t/MlI5VThheEVnTGxW/SmV1aUowZ29RSGFF/byZwaWQ9QXBp" alt="bike.png">
<h3>Bike Race Challenge</h3>
<p>I just love going to bike rides and I would love to race against my opponent if I get a chance.😊😉😃</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p class="quote">"Life is short, break the rules, forgive quickly, love hoesty, laugh easy, keep it simple, ride often, ride FREE and never regret anything that makes you smile."</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" id="link" href="https://www.linkedin.com/in/samarth-sudhakar-b688b51b1/">LinkedIn</a>
<a class="footer-link" id="fb" href="https://www.facebook.com/SAMARTHDSUDHAKAR/">Facebook</a>
<a class="footer-link" id="insta" href="https://www.instagram.com/samarthds/">Instagram</a>
<p class="copyright">© Samarth D S.</p>
</div>
</body>
</html>