-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (137 loc) · 6.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Ganashsai Vannithamby's Personal Website">
<meta name="author" content="Ganashsai Vannithamby">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Nunito|Raleway" rel="stylesheet">
<script src="js/jquery-3.3.1.js" type="text/javascript"></script>
<link rel="stylesheet" href="styles.css">
<script src = "js/main.js" type = "text/javascript"></script>
<title>Ganashsai Vannithamby</title>
<link rel="stylesheet" href="">
</head>
<body>
<header id="header">
<ul id="nav">
<li id="navli"><a href = "#landing_page">Home</a></li>
<li id ="navli"><a href = "#about_page">About</a></li>-->
<li id="navli"><a href = "#project_page">Projects</a></li>
<li id="navli"><a href = "#contact_page">Contact</a></li>
</ul>
</header>
<div id = "landing_page" class = "page">
<div id="landing_img">
</div>
<div id = "landing_div">
<h1 class = "title">Ganashsai Vannithamby</h1>
<p class = "subtitle"> 2B University Of Waterloo Computer Engineering</p>
</div>
</div>
<div id = "about_page" class = page>
<h1 class = "title">About Me</h1>
<div class="bar"></div>
<div id="abtwrp"><div id="about_img">
<img id="face" src="img/Face.png" />
</div></div>
<div id="about_div">
<div id="abtwrp2">
<h1 class = "highlight"> Hi, my name is Ganashsai. Nice to Meet you! </h1>
<div id="aboutp">
<p >I am a student from the University of Waterloo, currently studying Computer Engineering. I am interested in Web Developement, and Machine Learning. My non-academic interests are Competitve Programming on DMOJ, Hackathons, Overwatch, and Anime. Hope to get in touch with you soon!</p>
<a id="aboutd" href="img/GanashsaiVannithamby.pdf" download> Download my resume</a>
</div>
</div>
</div>
</div>
<div id = "project_page" class = "page">
<section id = "main">
<div class= "container">
<div id="center_wrap"><h1 class = "title">Projects</h1></div>
<div class = "bar"></div>
<div id = "proj_list">
<div id = "left_list">
<div class = "proj_item">
<h3 class = "proj_title"> OCRa </h3>
<div class = "proj_desc">
<p>
As someone who doesn't go out shopping too often its hard to know when a price is "good" or not, so for Hack the 6ix 2019 a few friends and I created a mobile app that would read price tags and compare it to other prices.I made a few Node.js webscrapers using nightmare.js, but I had a hard time hosting them on an AWS EC2 instance running an express backend that I made. Currently working on this project
</p>
<a> WIP </a>
</div>
</div>
<div class = "proj_item">
<h3 class = "proj_title"> SRT Website </h3>
<div class = "proj_desc">
<p>
As a part of my first work term at Health Canada, I had the oppurtunity to create a website for the screening and review tool (SRT) that we are developing. It's main function is to serve as a place for users of the SRT where they can find out how to use the tool, and who to contact.
</p>
<a href="https://github.com/therealveggie/HC_SRT"> View the Code </a>
</div>
</div>
<div class = "proj_item">
<h3 class = "proj_title"> HourTime </h3>
<div class = "proj_desc">
<p>
A friend and I had noticed that even though it is quite trivial to compare scehdules between users that use the same platform (such as outlook, or google calendar), it is a bit of a pain to do so if you use different platforms. So at Ottahacks 2018, we made a website that would require the user to just enter the emails and passwords of the accounts. Then the program will automatically determine what free time is available during that week.
This was my first time dealing with both Django and OAuth, it was quite a challenge. But I really enjoyed it.
</p>
<a href="https://github.com/therealveggie/HourTime"> View the Code </a>
</div>
</div>
</div>
<div id = "right_list">
<div class = "proj_item">
<h3 class = "proj_title"> WatFood </h3>
<div class = "proj_desc">
<p>
A website that shows users what stores around campus accept WatCard as a form of payment. As freshmen at the University of Waterloo, there wasn't much awarness in terms of what ways we can use our WatCard, so a few friends and I made this for the PortalHack competion
</p>
<a href="https://github.com/therealveggie/WatFood"> View the Code</a>
</div>
</div>
<div class = "proj_item">
<h3 class = "proj_title"> Tapper </h3>
<div class = "proj_desc">
<p>
Using 2 Onion Omega boards we used light to wirelessly transmit messages. By flashing LEDs at photoresitors using morse code we were able to transmit messages as long as the LED and Photoresitor were in close proximity. This was made for the ECE 150 final.
</p>
<a href="https://github.com/therealveggie/ece150Translator"> View the Code</a>
</div>
</div>
<div class = "proj_item">
<h3 class = "proj_title"> Rhythm Master </h3>
<div class = "proj_desc">
<p>
A rhythm game inspired by Tap Tap Revenge and StepMania. On top of the standard rhythm game we also added in a creator mode, where a user can create their own songs, and their own beatmaps to play with. This was built in Java for our grade 12 computer science summative.
</p>
<a href="https://github.com/therealveggie/ProjectAlpha"> View the Code </a>
</div>
</div>
</div>
</div>
</section>
</div>
<div id = "contact_page" class = "page">
<h1 class = "title">Contact Me</h1>
<div class = "bar"></div>
<div id = "contact_content">
<div id = "contact_table">
<div id = "contact_type">
<div class = "type"> Phone </div>
<div class = "type"> Email </div>
<div class = "type"> LinkedIn </div>
<div class = "type"> GitHub </div>
</div>
<div id = "contact_info">
<div class = "item"> (647) 391-8672 </div>
<div class = "item"> gkvannit@uwaterloo.ca </div>
<div class = "item"> ganashsai vannithamby </div>
<div class = "item"> therealveggie </div>
</div>
</div>
</div>
</div>
</body>
</html>