-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (82 loc) · 4.11 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 class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="https://vladkvit.github.io//css/foundation.min.css">
<link rel="stylesheet" href="https://vladkvit.github.io//css/app.css">
<script src="https://vladkvit.github.io//js/modernizr.foundation.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36976339-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<title>vladkvit.github.io</title>
<link rel="stylesheet" href="https://vladkvit.github.io//css/index_extra.css">
</head>
<body>
<div class="row">
<div class="twelve columns">
<div class="row">
<div class="eight columns">
<h2>Vlad Kvitnevskiy</h2>
</div>
<div class="three columns offset-by-one">
<h2>Portfolio</h2>
</div>
</div>
</div>
<hr />
</div>
<div class="row">
<div class="eight columns">
<a href="/programming/">
<div class="row category" style="background:url(https://vladkvit.github.io//images/index/programming.jpg)">
<div class="six columns cattext">
<h3 class="imagetoptitle">Programming</h3>
<aside style="color=white"><p>Various projects & experiments. Includes personal and school projects.</p></aside>
</div>
<div class="six columns"></div>
</div></a>
<div class="row"><div class="six columns"> </div></div>
<a href="/artistic/">
<div class="row category" style="background:url(https://vladkvit.github.io//images/index/artistic.jpg)">
<div class="six columns cattext">
<h3 class="imagetoptitle">Artistic</h3>
<aside style="color=white"><p>3D & CG, VFX, Digital 2D. Traditional 2D & sketches coming soon.</p></aside>
</div>
<div class="six columns"></div>
</div></a>
<div class="row"><div class="six columns"> </div></div>
<a href="/tinkering/">
<div class="row category" style="background:url(https://vladkvit.github.io//images/index/other.jpg)">
<div class="six columns cattext">
<h3 class="imagetoptitle">Tinkering</h3>
<aside style="color=white"><p>Tangible / hardware one-off projects. Mostly gadget & laptop mods.</p></aside>
</div>
<div class="six columns"></div>
</div></a>
<div class="row"><div class="six columns"> </div></div>
</div>
<div class="three columns offset-by-one">
<h3>About me</h3>
<p>I'm a <a href="http://www.uwaterloo.ca">U.Waterloo</a> Computer Engineering graduate of 2012.</p>
<p>You can find me on <a href="https://github.com/vladkvit">Github</a> and <a href="http://stackoverflow.com/users/293672/darthshader">StackOverflow</a>.
<p>My <a href="https://dl.dropboxusercontent.com/u/87486/Resume%20Vladimir%20Kvitnevskiy.pdf">resume</a>.</p>
<h3>Contact</h3>
<p>My email - <a href = "mailto:vladkvit@outlook.com">vladkvit@outlook.com</a></p>
</div>
</div>
<div class="row">
<hr />
</div>
<script src="https://vladkvit.github.io//js/jquery.js"></script>
<script src="https://vladkvit.github.io//js/foundation.min.js"></script>
<script src="https://vladkvit.github.io//js/app.js"></script>
</body>
</html>