-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (56 loc) · 2.36 KB
/
Copy pathindex.html
File metadata and controls
62 lines (56 loc) · 2.36 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
61
62
<html>
<head>
<meta charset="utf-8">
<title>Nimish Samant</title>
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images/favicon.png">
</head>
<body>
<div class="top-container">
<img src="images/cloud.png" alt="cloud" class="top-cloud">
<h1>Nimish Samant</h1>
<h2>a Full Stack Developer</h2>
<img src="images/cloud.png" alt="cloud" class="bottom-cloud">
<img src="images/mountain.png" alt="cloud" class="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="logo" src="images/logo.png" alt="Nimish Samant">
<h2>Nimish Samant</h2>
<p>Full Stack Developer | Technophile | Coder</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer-img" src="images/computer.png" alt="computer">
<h3>Web Designing & Development</h3>
<p>I can design and develop cool websites. I love to apply logic on the backend stuffs.</p>
</div>
<div class="skill-row">
<img class="code-img" src="images/favicon.png" alt="code">
<h3>Tech Master</h3>
<p>Check my
<a style="text-decoration: none;color: #66BFBF;" href="https://github.com/realhunter7869" target="_blank">
<span >GitHub</span>
</a> for my tech stack.
</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Open for collaborations</h3>
<p>Want to collaborate?</p>
<a class="btn" href="mailto:samant.nimish@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/nimishsamant" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://instagram.com/nimishsamant" target="_blank">Instagram</a>
<a class="footer-link" href="https://sites.google.com/view/realhunter7869/loading" target="_blank">Website</a>
<p class="copyright">Made with ❤️ by Nimish Samant & Angela Yu</p>
</div>
</body>
</html>