-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (65 loc) · 3.48 KB
/
index.html
File metadata and controls
67 lines (65 loc) · 3.48 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Main Page</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51475853-1', 'aravock.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<!--
<h1 style="color:blue; font-family:Impact">
Hello World!
</h1>
<h3>A bit about me.</h3>
<p>
I'm a French and Canadian student at the University of Waterloo, in the Faculty of Mathematics. I'm working towards a Pure Math major, joint honors in Combinatorics & Optimization and maybe a Classical Studies minor. I was born in Paris and later moved to Montreal at the age of 9.
</p>
<h3>Interests</h3>
<p>
I've always liked numbers and their properties, so I've quickly developped an interest in cryptography, mostly in the efforts to break the Enigma code during World War II. I have a soft spot for history, it started with a healthy obsession with Ancient Egypt and Rome as a child, and high school added French and Russian history as well as the two World Wars.
</p>
<p>
Growing up in Montreal, it wasn't hard to become a fan of the Montreal Canadiens. I am a huge sports fan: hockey, football, soccer, gymnastics, basketball, you name it.
</p>
<p>
Video games. I've helped Mario and Link save their princesses, become a Pokemon master many times (currently working on Y and Crystal), taken over continents, nuked Gandhi, hated myself after the Plague mission in Warcraft III, escaped Castle Wolfenstein and more. I've been addicted to FPS games. While Unreal Tournament 1999 is still my all time favorite, I've spent many hours on Urban Terror, Half Life 2, Left for Dead 2, Team Fortress 2 and played a bit of Battlefield, Counter-Strike, Halo CE, Call of Duty, etc... I've also rage-quit over losing my best pickaxes and sword in my favorite Minecraft world; destroyed countless Nexuses; and survived zombie apocalypses, both virtual and in real life.
</p>
<h3>Other</h3> -->
<table>
<tr style="text-align:center">
<td>
<p style="font-size: 10px">
<a href="http://aravock.github.io/Co-op_projects/lockitdown/index.html"><img src="Images/lock-icon.png"></img></a>
</p>
</td>
<!-- <td>
<p style="font-size: 10px">
<a href="http://aravock.github.io/resume.html"><img src="Images/Resume-icon.png"></img></a>
</p>
</td>-->
<td>
<p style="font-size: 10px">
<a href="http://aravock.github.io/Co-op_projects/lync2013/site-map.html"><img src="Images/lync-icon.jpg"></img></a>
</p>
</td>
</tr>
<tr style="text-align:center">
<td>
Lock It Down
</td>
<!-- <td>
My Resume
</td>-->
<td>
Lync Documentation
</td>
</tr>
</table>
</body>
</html>