-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
292 lines (273 loc) · 11.1 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#45ce4a" />
<meta name="description" content="Sanat Jha Portfolio - Software Developer Portfolio" />
<meta name="keywords"
content="Sanat Jha, Software Engineer, Frontend Developer, Web Developer, Web Designer, Developers" />
<meta name="author" content="Sanat Jha" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="google-site-verification" content="Google verification code" />
<title>Sanat Jha - Software Developer Portfolio</title>
<!-- <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap" rel="stylesheet" /> -->
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="./img/logo.png" type="image/x-icon" />
<title>Sanat Jha - Software Developer Portfolio</title>
<!-- FontAwesome for Icons (Add this in the <head> section if not already included) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FTXJQM4TKG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FTXJQM4TKG');
</script>
<!-- Schema.org data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Sanat Jha",
"image": "https://sanat-jha.github.io/img/with-college.jpg",
"url": "https://sanat-jha.github.io/",
"jobTitle": "Software Engineer",
"address": {
"@type": "PostalAddress",
"addressCountry": "India"
}
}
</script>
<!-- OpenGraph -->
<meta property="og:title" content="Sanat Jha - Software Developer Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sanat-jha.github.io" />
<meta property="og:image" content="https://sanat-jha.github.io/img/with-college.jpg" />
<meta property="og:description" content="Sanat Jha Portfolio - Software Developer Portfolio" />
<meta property="og:site_name" content="Sanat Jha" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@sanatjha" />
<meta name="twitter:title" content="Sanat Jha - Software Developer Portfolio" />
<meta name="twitter:description" content="Sanat Jha Portfolio - Software Developer Portfolio" />
<meta name="twitter:image" content="https://sanat-jha.github.io/img/with-college.jpg" />
<meta name="twitter:creator" content="@sanatjha" />
</head>
<body>
<div id="loader">
<img id="loadingGif" src="" alt="Loading...">
</div>
<div class="container" id="home">
<div class="nav-div">
<nav>
<a href="#home">
<img id="logo-icon" src="./img/logo.png" alt="Sanat Jha" /></a>
<div class="hamburger">
<div class="line line1"></div>
<div class="line line2"></div>
<div class="line line3"></div>
</div>
<ul class="nav-links">
<li>Navigations</li>
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<header>
<div class="write-up">
<h5 class="greeting">Hi there 👋, I'm</h5>
<h1 class="name">Sanat Jha</h1>
<h3 class="designation">Software Developer</h3>
<p class="location" id="hobbies">
I am a passionate frontend developer<br />based in Lagos, Nigeria.
</p>
<a href="#contact" class="lets-talk-btn">Let's talk</a>
</div>
<div class="prgramming-img">
<img src="./img/homepagepic.png" alt="programming picture" />
</div>
</header>
<div class="scroll-up">
<a href="#home"><img src="./img/scroll-up.png" alt="scroll up button" />
</a>
</div>
<section id="about" class="about">
<h5>About Me <span class="dash"></span></h5>
<h1 class="main-h1">
Interested In Knowing Little About Me? 🤝
</h1>
<div class="about-me">
<div class="img-frame">
<div class="image-div">
<img src="./img/Sanat.png" alt="Sanat Jha" />
</div>
</div>
<div class="about-details">
<h2>Sanat Jha</h2>
<h3>Software Developer</h3>
<p id="aboutmeText">
Sanat Jha, a BTech student at IIT Roorkee, is a passionate software engineer skilled in Python, Django, and Flutter. With a foundation in C/C++, HTML, and CSS, he builds dynamic web and mobile apps. A tech enthusiast at heart, Sanat brings creativity and precision to his projects.
</p>
<a href="./files/resume.pdf" download>Download Resume</a>
</div>
</div>
</section>
<section id="education" class="education">
<div class="education-content">
<div class="qualifications">
<h2>Education Qualification</h2>
<ul>
<li>BTech from IIT Roorkee</li>
<li>12th Boards from MPS School, Kota</li>
<li>10th Boards from Amity International School, Gurugram</li>
</ul>
</div>
<div class="img-frame">
<div class="image-div">
<img src="./img/with-college.jpg" alt="Sanat Jha, IIT Roorkee" />
</div>
</div>
</div>
</section>
<section id="skills" class="skills">
<h5>My Skill set<span class="dash"></span></h5>
<h1 class="main-h1">Tech Arsenal 💻</h1>
<div class="skill-cards">
<div class="skill-card">
<h3>
<img src="https://img.icons8.com/color/48/000000/python.png" alt="Python Icon" /> Python
</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 80%;"></div>
</div>
</div>
<div class="skill-card">
<h3>
<img src="https://img.icons8.com/color/48/000000/django.png" alt="Django Icon" /> Django
</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 90%;"></div>
</div>
</div>
<div class="skill-card">
<h3>
<img src="https://img.icons8.com/color/48/000000/flutter.png" alt="Flutter Icon" /> Flutter
</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 50%;"></div>
</div>
</div>
<div class="skill-card">
<h3>
<img src="https://img.icons8.com/color/48/000000/html-5.png" alt="HTML Icon" /> HTML & CSS
</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 80%;"></div>
</div>
</div>
<div class="skill-card">
<h3>
<img src="https://img.icons8.com/color/48/000000/git.png" alt="Git Icon" /> Git
</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 50%;"></div>
</div>
</div>
<div class="skill-card">
<h3>
<img src="https://img.icons8.com/color/48/000000/github.png" alt="GitHub Icon" /> GitHub
</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 40%;"></div>
</div>
</div>
<div class="skill-card">
<h3>
<img src="https://img.icons8.com/color/48/000000/visual-studio-code-2019.png" alt="VS Code Icon" /> VS Code
</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 80%;"></div>
</div>
</div>
<div class="skill-card">
<h3>
<img src="https://img.icons8.com/color/48/000000/arduino.png" alt="Arduino Icon" /> Arduino
</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 50%;"></div>
</div>
</div>
</div>
</section>
<section id="projects" class="projects">
<h5>Featured Projects <span class="dash"></span></h5>
<h1 class="main-h1">Some Projects I've Worked On 📂</h1>
<div class="cardgrid">
<div class="cards">
<div class="card">
<div class="card-text">
Consumer Compass is a website where you can find reliable, unbiased reviews of the latest tech gadgets. We
gather reviews of trusted users from platforms like Amazon and Flipkart and combine them with feedback
from
verified users who have already purchased and used the product.
<a href="https://github.com/Sanat-Jha/Consumer-Compass" target="_blank">Click</a>
</div>
</div>
<div class="card">
<div class="card-text">
Art Genix is your portal to a world of creativity and uniqueness. We're not just an online store; we're a
canvas of inspiration, a palette of individuality, and a gallery of distinctiveness. Our passion lies in
bringing art to life in the most unexpected and delightful ways
<a href="https://github.com/Sanat-Jha/Consumer-Compass" target="_blank">Click</a>
</div>
</div>
<div class="card">
<div class="card-text">
Celebral Enigma is a blog where Sanat writes about different topics and thoughts mostly covering technology, social, phsycology, etc based topics. Have a look and consider subscribing if you liked it.
<a href="https://celebral-enigma.onrender.com/" target="_blank">Click</a>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<h5>Let's Connect <span class="dash"></span></h5>
<h1 class="main-h1">Stay in Touch 📱</h1>
<div id="contact-section" class="contact-details">
<div class="contact-item">
<i class="fas fa-envelope"></i>
<h5>Email</h5>
<a href="mailto:[email protected]" target="_blank">sanatjha4 @gmail.com</a>
</div>
<div class="contact-item">
<i class="fab fa-instagram"></i>
<h5>Instagram</h5>
<a href="https://instagram.com/sanatjha4" target="_blank">@sanatjha4</a>
</div>
<div class="contact-item">
<i class="fab fa-linkedin"></i>
<h5>LinkedIn</h5>
<a href="https://www.linkedin.com/in/sanatjha4/" target="_blank">Sanat Kumar Jha</a>
</div>
<div class="contact-item">
<i class="fab fa-github"></i>
<h5>GitHub</h5>
<a href="https://github.com/Sanat-Jha" target="_blank">Sanat-Jha</a>
</div>
</div>
</section>
<footer>
<h5>©2024 Sanat Jha</h5>
</footer>
</div>
<script src="script/script.js"></script>
</body>
</html>