-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (65 loc) · 3.06 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
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="bg">
<div class="wrapper">
<div >
<img class="gloss-overlay inset2" src="gloss0_edited1.jpg">
</div>
<div class="el crt inset2 shine insetShadow" id="shell">
<!-- azvorygi@strombola: -->
<div class="l1">
<div class="ls-links">[email protected]:~$ ls links/</div>
</div>
<div class="l2">
<div class="links">
<a href="https://www.github.com/zvory">GitHub</a>
<a href="https://www.twitter.com/zvorygin">Twitter</a>
<a href="resume.pdf">Résumé (PDF)</a>
<a href="[email protected]">[email protected]</a>
</div>
</div>
<div class="l3">
<div class="cat-about_me">[email protected]:~$ cat about_me</div>
</div>
<div class="l4">
<div class="first-para">
I'm currently a third year Computer Science student at the University of Waterloo. I'll be doing an internship in Winter 2019 at
<a href="https://stripe.com">Stripe</a>.
In the summer, I worked as a backend developer on the Platform and Scalability team at <a href="https://influitive.com/">Influitive</a>.
</div>
</div>
<br />
<div class="l5">
<div class="second-para">
Before Influitive, I was a Frontend JS developer at <a href="https://rangle.io/">Rangle.io</a>. I worked heavily with Angular 4, Redux, RxJs/Observables, and TypeScript. I've experimented with React, and found that I quite like it.
</div>
</div>
<br />
<div class="l5">
<div class="cat-interests">
[email protected]:~$ cat interests
</div>
</div>
<div class="l6">
<div class="interests-para">
I like fitness, technology, helping people, and building deep empathetic connections.
</div>
</div>
<br />
<div class="l7">
<div class="prompt">
[email protected]:~$ </span><span class="blinking-cursor">█</span>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="index.js"></script>
<link href="gloss.css" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css">
<link href="crt.css" rel="stylesheet" type="text/css">
<link href="cursor.css" rel="stylesheet" type="text/css">
<link href="perspective.css" rel="stylesheet" type="text/css">