-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
386 lines (337 loc) · 25.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Hello, I am Anurag Vishwakarma. I am currently persuing Diploma in Computer Science & Engineering (CSE) from Dr. B.R. Ambedkar Polytechnic College Gwalior. I am a CSE Student, Code Enthusiast, Engineer, Competitive Programmer & Web Developer. This makes me to learn new things in life & never makes me feel boring. Coding & Programming has made my life much more intresting than earlier. Coding & DSA made me to think much Deep in Structured Manner.">
<meta name="keywords"
content="Anurag Vishwakarma, Anurag, vcma, Anurag Portfolio, Portfolio, Web Developer, Engineer, Polygwalior, 21BRAC0401, 21017C04014, Gwalior, HTML, CSS, JavaScript, PHP, MySql, Website">
<meta name="author" content="Anurag Vishwakarma">
<title>Anurag Vishwakarma • Software Engineer (SDE)</title>
<link rel="shortcut icon" href="../Sources/favicons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="../Sources/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="../Sources/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="../Sources/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="../Sources/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="../Sources/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="../Sources/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="../Sources/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="../Sources/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="../Sources/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="../Sources/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="../Sources/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="../Sources/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="../Sources/favicons/favicon-16x16.png">
<link rel="manifest" href="../Sources/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="../Sources/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="Sources/SiteAnimations/textAnimations.css">
<link rel="stylesheet" href="Sources/SiteAnimations/templateAnimations.css">
<link rel="stylesheet" href="Sources/LayoutsStyles/styles.css">
<link rel="stylesheet" href="Sources/ResponsiveStyles/responsive.css">
</head>
<body id="body">
<div id="topForScroll"></div>
<!-- ---------------------------GREETINGS--BOX--------------------------------------------------------- -->
<div class="greetingsBox" id="greetingsBox">
<div id="greetingsDiffLanguages" class="greetingsDiffLanguages">Hello</div>
<div class="iAM">I Am
<div class="anurag">
Anurag Vishwakarma
</div>
</div>
</div>
<!-- ---------------------------GREETINGS--BOX--------------------------------------------------------- -->
<!-- ---------------------------NAVIGATION--BOX--------------------------------------------------------- -->
<nav class="navBar">
<nav class="navbar mainNavigationBar ">
<div class="container-fluid">
<a class="navbar-brand creator" id="creator" href="https://linkedin.com/in/anuragvishwakarma/">©
Designed By Anurag</a>
<button class="navbar-toggler navBarToggler d-none" id="navBarTogglerButton" type="button"
data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbarDark" aria-controls="offcanvasNavbarDark"
style="display: none !important;">
<span class="navbar-toggler-icon" id="navBarTogglerIcon"></span>
</button>
<button class="navbar-toggler navBarToggler modeButtonOnNAV responsiveNavReplaced d-flex align-items-center justify-content-center"
style="z-index: 3 !important;" onclick="LightAndDarkMode()">
<span class="darkModeIcon d-flex align-items-center justify-content-center">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi moonDark bi-moon" viewBox="0 0 16 16">
<path
d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi sunLight bi-brightness-high" viewBox="0 0 16 16">
<path
d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" />
</svg>
</span>
</button>
<div class="navMenuWideDisplay">
<ul class="navMenuhow">
<li class="navItems">
<a href="#" class="upperNavItemsForClassChange ">Home</a>
<div id="navItemsUnderlineHome" class="navItemsUnderlineHome"></div>
</li>
<li class="navItems">
<a href="#AboutMe" class="upperNavItemsForClassChange ">About Me</a>
<div class="navItemsUnderline"></div>
</li>
<li class="navItems">
<a href="#MyProjects" class="upperNavItemsForClassChange ">Projects</a>
<div class="navItemsUnderline"></div>
</li>
<li class="navItems navItemsMode">
<button class="modeButtonOnNAV" onclick="LightAndDarkMode()">
<span class="modeName">
Blue
</span>
<span class="darkModeIcon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi moonDark bi-moon" viewBox="0 0 16 16">
<path
d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi sunLight bi-brightness-high" viewBox="0 0 16 16">
<path
d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" />
</svg>
</span>
</button>
</li>
</ul>
</div>
</div>
</nav>
</nav>
<!-- ---------------------------NAVIGATION--BOX--------------------------------------------------------- -->
<!-- ---------------------------MAIN--CONTENT--------------------------------------------------------- -->
<main class="mainContent">
<div class="me">
<div class="helloIAM" id="helloIAMID">
<div class="subHelloIAM">
Hi There, I am
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi arrowRight bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi iconArrowDown bi-arrow-down-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0v6z" />
</svg>
</div>
</div>
<div class="animationBox">
<div id="nameBox" class="nameBox"></div>
</div>
<div class="whatIDO" id="whatIDO">
I use to build Web Projects.
<p class="briefAboutMe" id="briefAboutMee">
I am currently an Engineering Student & I love to build Projects related to Web & Problem Solving.
<br>
I love Solving Problems mostly related to DSA & Mathemathics.
<br>
Also, I love to learn about New Stuff on regular basis.
</p>
<div class="myResumeButtonLink">
<a href="../Files/Resume/AnuragVishwakarmaCV.pdf" class="myResumeButton classForButtonsForModeChange fw-normal text-decoration-none ">
Download My Resume!
</a>
</div>
</div>
</div>
</main>
<!-- ---------------------------MAIN--CONTENT--------------------------------------------------------- -->
<div class="container partationSlab"></div>
<!-- ---------------------------ABOUT--ME--(ANURAG)--------------------------------------------------------- -->
<section class="aboutMe" id="AboutMe">
<header class="AboutMeHeading" data-aos="fade-up">
<div class="lineOfHeading"></div>
<div class="aboutMeMainHeading">
About Me
</div>
<div class="lineOfHeading"></div>
</header>
<div class="aboutMeContainer">
<div class="paragraphAboutMe">
<p class="aboutMeInDetail">
<ul class="aboutMeList">
<li class="aboutMePoints" data-aos="fade-up">
Hello, I am Anurag Vishwakarma. I am currently persuing Diploma in Computer Science &
Engineering (CSE) from Dr. B.R. Ambedkar Polytechnic College Gwalior.
</li>
<li class="aboutMePoints" data-aos="fade-up">
I am a CSE Student, Code Enthusiast, Engineer, Competitive Programmer & Web Developer. This
makes me to learn new things in life & never makes me feel boring.
</li>
<li class="aboutMePoints" data-aos="fade-up">
Coding & Programming has made my life much more intresting than earlier. Coding & DSA made me to
think much Deep in Structured Manner.
</li>
</ul>
</p>
</div>
<div class="myPhotoCover" id="myPhotoCover" data-aos="fade-up">
<img class="myPhoto" src="Sources/images/Anurag_Vishwakarma.jpg"
alt="Anurag Vishwakarma Portfolio polygwalior">
</div>
</div>
</section>
<!-- ---------------------------ABOUT--ME--(ANURAG)--------------------------------------------------------- -->
<div class="container partationSlab"></div>
<!-- ---------------------------PROJECTS--CONTENT--------------------------------------------------------- -->
<section class="myProjects" id="MyProjects">
<header class="AboutMeHeading" data-aos="fade-up">
<div class="lineOfHeading"></div>
<div class="aboutMeMainHeading">
Projects
</div>
<div class="lineOfHeading"></div>
</header>
<div class="container projectsContainer" data-aos="fade-up" id="myProjectBox">
<!-- ALL THE PROJECTS OF MINE WILL BE RENDERED OVER HERE.... -->
</div>
</section>
<!-- ---------------------------PROJECTS--CONTENT--------------------------------------------------------- -->
<div class="container partationSlab"></div>
<!-- ---------------------------FOOTER--CONTENT--------------------------------------------------------- -->
<footer class="websiteFooter">
<div class="messageFooterBox">
<form id="my-form" action="https://formspree.io/f/moqoqdeo" method="POST" class="websiteFooterForm">
<header class="formHeading" data-aos="fade-up">
<h2 id="formHeadingMain" class="formHeadingMain">
Keep In Touch
</h2>
<p class="formOfFooterSubHeading">
If you have anything to share, go ahead! It could be any joke/funny stuff or any <span
class="footerSubHeadingHighlight">advice</span>.
<br>
Just write your <span class="footerSubHeadingHighlight">message</span> in the form given below &
hit that <span class="footerSubHeadingHighlight">Submit</span> Button.
</p>
</header>
<input class="formElements" type="text" placeholder=" Your Name" name="name" id=""
data-aos="fade-up">
<input class="formElements" type="email" placeholder=" Your Email ID" name="mail" id=""
data-aos="fade-up">
<textarea class="formElements" name="someDiscription" placeholder=" Your Message for me........."
data-aos="fade-up" id="" cols="30" rows="10"></textarea>
<button name="submit" id="my-form-button" class="formSubmitButton classForButtonsForModeChange">Send the
Message !</button>
<p id="my-form-status"></p>
</form>
</div>
<hr style="color: #e1e3e9;">
<div id="mainFooter" class="mainFooter">
<div class="copyrightStatment">
© 2023 Anurag Vishwakarma.
</div>
<div class="socialHandles">
<span>
<a href="https://github.com/vishanurag">
GITHUB....
</a>
</span>
<span class="OrSign"> | </span>
<span>
<a href="https://www.linkedin.com/in/anuragvishwakarma">
LINKEDIN
</a>
</span>
</div>
<div class="goUp">
<span class="goUp" onclick="goToTop()">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor"
class="bi bi-caret-up" viewBox="0 0 16 16">
<path
d="M3.204 11h9.592L8 5.519 3.204 11zm-.753-.659 4.796-5.48a1 1 0 0 1 1.506 0l4.796 5.48c.566.647.106 1.659-.753 1.659H3.204a1 1 0 0 1-.753-1.659z" />
</svg>
</span>
</div>
</div>
</footer>
<!-- ---------------------------FOOTER--CONTENT--------------------------------------------------------- -->
<div class="contactsIcons">
<a href="https://github.com/vishanurag">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" role="img" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="1" class="iconsMain iconsMainFront">
<title>GitHub</title>
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
</path>
</svg>
</a>
<a href="https://www.linkedin.com/in/anuragvishwakarma">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" role="img" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" class="iconsMain iconsMainFront">
<title>LinkedIn</title>
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
<a href="mailto:anuraga2005@gmail.com">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-envelope-at-fill iconsMainFront iconsMain" viewBox="0 0 16 16">
<title>Email</title>
<path
d="M2 2A2 2 0 0 0 .05 3.555L8 8.414l7.95-4.859A2 2 0 0 0 14 2H2Zm-2 9.8V4.698l5.803 3.546L0 11.801Zm6.761-2.97-6.57 4.026A2 2 0 0 0 2 14h6.256A4.493 4.493 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586l-1.239-.757ZM16 9.671V4.697l-5.803 3.546.338.208A4.482 4.482 0 0 1 12.5 8c1.414 0 2.675.652 3.5 1.671Z" />
<path
d="M15.834 12.244c0 1.168-.577 2.025-1.587 2.025-.503 0-1.002-.228-1.12-.648h-.043c-.118.416-.543.643-1.015.643-.77 0-1.259-.542-1.259-1.434v-.529c0-.844.481-1.4 1.26-1.4.585 0 .87.333.953.63h.03v-.568h.905v2.19c0 .272.18.42.411.42.315 0 .639-.415.639-1.39v-.118c0-1.277-.95-2.326-2.484-2.326h-.04c-1.582 0-2.64 1.067-2.64 2.724v.157c0 1.867 1.237 2.654 2.57 2.654h.045c.507 0 .935-.07 1.18-.18v.731c-.219.1-.643.175-1.237.175h-.044C10.438 16 9 14.82 9 12.646v-.214C9 10.36 10.421 9 12.485 9h.035c2.12 0 3.314 1.43 3.314 3.034v.21Zm-4.04.21v.227c0 .586.227.8.581.8.31 0 .564-.17.564-.743v-.367c0-.516-.275-.708-.572-.708-.346 0-.573.245-.573.791Z" />
</svg>
</a>
<a href="https://wa.me/+917693993165/">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-whatsapp iconsMain iconsMainFront" viewBox="0 0 16 16">
<title>What'sApp</title>
<path
d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z" />
</svg>
</a>
<a href="https://www.vcma.rf.gd/">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-globe iconsMain iconsMainFront" viewBox="0 0 16 16">
<title>Website</title>
<path
d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z" />
</svg>
</a>
<div id="simpleVerticalLine" class="simpleVerticalLine"></div>
</div>
<!-- ---------------------------------------END----------------------------------------------- -->
<!-- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="Sources/SiteScripts/GreetingsAnimation.js"></script>
<script src="Sources/SiteScripts/NameAnimation.js"></script>
<script src="Sources/SiteScripts/ColourMode.js"></script>
<script src="Sources/SiteScripts/ReloadPositions.js"></script>
<script src="Sources/SiteScripts/getProjects.js"></script>
<script src="Sources/SiteScripts/scrollUp.js"></script>
<script src="Sources/SiteScripts/form.js"></script>
<!-- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "Anurag Vishwakarma Portfolio",
"alternateName" : "VCMA",
"url": "https://vcma.rf.gd/Portfolio/"
}
</script>
</body>
</html>