forked from samjain2907/Personal-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (58 loc) · 2.89 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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Samarth Jain</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
</head>
<body>
<div class="topnavi">
<a href="About.html">About</a>
<a href="contact.html">Contact</a>
</div>
<div class="top-container">
<img class="top-cloud" src="images/devop.jpg" alt="clouds-img"><br>
<h1>I'm Samarth</h1>
<p class="second-heading">--A Programmer--</p>
<h2>Hello.</h2>
<p class="bio">Myself Samarth Jain. I am a full stack developer having a primary interest in Web-Development.</p>
<p class="bio1"> I am currently an undergraduate student at the LNM Institute of Information Technology, Jaipur studying Electronics and Communication engineering.</p>
<hr>
</div>
<div class="middle-container">
<div class="skills">
<h2>***My Skills***</h2>
<div class="skill-row">
<img class="Web_dev" src="images/web-dev-icon.png" alt="web_dev">
<h3>A Java-Script enthusiast.</h3>
<p class="bio2">I have experience in coding with HTML, CSS, Java-Script and I love creating websites. I code in react js to make my websites more interactive and beautiful!!.</p>
</div>
<div class="skill-row1">
<img class="open-source" src="images/img.png">
<h3>Open-source contributions</h3>
<p class="bio3">Apart from Web-Development, I love open source contributions. I am presently contributing to some open source repositories and simultaneously learning new tech-stacks as well!!</p>
<p class="bio3">It's FUN!!</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you want to get started with open-source or any tech-related thing!!.I'll be there to help you out.</h3>
<p class="contact-section">We'll all learn together 😃</p>
<p class="contact">You can contact me on any of the mentioned sites.I will be waiting for you 💻</p><br>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" id="zoom" href="https://github.com/samjain2907"><img class="icon" src="images/github.png" alt=""></a>
<a class="footer-link" id="zoom" href="https://www.linkedin.com/in/samarth-jain-434537190/"><img class="icon" src="images/linkedin.png" alt=""></a>
<a class="footer-link" id="zoom" href="https://twitter.com/TheRationals"><img class="icon" src="images/twitter.png" alt=""></a>
<p>© 2018 Samarth Jain</p>
</div>
</body>
</html>