-
Notifications
You must be signed in to change notification settings - Fork 196
/
index.html
291 lines (277 loc) · 12.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata of the Webpage -->
<!-- Character-set Metadata -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Viewport Metadata -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Description Metadata-->
<meta name="description" content="Portfolio Website" />
<!-- Author Metadata -->
<meta name="author" content="Aditya Vikram Singh" />
<!-- Keyword Metadata -->
<meta
name="keywords"
content="Aditya Singh, Aditya Vikram Singh, Aditya Vikram Singh DPS,
Aditya Vikram Singh DPSRKP, Aditya Vikram Singh UMass, Aditya Vikram
Singh UMass Amherst, Aditya Vikram Singh New Delhi, Aditya Vikram
Singh Amherst, Aditya Vikram Singh ISSDC, Aditya Vikram Singh NASA,
Aditya Vikram Singh, Aditya Vikram Singh Website, Aditya V Singh"
/>
<!-- Webpage Logo -->
<link rel="shortcut icon" href="./assets/img/favicon.ico" />
<!-- Webpage Title -->
<title>Aditya Vikram Singh</title>
<!-- Import CSS: Main Stylesheet -->
<link rel="stylesheet" href="./assets/css/main.css" />
</head>
<body>
<div id="particles-js">
<div class="header">
<h1>
<span class="site-title">ADITYA VIKRAM SINGH</span>
<span class="site-description">Programmer • Web Developer • Graphic Designer</span>
</h1>
<div class="header-icons">
<a aria-label="My LinkedIn Profile" target="_blank" href="https://www.linkedin.com/in/avs1508/">
<i class="icon fa fa-linkedin" aria-hidden="true"></i>
</a>
<a aria-label="My Github Profile" target="_blank" href="https://github.com/AVS1508">
<i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>
<a aria-label="My Résumé" target="_blank" href="https://www.adityavsingh.com/resume.html">
<i class="icon fa fa fa-file-pdf-o" aria-hidden="true"></i>
</a>
<a aria-label="Send Email" href="mailto:[email protected]" target="_blank"
><i class="icon fa fa-envelope"></i
></a>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll>About Me</a>
<a class="link" href="#projects" data-scroll>Projects</a>
</div>
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>
<!-- About Section -->
<section id="about">
<!-- User Introduction-->
<div class="user-details">
<h1>My Story</h1>
<picture>
<source
type="image/webp"
srcset="./assets/img/webp/Professional-Picture-Me.webp"
alt="Professional Me"
width="20%"
style="border-radius: 50%"
/>
<img
src="./assets/img/jpg/Professional-Picture-Me.jpg"
alt="Professional Me"
width="20%"
style="border-radius: 50%"
/>
</picture>
<p>
I am a junior in the College of Information and Computer Sciences at the University of Massachusetts Amherst,
pursuing an undergraduate degree. I am majoring in Computer Science, with intent to double major in
Mathematics with Statistics and Data Science concentration. I'm involved as a Software Developer for BUILD
UMass, where I use my software engineering skills for pro-bono app/web development and tech consulting for the
Amherst community. I also serve as a Designer for the HackUMass Organizing Team, responsible for graphics
design and production for the annual hackathon. I am interested in exploring the fields of Software
Engineering, Data Science, and Machine Learning, and I am open to opportunities for the same.
</p>
</div>
<!-- User Specifics -->
<div class="user">
<!-- Technology Stack #1: Languages -->
<div class="tech">
<h2>Languages</h2>
<i class="devicon-python-plain colored"></i>
<i class="devicon-java-plain-wordmark colored"></i>
<i class="devicon-cplusplus-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
<p>My favorite languages for systems programming, software engineering, and data analysis.</p>
</div>
<!-- Technology Stack #2: Front-End -->
<div class="tech">
<h2>Front-End</h2>
<i class="devicon-react-original colored"></i>
<i class="devicon-bootstrap-plain-wordmark colored"></i>
<i class="devicon-html5-plain-wordmark colored"></i>
<i class="devicon-css3-plain-wordmark colored"></i>
<p>My preferred technologies for front-end web development and component design.</p>
</div>
<!-- Technology Stack #3: Back-End -->
<div class="tech">
<h2>Back-End</h2>
<i class="devicon-nodejs-plain colored"></i>
<i class="devicon-express-original-wordmark colored"></i>
<i class="devicon-mongodb-plain-wordmark colored"></i>
<i class="devicon-postgresql-plain-wordmark colored"></i>
<p>My preferred technologies for back-end web programming and database architecture.</p>
</div>
<!-- Technology Stack #4: Tools -->
<div class="tech">
<h2>Tools</h2>
<i class="devicon-git-plain-wordmark colored"></i>
<i class="devicon-visualstudio-plain colored"></i>
<i class="devicon-github-plain-wordmark colored"></i>
<i class="devicon-docker-plain-wordmark colored"></i>
<p>My favorite tools for version control, code editing, and container orchestration.</p>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects">
<div class="user-details">
<h1>Featured Projects</h1>
</div>
<!-- User Project #1: Personal Résumé Website -->
<div class="user-projects">
<div class="images-right">
<picture>
<source type="image/webp" srcset="./assets/img/webp/Personal-Resume-Website.webp" alt="Personal Website" />
<img alt="Personal Website" src="./assets/img/jpg/Personal-Resume-Website.jpg" />
</picture>
</div>
<div class="contents" style="text-align: center">
<h3>Personal Website</h3>
<div>
<img
height="32"
width="32"
src="https://unpkg.com/[email protected]/icons/react.svg"
style="filter: invert(73%) sepia(74%) saturate(1552%) hue-rotate(169deg) brightness(109%) contrast(97%)"
/>
<img
height="32"
width="32"
src="https://unpkg.com/[email protected]/icons/bootstrap.svg"
style="filter: invert(24%) sepia(14%) saturate(2270%) hue-rotate(222deg) brightness(102%) contrast(90%)"
/>
<img height="32" width="32" src="https://unpkg.com/[email protected]/icons/github.svg" />
</div>
<p style="text-align: justify">
I developed and designed a website using ReactJS and Bootstrap, hosted on Github Pages, to showcase my web
presence, story, work experience, education, projects, and achievements in an interactive and
visually-appealing format.
</p>
<a class="project-link" target="_blank" href="https://www.adityavsingh.com/">Check it out!</a>
</div>
</div>
<!-- User Project #2: Summer 2020 Project -->
<div class="user-projects">
<div class="images-left">
<picture>
<source type="image/webp" srcset="./assets/img/webp/Perpetual-Crusades.webp" alt="Perpetual Crusades" />
<img alt="Perpetual Crusades" src="./assets/img/jpg/Perpetual-Crusades.jpg" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Perpetual Crusades</h3>
<img
height="32"
width="32"
src="https://unpkg.com/[email protected]/icons/react.svg"
style="filter: invert(73%) sepia(74%) saturate(1552%) hue-rotate(169deg) brightness(109%) contrast(97%)"
/>
<img
height="32"
width="32"
src="https://unpkg.com/[email protected]/icons/css3.svg"
style="filter: invert(33%) sepia(29%) saturate(3844%) hue-rotate(184deg) brightness(90%) contrast(84%)"
/>
<img height="32" width="32" src="https://unpkg.com/[email protected]/icons/github.svg" />
<p style="text-align: justify">
I created a two-player online dice-based board game with a theme loosely set around Dungeons & Dragons. It
was developed as a submission for Penn Apps XXI, using ReactJS and CSS Grid Layouts for design and hosted on
GitHub Pages.
</p>
<a class="project-link" target="_blank" href="https://github.com/AVS1508/Summer-2020-Project"
>Check it out!</a
>
</div>
</div>
<!-- User Project #3: COVID-19 Tracker App -->
<div class="user-projects">
<div class="images-right">
<picture>
<source type="image/webp" srcset="./assets/img/webp/COVID19-Tracker-App.webp" alt="COVID-19 Tracker App" />
<img alt="COVID-19 Tracker App" src="./assets/img/jpg/COVID19-Tracker-App.jpg" />
</picture>
</div>
<div class="contents" style="text-align: center">
<h3>COVID-19 Tracker App</h3>
<div>
<img
height="32"
width="32"
src="https://unpkg.com/[email protected]/icons/javascript.svg"
style="filter: invert(96%) sepia(47%) saturate(4151%) hue-rotate(338deg) brightness(100%) contrast(95%)"
/>
</div>
<p style="text-align: justify">
I created a web application for tracking the spread of COVID-19. Using Johns Hopkins University Center For
Systems Science and Engineering API, the website processes the COVID-19 data to create statistical
projections through graphs and charts.
</p>
<a class="project-link" target="_blank" href="https://www.adityavsingh.com/covid19-tracker-app">
Check it out!
</a>
</div>
</div>
<!-- Use Project #4: Valuto: Account Management System -->
<div class="user-projects">
<div class="images-left">
<picture>
<source
type="image/webp"
srcset="./assets/img/webp/Valuto-Account-Management.webp"
alt="Valuto: Account Management System"
/>
<img alt="Valuto: Account Management System" src="./assets/img/jpg/Valuto-Account-Management.jpg" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Valuto: Account Management System</h3>
<div>
<img
height="32"
width="32"
src="https://unpkg.com/[email protected]/icons/cplusplus.svg"
style="filter: invert(22%) sepia(77%) saturate(1486%) hue-rotate(183deg) brightness(101%) contrast(103%)"
/>
</div>
<p style="text-align: justify">
I developed a CLI system for accounting management and financial statement maintenance. The purpose of the
system is to maintain a record of the funds received, used, disseminated and donated by an organization.
Details of transactions and maintenance of a budget and tallying of current balance/inventory in cash/kind
is incorporated in this system.
</p>
<a class="project-link" target="_blank" href="https://github.com/AVS1508/Valuto-Account-Management-System">
Check it out!
</a>
</div>
</div>
</section>
<footer class="footer">
<p>© Aditya Vikram Singh, 2020</p>
</footer>
<!-- Import JS: Particles Theme -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Import JS: Sweet Scroll -->
<script src="./assets/js/sweet-scroll.min.js"></script>
<!-- Import JS: Google Analytics -->
<script src="./assets/js/google-analytics.js"></script>
<!-- Import JS: Main Script -->
<script src="./assets/js/main.js"></script>
</body>
</html>