-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (50 loc) · 2.21 KB
/
Copy pathindex.html
File metadata and controls
57 lines (50 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Siddharth Singh</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.io.png">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:ital,wght@1,100&family=Sacramento&display=swap" rel="stylesheet" </head>
<body>
<div class="top">
<img class="top-cloud" src="cloud.png" alt="cloud img">
<h1>I'm Siddharth</h1>
<p class="subtitle">A Web Devloper</p>
<img class="bottom-cloud" src="cloud.png" alt="cloud img">
<img class="mountain" src="mountain.png" alt="cloud img">
<div class="middle-container">
<div class="profile">
<img src="profile-modified.png" alt="profile pic">
<h2>Hello.</h2>
<p>I'm a passionate web Devloper and can design Website of your style</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="design" src="Designnow.jpg" alt="">
<h3>Design and Devlopment</h3>
<p class="description1">Designing websites and web pages is one of my skill and can devlop web apps for you.</p>
</div>
<div class="skill-row">
<img class="music" src="OIP.jpg" alt="">
<h3>Music</h3>
<p class="description2">Listning music from all around the world is one of fav thing to do while i'm stuck in a problem.You can also do that while i do the work for you.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are passionate and want great service.</h3>
<p class="">Want absolutely best work for your idea and willing to take a step forward.</p>
<a class="btn" href="mailto:ss6153852@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/thakur_sidparihar">Instagram</a>
<a class="footer-link" href="https://www.facebook.com/profile.php?id=100042011616131">Facebook</a>
<p class="copyright">© Siddharth Singh.</p>
</div>
</body>
</html>