-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
379 lines (310 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Kumar Aniket - Developer 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(1, 1, 67);
color: white;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
background-color: rgb(32, 32, 78);
}
nav ul {
display: flex;
justify-content: center;
}
nav ul li {
list-style: none;
margin: 0 20px;
}
nav ul li a {
text-decoration: none;
color: white;
}
nav ul li a:hover {
color: rgb(171, 151, 151);
font-size: 1rem;
}
main hr {
border: 0;
background-color: rgb(172, 136, 205);
height: 1.2px;
margin: 40px 84px;
}
.left {
font-size: 2rem;
}
.firstsection {
display: flex;
justify-content: space-around;
align-items: center;
margin: 30px 0;
margin: 60px 0;
}
.firstsection>div {
width: 40%;
}
.leftsection {
font-size: 3rem;
}
.leftsection .buttons {
padding: 50px 0;
}
.leftsection .btn {
padding: 12px;
background-color: purple;
color: white;
border: 2px solid white;
border-radius: 6px;
font-size: 20px;
cursor: pointer;
}
.leftsection div {
width: 70%;
}
.rightsection img {
width: 80%;
}
.purple {
color: blueviolet;
}
text-gray {
color: gray;
}
#element {
color: blueviolet;
}
.secondSection {
max-width: 80vw;
margin: auto;
height: 66vh;
}
.secondSection .text-gray {
color: gray;
}
.secondSection h1 {
font-size: 1.9rem;
}
.secondSection .box {
background: white;
width: 80vw;
height: 2px;
margin: 56px 0;
display: flex;
}
.secondSection .vertical {
height: 93px;
width: 1px;
background-color: white;
margin: 0 8vw;
}
.imageTop {
width: 23px;
position: relative;
top: -32px;
left: -9px;
}
.verticalTitle {
position: relative;
top: 75px;
width: 150px;
font-size: 1.1rem;
color: rgb(140, 182, 226);
}
.verticalDesc {
position: relative;
top: 85px;
color: rgb(118, 82, 82);
width: 150px;
font-size: 11px;
}
footer {
background-color: rgb(10, 25, 30);
}
footer .footerright {
text-align: center;
color: gray;
padding: 12px 0;
}
@media screen and (max-width: 1400px) {
.box {
flex-direction: column;
}
body {
min-width: fit-content;
}
.secondSection .vertical {
height: unset;
}
.verticalTitle .verticalDesc {
left: 45px;
}
.secondSection .box {
width: 50vw;
}
nav {
flex-direction: column;
}
.firstsection {
flex-direction: column-reverse;
}
.leftsection {
width: 100% !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.rightsection {
width: 721px !important;
display: flex;
justify-content: center;
}
.secondSection {
display: flex;
flex-direction: column;
align-items: center;
height: 240vh !important;
}
.imageTop {
width: 23px;
position: relative;
top: 107px;
left: -9px;
}
.verticalTitle {
position: relative;
top: 79px;
width: 155px;
font-size: 1.1rem;
color: rgb(140, 182, 226);
margin: 0 25px;
}
.verticalDesc {
position: relative;
top: 85px;
color: rgb(118, 82, 82);
width: 150px;
font-size: 11px;
margin: 0 23px;
}
.leftsection div {
width: 58%;
text-align: center;
}
footer .footerright {
height: 7vh;
}
}
</style>
</head>
<body>
<header>
<nav>
<div class="left">Kumar Aniket's Portfolio</div>
<div class="right">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="projects.html">Skills</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstsection">
<div class="leftsection">Hi,My name is <span class="purple">Kumar Aniket</span>
<div>and I am a passionate</div>
<span id="element"></span>
<div class="buttons">
<a href="https://drive.google.com"><button class="btn">View Resume</button></a>
<a href="https://github.com/Kumaraniketank"><button class="btn">Github</button></a>
</div>
</div>
<div class="rightsection"><img src="bg.png" alt=""></div>
</section>
<hr>
<section class="secondSection">
<span class="text-gray">What I have done so far</span>
<h1>Work Experience</h1>
<div class="box">
<div class="vertical">
<img class="imageTop" src="html.jpeg" alt="">
<div class="verticalTitle">
HTML CSS Developer (2019-2023)
</div>
<div class="verticalDesc">I have a solid foundation in HTML and CSS, which are the building blocks
of web development. I've successfully utilized these technologies to create visually appealing
and responsive web pages. My experience includes designing user-friendly interfaces, optimizing
websites for various devices, and ensuring cross-browser compatibility.</div>
</div>
<div class="vertical">
<img class="imageTop" src="py.jpeg" alt="">
<div class="verticalTitle">
Python Programmer (2020-2023)
</div>
<div class="verticalDesc">I have extensive experience as a Python programmer, with a proven track
record of developing efficient and scalable solutions across a variety of domains. My expertise
encompasses Python 3, along with a strong understanding of popular frameworks and libraries like
Flask, NumPy, and Pandas. I've leveraged Python for tasks ranging data analysis to automation
and machine learning</div>
</div>
<div class="vertical"><img class="imageTop" src="rjs.jpeg" alt="">
<div class="verticalTitle">
React js Developer (2022-2023)
</div>
<div class="verticalDesc">I have a substantial background as a React.js developer, specializing in
building dynamic and interactive web applications. My experience includes developing single-page
applications (SPAs) and component-based UIs that deliver exceptional user experiences. I am
proficient in using React's core concepts such as components, state management, and props to
create modular and maintainable code.</div>
</div>
<div class="vertical"><img class="imageTop" src="th.jpeg" alt="">
<div class="verticalTitle">
ML Engineer (2021-2023)
</div>
<div class="verticalDesc">I have a strong background as a Machine Learning engineer, with a focus on
developing data-driven solutions that leverage cutting-edge ML and AI techniques. My experience
spans across various domains, including natural language processing, computer vision, and
predictive modeling.</div>
</div>
<div class="vertical"><img class="imageTop" src="da.jpeg" alt="">
<div class="verticalTitle">
Data Analytics (2022-2023)
</div>
<div class="verticalDesc">I bring a wealth of experience in the field of Data Analytics, where I've
honed my skills in extracting valuable insights from complex datasets. My expertise includes
data collection, cleaning, and transformation to prepare it for analysis. I am proficient in
using tools such as Excel, SQL, and Python to manipulate and analyze data efficiently.</div>
</div>
</div>
</main>
<footer>
<div class="footerright">
Copyright ©️ www.kumaraniketportfolio.com | All rights reserved
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['Web Developer', 'Web Designer', 'Data Analyst', 'ML Engineer'],
typeSpeed: 80,
});
</script>
</body>
</html>