-
Notifications
You must be signed in to change notification settings - Fork 1
/
portfolio.php
467 lines (423 loc) · 12.3 KB
/
portfolio.php
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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width", initial-scale-1.0>
<!-- <link rel="stylesheet" href="./index.css"> -->
<style>
* {
margin:0;
overflow-x: hidden;
}
html {
scroll-behavior: smooth;
}
nav {
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
min-height: 8vh ;
/* width:100vw; */
/*background-color: rgb(87, 84, 84);*/
background-color: rgba(31, 31, 31, 0.37);
/* overflow: hidden; */
/* position: fixed; */
/* top: 0; */
/* opacity: 0.1; */
}
h3{
color:rgba(5, 5, 5, 0.911);
font-size: 22px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.links {
display: flex;
flex-direction: row;
align-items: center;
width: 45%;
justify-content: space-around;
}
.links li {
list-style: none;
/* transition: transform .2s; */
}
.links a {
text-decoration:none ;
font-size: 24px;
color:rgb(0, 0, 0);
opacity: 0.7;
font-family: 'Alegreya Sans SC';
transition: transform .5s;
font-weight: lighter;
}
.links a:hover {
color:rgb(0, 0, 0);
font-weight: bold;
}
.links1 {
display: none;
}
.tech-icon {
font-size:100px;
color:#00979c;
}
.skill-logo {
display: flex;
flex-direction: row;
justify-content: space-around;
margin-top: 90px;
margin-left: 13vw;
margin-right: 13vw;
}
@media screen and (max-width:1500px) {
.links{
width:80%;
}
}
@media screen and (max-width:600px) {
.tech-icon {
font-size: 40px;
}
body {
overflow-x: hidden;
}
.links , .lside {
display: none;
}
.links1 {
display: flex;
width: 80%;
justify-content: space-around;
}
.links1 li {
list-style: none;
}
.links1 a {
text-decoration:none ;
font-weight: bold;
color:rgb(8, 8, 8);
}
}
h1 {
text-align: center;
margin-top: 90px;
font-size: 50px;
/* font-family: 'Alegreya SC'; */
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
letter-spacing: 1px;
font-weight:lighter;
color: rgb(0, 0, 0);
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
/* */
#s1{
/* background-color: rgb(255, 255, 255); */
/* background-repeat: no-repeat;
background-size: cover;
background-position: center center; */
background: linear-gradient(-45deg, #00979ce1, #b99696, #72eaffe8, #9b9393);
background-size: 400% 400%;
animation: gradient 6s ease infinite;
height: 100vh;
width: 100vw;
display: block;
}
#s2{
height: 100vh;
/* background-color:rgb(255, 255, 255); */
/* background-repeat: no-repeat;
background-size: cover;
background-position: center center; */
background-color: rgba(255, 223, 231, 0.534);
display: block;
margin: 0;
width: 100vw;
}
#s3{
height: 100vh;
/* background-color: rgb(255, 255, 255); */
/* background-repeat: no-repeat;
background-size: cover;
background-position: center center; */
background-color: rgba(205, 240, 255, 0.459);
display: block;
width: 100vw;
margin: 0px;
}
#s4{
height: 100vh;
/* background-color: rgb(255, 255, 255); */
/* background-repeat: no-repeat;
background-size: cover;
background-position: center center; */
background-color: rgba(255, 223, 231, 0.534);
display: block;
width: 100vw;
margin: 0;
}
#s5{
height: 92vh;
/* background-color: rgb(255, 255, 255); */
/* background-repeat: no-repeat;
background-size: cover;
background-position: center center; */
background-color:rgba(205, 240, 255, 0.459);
display: block;
width: 100vw;
margin: 0;
position: relative;
/* border-bottom: 55px solid rgba(0, 0, 0, 0.329);; */
}
#footer {
position:absolute;
display: flex;
align-items: center;
justify-content: center;
bottom: 0px;
background:rgba(97, 97, 97, 0.39);
width:100vw;
height:7vh;
font-family:'Source Sans Pro' ;
letter-spacing: 1px;
font-size: 13px;
color:black;
}
h2{
font-size: 30px;
/* text-align: center; */
color:rgb(0, 0, 0);
margin-top: 120px;
font-family:'Source Sans Pro' ;
font-weight: lighter;
letter-spacing: 2px;
/* text-decoration-line:underline; */
padding: 15px;
border-bottom: 2px solid rgb(0, 0, 0);
width: 190px;
}
h4{
text-align: center;
/* margin-left: 12vw;
margin-right: 12vw;
margin-top: 65px; */
font-size: 22px;
font-family:'Didact Gothic';
margin-top: 20px;
font-weight: bold;
}
/* .abc{
font-size: 22px;
align-items: right;
justify-items: center;
margin-left: 25vw;
margin-top: 15px;
font-family:'Didact Gothic';
*/
.abc li{
font-size: 16px;
font-family:'Source Sans Pro' ;
text-align: center;
margin-top: 15px;
}
h5{
font-size: 22px;
font-family: 'Source Sans Pro' ;
text-align: center;
margin-top: 10px;
}
p{
text-align: center;
font-family: 'Source Sans Pro';
margin-top: 23px;
font-size: 19px;
color:rgb(0, 0, 0);
}
.acad h4{
font-size: 25px;
text-align: center;
font-weight: bold;
font-family: 'Source Sans Pro';
margin-top: 15px;
}
.acad h3{
font-size: 18px;
text-align: center;
font-family: 'Source Sans Pro';
margin-top: 5px;
font-weight: lighter;
}
.acad p{
font-size: 16px;
font-family: 'Source Sans Pro';
color: rgb(3, 138, 120);
margin-top: 2px;
}
.contact h2{
font-size: 30px;
color:rgb(0, 0, 0);
margin-top: 170px;
font-family:'Source Sans Pro' ;
letter-spacing: 1px;
/* text-decoration-line:underline; */
padding: 15px;
border-bottom: 2px solid rgb(0, 0, 0);
width: 190px;
}
.contact p{
font-size: 19px;
font-family: 'Source Sans Pro';
margin-top: 70px;
}
#s4 h3{
font-family:'Source Sans Pro';
font-size: 18px;
margin-top: 70px;
text-align: center;
font-weight: lighter;
letter-spacing: 1px;
}
.icon {
margin-right:20px;
}
/* .respo {
display: none;
} */
/* .respo div {
width:25px;
height:2px;
margin:5px;
background-color:rgb(0, 0, 0);
} */
/* body {
background: linear-gradient(-45deg, #979696, #616161, #72eaffe8, #4d4d4d);
background-size: 400% 400%;
animation: gradient 8s ease infinite;
} */
</style>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link href='https://fonts.googleapis.com/css?family=Alegreya SC' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Alegreya Sans SC' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Didact Gothic' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/konpa/devicon@master/devicon.min.css">
<!-- <script src="j.js"></script> -->
<title>Portfolio</title>
</head>
<body>
<nav class="sticky">
<!-- <div class="lside">
<h3><a href="#s5"><i style="font-size:24px; color:black;" class="fa"></i></a></h3>
</div> -->
<ul class="links">
<li><a href="#s1">About</a></li>
<li><a href="#s2">Academics</a></li>
<li><a href="#s3">Projects</a></li>
<li><a href="#s4">Skills</a></li>
<li><a href="#s5">Contact</a></li>
<li> <a href="index.php?logout='1'" style="color: red;">logout</a> </li>
</ul>
<ul class="links1">
<li><a href="#s1"><i style='font-size:24px' class='fas'></i></a></li>
<li><a href="#s2"><i style="font-size:24px" class="fa"></i></a></li>
<li><a href="#s3"><i style='font-size:24px' class='fas'></i></a></li>
<li><a href="#s4"><i style='font-size:24px' class='fas'></i></a></li>
<li><a href="#s5"><i style="font-size:24px; color:black;" class="fa"></i></a></li>
</ul>
<div class="respo">
<!-- <div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div> -->
</div>
</nav>
<div id="s1">
<h2>ABOUT</h2>
<h1> SHIVANGI CHOUDHARY</h1>
<h5>HI, IT'S ME!</h5>
<p>I like building awesome software. I've built websites. <br>If you are interested, you can view some of my favorite projects in my portfolio down below.</p>
</div>
<div id="s2">
<h2>ACADEMICS</h2>
<div class="acad">
<div class="college">
<h4><i class="fas icon" style='font-size:24px; color:#00979ce1;'></i> AJAY KUMAR GARG ENGINEERING COLLEGE</h4>
<h3>BACHELOR OF COMPUTER SCIENCE</h3>
<p>Graduating in: Early 2023</p>
</div><br/>
<div class="school1">
<h4><i class="fas icon" style='font-size:24px;color:#00979ce1;'></i> SILVER LINE PRESTIGE SCHOOL</h4>
<h3>12TH STANDARD</h3>
<p>Passed in:2018</p>
</div><br/>
<div class="school1">
<h4><i class="fas icon" style='font-size:24px;color:#00979ce1;'></i> ST. MARY'S CONVENT SCHOOL</h4>
<h3>10TH STANDARD</h3>
<p>Passed in:2016</p>
</div>
</div>
</div>
<div id="s3">
<h2>PROJECTS</h2>
<h4>IMAGE COMPRESSOR:-</h4>
<div class="abc">
<ul>
<li> Website to compress images. Built using React.js as the
frontend framework.</li>
<li>Used Javascript module ‘browser-image-compression’ for
compressing images.</li>
<li><a href="https://www.github.com/shivangi-ch/image_compresser"><i class="fa fa-github" style="font-size:36px; color: #8a009ce1;"></i></a><span style="color: rgba(228, 247, 255, 0.459);"> ||||| </span>
<a href="https://shivangi-ch.github.io/image_compresser"><i class="fa fa-desktop" style="font-size:32px; color: #8a009ce1;"></i></a></li>
</ul>
</div>
<h4>WEATHER APP :-</h4>
<div class="abc">
<ul>
<li>Website to see weather conditions anywhere round the globe.</li>
<li>Built using React.js as the frontend framework.</li>
<li>This app uses the OpenWeatherMap API</li>
<li><a href="https://www.github.com/shivangi-ch/weather-react"><i class="fa fa-github" style="font-size:36px; color: #8a009ce1;"></i></a><span style="color: rgba(228, 247, 255, 0.459);"> ||||| </span>
<a href="https://shivangi-ch.github.io/weather-react"><i class="fa fa-desktop" style="font-size:32px; color: #8a009ce1;"></i></a></li>
</ul>
</div>
</div>
<div id="s4">
<h2> TECHNICAL SKILLS</h2>
<div class="skill-logo">
<div><i class="devicon-cplusplus-plain tech-icon"></i></div>
<div><i class="devicon-javascript-plain tech-icon" ></i></div>
<div><i class="devicon-react-plain tech-icon"></i></div>
<div><i class="devicon-html5-plain tech-icon"></i></div>
<div><i class="devicon-css3-plain tech-icon"></i></div>
</div>
<h3> For web applications I use Javascript.<br> Whenever I do competetive programming I obviously go with C++ </h3>
</div>
<div id="s5">
<div class="contact">
<h2>LET'S GET IN TOUCH</h2>
<p>Need anything built, want to work together or simply want to have a chat?<br>Drop me an e-mail at <em><span style="color:#00979ce1">[email protected]</span></em><br><i style="font-size:24px" class="fa"></i></p>
</div>
<div id="footer">
Built and designed by Shivangi Choudhary
</div>
</div>
<!-- <footer>
Built and designed by Shivangi Choudhary
</footer>
-->
</body>
</html>