-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (55 loc) · 2.29 KB
/
index.html
File metadata and controls
60 lines (55 loc) · 2.29 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
60
<!DOCTYPE html>
<html
<head>
<meta charset="utf-8">
<title> Shivam patidar</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="favicon" href="favicon.ico?v=2">
<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"alt="top-cloud img" src="images/cloud.png">
<h1>I am Shivam Patidar</h1>
<h2>a <span class="web">web</span> developer.</h2>
<img class = "bottom-cloud"alt="bottom-cloud img" src="images/cloud.png">
<img src ="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/shivam.png" alt="profile">
<h2>Hello.</h2>
<p class = "intro">I am a full stack web developer having knowledge of MERN 🌹🌹and I am always ready to learn new things and explore new technology.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="i1" src="images/computer.png" alt="computer image">
<h3>Development</h3>
<p>During my journey of Development I had made portfolio website and While development my knowledge is increased.</p>
</div>
<div class="skill-row">
<img class="i2" src="images/chillies.png" alt="computer-image">
<h3>Python programmer</h3>
<p >I have learned python with vast varity of library and I had also learn a Django framework for web development.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>My contact details.</h3>
<p>Mail</p>
<a class="btn" href="mailto:shivampatidar9995@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p>© Shivam patidar.</p>
</div>
</body>
</html>