-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
175 lines (162 loc) · 8.14 KB
/
resume.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
<!DOCTYPE html>
<html>
<title>Portfolio Website | Aryan Gandhi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="Computer Engineering Student, University of British Columbia, Software Developer">
<meta name="description" content="Aryan Gandhi is a .....">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Raleway:300">
<!--Bootstrap.css-->
<link type="text/css" rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--Custom Styling-->
<link type="text/css" rel="stylesheet" href="assets/css/resume.css">
<link type="text/css" rel="stylesheet" href="assets/css/navbar.css">
</html>
<body class="resume">
<div class="topnav" id="myTopnav">
<a class="active">Aryan Gandhi / CPEN Student</a>
<div class="topnav-right">
<a href="website.html">About Me</a>
<a href="resume.html">Resume</a>
<a href="projects.html">Projects</a>
<a href="contact.html">Contact</a>
</div>
<a href="javascript:void(1);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 co-md-offset">
<a href="Aryan Gandhi Coop Resume.pdf"><button class="button-resume">Download Resume</button></a>
<div class="title text-heading">
<h1 style="font-weight: bold;">Resume</h1>
<hr class="center-line"/>
</div>
<!--Design Teams-->
<div class="experience">
<h2 class="text-center">Design Teams</h2>
<hr style="width: 125px; transform: translateX(480%);" />
<div class="row experience-title">
<div class="col-md-9">
<h3>Mars Colony, University of British Columbia</h3>
<h4>Architecture Teams</h4>
</div>
<div class="col-md-3">
<h3>Sept 2020 - Present</h3>
</div>
</div>
<div class="row experience-summary">
<div class="col-md-12">
<ul style="list-style-type:square;">
<li>Responsible for designing components, ensuring team efficiency and production of high-quality work</li>
<li>Primary designer for Hydroponics Project, currently in researching and data collection phase; future plan includes CAD design using SolidWorks</li>
</ul>
</div>
</div>
<div class="row experience-title">
<div class="col-md-9">
<h3>UBC Launchpad, University of British Columbia</h3>
<h4>Software Developer</h4>
</div>
<div class="col-md-3">
<h3>Sept 2020 - Present</h3>
</div>
</div>
<div class="row experience-summary">
<div class="col-md-12">
<ul>
<li>Partnered with other developers and designers to ideate and build a project for 4-8 months</li>
<li>Learned different languages such as Typescript and React.js in order to implement frontend and deployed SQL and Postgres for backend</li>
</ul>
</div>
</div>
</div>
<!--Student Teams-->
<div class="experience">
<h2 class="text-center">Student Teams</h2>
<hr style="width: 125px; transform: translateX(480%);" />
<div class="row experience-title">
<div class="col-md-9">
<h3>Developer Students Club, University of British Columbia</h3>
<h4>Relations Director</h4>
</div>
<div class="col-md-3">
<h3>Aug 2020 - Present</h3>
</div>
</div>
<div class="row experience-summary">
<div class="col-md-12">
<ul>
<li>Plan events and arrange speakers for workshops and events</li>
<li>Improved written and verbal communication and project management skills by planning events</li>
</ul>
</div>
</div>
<div class="row experience-title">
<div class="col-md-9">
<h3>Engineering Without Borders, University of British Columbia</h3>
<h4>Youth Venture</h4>
</div>
<div class="col-md-3">
<h3>Sept 2019 - Sept 2020</h3>
</div>
</div>
<div class="row experience-summary">
<div class="col-md-12">
<ul>
<li>Advocate and develop innovative solutions for environmental change within UBC and Vancouver</li>
<li>Planned creative and interactive activities contributing to first year engineering students’ positive
experience and overall success during transition to university</li>
</ul>
</div>
</div>
</div>
<!--Work Experience-->
<div class="experience">
<h2 class="text-center">Work Experience</h2>
<hr style="width: 125px; transform: translateX(480%);" />
<div class="row experience-title">
<div class="col-md-9">
<h3>Wize, Vancouver BC</h3>
<h4>Class Ambassador</h4>
</div>
<div class="col-md-3">
<h3>Jan 2020 - Present</h3>
</div>
</div>
<div class="row experience-summary">
<div class="col-md-12">
<ul>
<li>Convey weekly ‘course news’ updates of topics covered in class and devise course layouts to ensure
effective student learning in the course</li>
</ul>
</div>
</div>
</div>
<!--Volunteer Experience-->
<div class="experience">
<h2 class="text-center">Volunteer Experience</h2>
<hr style="width: 125px; transform: translateX(480%);" />
<div class="row experience-title">
<div class="col-md-9">
<h3>Engineering for Kids, Calgary AB</h3>
<h4>Mentor</h4>
</div>
<div class="col-md-3">
<h3>Mar 2019 - Apr 2019</h3>
</div>
</div>
<div class="row experience-summary">
<div class="col-md-12">
<ul>
<li>Introduced younger kids to STEM related fields through variety of hands-on activities</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="assets/js/navbar.js"></script>
</body>