-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (388 loc) · 10.6 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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="img/V (5).png" type="image/png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Varun's Portfolio</title>
<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=Poppins:wght@400;700&display=swap" rel="stylesheet">
<style>
*{
margin: 0;
padding: 0;
}
body{
background-color: rgb(23, 23, 29);
color: white;
font-family: 'Poppins', sans-serif;
}
nav{
display: flex;
justify-content: space-around;
align-items: center;
height: 80px;
background-color: rgb(1, 1, 1);
min-width: 100vw;
}
nav ul{
display: flex;
justify-content: center;
}
nav ul li{
list-style: none;
margin: 0 23px;
}
nav ul li a{
text-decoration: none;
color: white;
}
nav ul li a:hover{
color: gold;
font-size: 1.02rem;
}
main hr{
border: 0;
background: gold;
height: 1.2px;
margin: 40px 84px;
}
.left{
font-size: 1.5rem;
}
.firstSection{
display: flex;
justify-content: space-around;
align-items: center;
margin: 35px 0;
}
.firstSection > div{
width: 40%;
}
.leftSection{
font-size: 1.7rem;
}
.leftSection .buttons{
padding: 50px 0;
}
.leftSection .btn-blog{
margin-right: 10px;
padding: 20px 50px;
color: #ffffff;
background-color: black;
border-color: gold;
border-radius:3rem;
margin-bottom:10px;
box-shadow: 1px 1px 2px black, 0 0 10px gold, 0 0 5px goldenrod;
text-shadow: 1px 1px 2px white, 0 0 25px blue, 0 0 5px darkblue;
transition: all 0.3s ease;
}
.leftSection .btn-blog:hover{
background: gold;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
transform: scale(1.05);
}
.rightSection img{
width: 60%;
margin: 50px 0;
}
.purple{
color: gold;
}
.text-gray{
color: gray;
}
#element{
color: gold;
}
.secondSection{
max-width: 80vw;
margin: auto;
height: 80vh;
}
.secondSection h1{
font-size: 2rem;;
}
.secondSection .box{
background: white;
width: 100vw;
height: 2px;
margin: 150px 0;
display: flex;
}
.secondSection .vertical{
height: 93px;
width: 1px;
background-color: white;
margin: 0 200px;
}
.image-top{
width: 150px;
position: relative;
top: -60px;
left: -70px;
}
.image-top1{
width: 100px;
position: relative;
top: -40px;
left: -50px;
}
.image-top2{
width: 200px;
position: relative;
top: -125px;
left: -100px;
}
.image-top3{
height: 110px;
width: 90px;
position: relative;
top: -120px;
left: -45px;
}
.vertical-title{
position: relative;
top: 10px;
left: -50px;
width: 150px;
}
.vertical-desc{
position: relative;
top: 16px;
left: -50px;
color: gray;
width: 150px;
font-size: 13px;
}
.vertical-title1{
position: relative;
top: 60px;
left: -50px;
width: 150px;
}
.vertical-desc1{
position: relative;
top: 70px;
left: -50px;
color: gray;
width: 150px;
font-size: 13px;
}
.vertical-title2{
position: relative;
top: -110px;
left: -50px;
width: 150px;
}
.vertical-desc2{
position: relative;
top: -100px;
left: -50px;
color: gray;
width: 150px;
font-size: 13px;
}
.vertical-title3{
position: relative;
top: -15px;
left: -50px;
width: 150px;
}
.vertical-desc3{
position: relative;
top: -10px;
left: -50px;
color: gray;
width: 150px;
font-size: 13px;
}
footer{
background-color: #000000;
min-width: 100vw;
}
.footer{
display: flex;
padding: 23px 122px;
justify-content: space-evenly;
width: 100%;
}
.footer ul{
list-style: none;
}
.footer > div{
width: 223px;
}
footer .footer-rights{
text-align: center;
color: gray;
padding: 12px 0;
}
footer ul li a:hover{
color: gold;
font-size: 1.02rem;
}
a:-webkit-any-link {
color: white;
cursor: pointer;
text-decoration: none;
}
@media screen and (max-width: 1000px) {
.box{
flex-direction: column;
}
.firstSection{
flex-direction: column-reverse;
}
.secondSection .vertical{
height: unset;
}
.vertical-title, .vertical-title1, .vertical-title2, .vertical-title3, .vertical-desc, .vertical-desc1, .vertical-desc2, .vertical-desc3{
left: 30px;
}
.vertical-title2, .vertical-desc2{
top: 0px;
margin-bottom: 60px;
}
.vertical-desc2{
top: -50px;
}
.secondSection .box{
width: 100vw;
}
nav{
flex-direction: column;
}
footer{
display: none;
}
.secondSection{
height: 171vh;
}
.leftSection{
width: 100% !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 1.2rem;
}
.rightSection img{
width: 120%;
}
.rightSection{
width: 200px !important;
}
.secondSection{
display: flex;
flex-direction: column;
align-items: center;
}
.image-top{
width: 100px;
position: relative;
top: 60px;
left: -108px;
}
.image-top1{
width: 100px;
position: relative;
top: 100px;
left: -110px;
}
.image-top2{
width: 200px;
position: relative;
top: 125px;
left: -180px;
}
.image-top3{
width: 90px;
position: relative;
top: 100px;
left: -95px;
}
body{
min-width: fit-content;
}
}
</style>
</head>
<body>
<header>
<nav>
<div class="left">Varun's Portfolio</div>
<div class="right">
<ul>
<li><a href="/">Home</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstSection">
<div class="leftSection"><div>Hi, My name is <span class="purple">Varun</span>,</div>
<div> I am a Computer Science student</div><div> and my expertise include</div>
<span id="element"></span>
<div class="buttons">
<button class="btn-blog" onclick="window.open('https://drive.google.com/file/d/11o7ZvmrmF-BUONn7MVK5B9L5A0qZYuny/view?usp=sharing')" >Open Resume</button>
<button class="btn-blog" onclick="window.open('https://github.com/Varun1300211')">Github</button>
</div>
</div>
<div class="rightSection"><img src="img/laptop wave.png" alt=""></div>
</section>
<hr>
<section class="secondSection"><span class="text-gray">What I have done so far</span><h1>Past Experience</h1>
<div class="box">
<div class="vertical"><img class="image-top3" src="img/JKPaperLogo.png" alt=""><div class="vertical-title3">Data Science Intern (January 2024 - June 2024)</div><div class="vertical-desc3">Supported digital transformation by automating tasks, building portals and exploring new technologies which led to company’s digital transformation initiative (LEAP 200). Used Python, Streamlit, MySQL, MS Power Platform, Reflex/pynecone.
</div>
</div>
<div class="vertical"><img class="image-top" src="img/BarclaysLogo.png" alt=""><div class="vertical-title">Developer Analyst Summer Intern (June 2023 - August 2023)</div><div class="vertical-desc">Refined API onboarding, enhanced monitoring, documented REST API, reducing lead time. Used Java, Spring Boot, Gradle, MongoDB, and tools like IntelliJ Ultimate, VS Code, and Insomnia.
</div>
</div>
<div class="vertical"><img class="image-top1" src="img/HeroMLogo.png" alt=""><div class="vertical-title1">Information Systems Summer Intern (June 2022 - July 2022)</div><div class="vertical-desc1">Automated entry processes, web-scraping for supplier details, impacting 10+ suppliers. Used Python, Selenium, XPath, BeautifulSoup and tools like Automation Anywhere.
</div></div>
<div class="vertical"><img class="image-top2" src="img/WipeLogo.png" alt=""><div class="vertical-title2">Software Engineer Intern (November 2021 - January 2022)</div><div class="vertical-desc2">Created IT portal, comprising Asset and Content Management Systems, deployed using HTML, CSS, php, MySQL, Bootstrap.
</div></div>
</div>
</section>
</main>
<br><br><br><br><br><br><br><br>
<footer>
<br><br><br><br>
<div class="footer">
<div class="footer-first">
<h3>Varun's Developer Portfolio</h3>
</div>
<div class="footer-second">
<ul>
<li><a href="/">Home</a></li>
</ul>
</div>
<div class="footer-third">
<ul>
<li><a href="project.html">Projects</a></li>
</ul>
</div>
<div class="footer-fourth">
<ul>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="footer-rights">
Copyright ©varunkrgportfolio.netlify.app | All rights reserved
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['<i>Software Development</i>','<i>Web Development</i>', '<i>Data Science</i>', '<i>Business Analytics</i>', '<i>Finance</i>'],
typeSpeed: 50,
});
</script>
</body>
</html>