-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (210 loc) · 9.52 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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Aryaman Dwivedi</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Aryaman Dwivedi</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="#one-point-five">Projects</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Aryaman Dwivedi</h2>
<p>Computer Science @<br />
University of Illinois Urbana-Champaign<br />
</p>
<ul class="actions special">
<li><a href="aryaman_resume.pdf" class="button">Resume</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">About Me</a>
</section>
<!-- One -->
<section id="one" class="wrapper style2 special">
<div class="inner">
<header class="major">
<h2>Who Am I?</h2>
<p>
Hello! I'm Aryaman Dwivedi (my friends call me Ary),<br/>
an undergraduate in Computer Science studying at the University of Illinois Urbana Champaign. <br/>
</p>
<p>
Hailing from India, my passion for computer science was ignited during my childhood, <br/>
and it has been a driving force in my life ever since. I find immense joy in creating <br/>
innovative solutions through technology. <br/>
</p>
<p>
Currently, I am focused on exploring my interests in embedded programming, <br/>
while still maintaining my enthusiasm for web app development. I am thrilled <br/>
by the possibilities embedded programming offers and excited to leverage <br/>
my knowledge and creativity to contribute to this field. <br/>
</p>
<p>
I aspire to continue growing as a computer scientist and make a positive <br/>
impact through technology.
</p>
</header>
<ul class="icons major">
<li><span class="icon solid fa-sitemap major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon solid fa-terminal major style2"><span class="label">Ipsum</span></span></li>
<li><span class="icon solid fa-server major style3"><span class="label">Dolor</span></span></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="one-point-five" class="wrapper special style3">
<div class="inner">
<header class="major">
<h2>What I've Done</h2>
<p>
Over the years, I have had the privilege of working on diverse projects, <br/>
ranging from mobile app development to avionics engineering for a rocket. <br/>
These experiences have nurtured my curiosity and honed my skills. <br/>
</p>
</header>
</div>
</section>
<section id="two" class="wrapper alt style3">
<section class="spotlight">
<div class="image"><img src="images/adobegif.gif" alt=""/></div><div class="content">
<h2>Adobe > Acrobat Web Intern</h2>
<p>Intern on the Sign-in Acrobat team</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/wirelessML.gif" alt=""/></div><div class="content">
<h2>iSENS Research Lab > Wireless Signal Visualiztion</h2>
<p>Visualiztion of wireless signals from devices in Extended Reality using Machine Learning</p>
<a href="https://isens.cs.illinois.edu/theme/wireless-ml"><i>Learn More</i></a>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/gss-banner.jpg" alt="" /></div><div class="content">
<h2>Ground Station Software ><br/>
Illinois Space Society</h2>
<p>A TypeScript based, browser application, for real-time data collection and visualiztion of rocket telemetry</p>
<a href="gss.html"><i>Learn More</i></a>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/mealplot-teaser.png" alt="" /></div><div class="content">
<h2>Mealplot ><br />
Illinois Applied Research Institute</h2>
<p>Platform for Rearchers and Dietitians to conduct their studies and record their client's data, helping them on their weight loss journey</p>
<a href="ari.html"><i>Learn More</i></a>
</div>
</section>
<section class="spotlight" style="padding-bottom: 4vh;">
<div class="image"><img src="images/timetable-teaser.png" alt="" /></div><div class="content">
<h2>Timetable Scheduler ><br />
UOLO PVT LTD</h2>
<p>Timetable scheduling tool for school administrators to automatically generate institution-wide timetables</p>
<a href="uolo.html"><i>Learn More</i></a>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Skills</h2>
<p>I possess a diverse range of programming skills, from web development to avionics engineering, <br/>
and I am currently exploring my passion for embedded programming to create innovative <br/>
solutions in the realm of hardware and software integration.</p>
</header>
<ul class="features">
<li class="icon solid fa-code">
<h3>C/C++</h3>
<p>I can develop efficient and high-performance solutions for various applications</p>
<sub>Extra: Arduino, Teensy, PlatformIO, Linux</sub>
</li>
<li class="icon solid fa-laptop">
<h3>Python</h3>
<p>I possess the expertise to develop robust and scalable solutions for data processing, analysis, and web development</p>
<sub>Extra: Flask, Django, Pandas</sub>
</li>
<li class="icon solid fa-terminal">
<h3>JavaScript/TypeScript</h3>
<p>I bring the skills necessary to create dynamic and interactive web applications with enhanced functionality and maintainable code</p>
<sub>Extra: React, Node.js, Electron.js, Vue.js</sub>
</li>
<li class="icon solid fa-mobile">
<h3>Java</h3>
<p>I create captivating mobile applications, harnessing the power of the Java language and the Android platform to deliver engaging user experiences</p>
<sub>Extra: Android</sub>
</li>
<li class="icon solid fa-palette">
<h3>HTML & CSS</h3>
<p>I have the ability to create visually appealing and responsive web interfaces, ensuring an enhanced user experience and seamless integration of design and functionality</p>
<sub>Extra: Bootstrap, SASS</sub>
</li>
<li class="icon solid fa-database">
<h3>Cloud & SQL</h3>
<p>I leverage their functionalities for efficient data storage, retrieval, and seamless integration, enabling scalable and flexible solutions</p>
<sub>Extra: Heroku, Firebase, GCP, MySQL, PostgreSQL</sub>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Want to know more?</h2>
<p>Reach out to me! I would love to have a conversation and explain more about myself and what I do.</p>
</header>
<ul class="actions stacked">
<li><a href="mailto:dwivedi6@illinois.edu" class="button fit primary">Contact Me</a></li>
<li><a href="aryaman_resume.pdf" class="button fit">Resume</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.github.com/ary-dz" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/ary-dz" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<!-- <li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li> -->
<li><a href="mailto:dwivedi6@illinois.edu" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>