-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
247 lines (181 loc) · 5.61 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.12/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.12/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.12/addons/p5.sound.min.js"></script>
<script src="skillsSketch.js"></script>
<script src="query.js"></script>
<meta charset="utf-8">
<title>My First Page</title>
</head>
<body>
<img class=updown src="pics/hi.gif" style="top:-320; width: 300px;height: 350px; position:absolute; float:left; margin:0; " >
<img src="pics/sl.gif" style="width: 260px;height: 150px;text-align: center;display: block;margin: auto;" >
<img src="pics/resume.gif" style="width: 100px;height: 70px;text-align: center;display: block;margin:-2% auto 0 auto;" >
<img src="pics/skills.png" style="width: 80px;height: 60px;text-align: center;display: block;margin: auto;" >
<div id=one class=res>
<table id=left>
<tr>
<td> <div id=pythonContainer class=kanvasy> </div> </td>
</tr>
<tr class=second >
<td> <div id=javaScriptContainer class=kanvasy> </div> </td>
</tr>
<tr>
<td> <div id=htmlContainer class=kanvasy> </div> </td>
</tr>
<tr class=second>
<td> <div id=racketContainer class=kanvasy> </div> </td>
</tr>
<tr>
<td> <div id=jQContainer class=kanvasy> </div> </td>
</tr>
</table>
<table id=right>
<tr>
<td> <div id=javaContainer class=kanvasy> </div> </td>
</tr>
<tr class=second >
<td> <div id=cContainer class=kanvasy> </div> </td>
</tr>
<tr>
<td> <div id=cssContainer class=kanvasy> </div> </td>
</tr>
<tr class=second>
<td> <div id=haskellContainer class=kanvasy> </div> </td>
</tr>
<tr>
<td> <div id=angularContainer class=kanvasy> </div> </td>
</tr>
</table>
</div>
<div id=compContainer class=kanvasy>
</div>
<div id=two class=res>
<div id="uni_par">
<img src="pics/education.png" style="width: 120px;height: 65px;text-align: center;display: block;margin: auto;" >
<p style="text-align:center;">
2013 - present: University of Toronto.
</p>
<ul>
<li> Computer Science [Minor] </li>
<li> Visual Culture [Minor] </li>
<li> Communication, Culture, Information & Technology [Major] </li>
</ul>
<p style="text-align:center;text-decoration: underline;">
Relevant Courses taken at UofT:
</p>
</div>
<table id=classes>
<tr>
<td id=108>
<p>Introduction to Computer Programming </p>
</td>
<td id=369>
Operating Systems
</td>
</tr>
<tr>
<td id=324>
Principles of Programming Languages
</td>
<td id=263>
Data Structures and Analysis
</td>
</tr>
<tr>
<td id=236>
Introduction to the Theory of Computation
</td>
<td id=258>
<p>Computer Organization</p>
</td>
</tr>
<tr>
<td id=148>
Introduction to Computer Science
</td>
<td id=wd>
Web Design
</td>
</tr>
<tr>
<td id=209>
Software Tools and Systems Programming
</td>
<td id=207>
Software Design
</td>
</tr>
<tr>
<td id=301>
Introduction to Software Engineering
</td>
<td>
... and more to come
</td>
</tr>
</table>
</div>
<div id=calcContainer class=kanvasy>
</div>
<div id=utmContainer class=kanvasy>
</div>
<img src="pics/experience.png" id="tohide" >
<div id=three class=res>
<table >
<tbody style="border-bottom: 2px solid white;">
<tr>
<td scope="row">January, 2018 - May, 2018</td>
<td scope="row">TA for Introduction to Computer Science (csc148)</td>
</tr>
</tbody>
</table>
<table >
<tbody style="border-bottom: 2px solid white;">
<tr>
<td scope="row">September, 2017 - December, 2017 </td>
<td rowspan="2" scope="rowgroup">TA for Introduction to Programming (csc108)</td>
</tr>
<tr>
<td scope="row">January, 2017 - May, 2017</td>
</tr>
</tbody>
</table>
<table>
<tr>
<td scope="row" id=prelast>January, 2017 - May, 2018</td>
<td scope="row" id=last>Javascript and Python Coach at Hatch Canada</td>
</tr>
</table>
</div>
<img src="pics/projects.png" style="width: 100px;height: 70px;text-align: center;display: block;margin: auto;" >
<div id=jugsContainer class=kanvasy>
</div>
<div id=cnContainer class=kanvasy>
</div>
<div id=four class=res>
<p>
Introduction to Programming (2016): Adventure game [Python]
</p>
<p>
Software Design (2016): 3 Jugs game [Java] + Object Oriented Programming
</p>
<p>
Paint application [Java] + Object Oriented Programming + Design Patterns
</p>
</div>
<div id=bookContainer class=kanvasy>
</div>
<div id=five class=res>
<p>
If you are looking for a CEO, don't hesitate to contact me
</p>
<img src="pics/gmail.gif" style="width: 200px;height: 60px;text-align: center;display: block;margin: auto;" >
</div>
</body>
</html>