-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
338 lines (317 loc) · 11.9 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calvin Juárez · Web Developer & Designer</title>
<!-- Open Graph Meta -->
<meta property="og:type" content="website">
<meta property="og:url" content="http://calvinjuarez.com">
<meta property="og:title" content="Calvin Juárez · Web Developer & Designer">
<meta property="og:description" content="The web development & design portfolio of Calvin Juárez.">
<meta property="og:image" content="http://calvinjuarez.com/site.png">
<!-- Bookmark Icons & Meta -->
<link rel="shortcut icon" href="icon.png">
<link rel="apple-touch-icon-precomposed" href="icon.png">
<meta name="apple-mobile-web-app-title" content="Calvin Juárez">
<!-- Styles -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/data-graph.css">
<link rel="stylesheet" href="css/main.css">
<!-- TODO: register data-graph with bower and include as a library -->
<!-- Polyfills & Such -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="header">
<div class="container">
<h1>Calvin Juárez</h1>
<p>Front-end Web Developer & Designer</p>
<ul class="connect">
<li>
<!-- The href is URL encoded and the title has zero-width spaces between all the characters, to hopefully prevent email address scraping. -->
<a href="mailto:%6D%65%40%63%61%6C%76%69%6E%6A%75%61%72%65%7A%2E%63%6F%6D" title="me@calvinjuarez.com" target="_blank">
<i class="fa fa-2x fa-envelope"></i>
</a>
</li><li>
<a href="http://www.twitter.com/calvinjuarez" title="@calvinjuarez" target="_blank">
<i class="fa fa-2x fa-twitter"></i>
</a>
</li><li>
<a href="http://www.instagram.com/calvinjuarez" title="@calvinjuarez" target="_blank">
<i class="fa fa-2x fa-instagram"></i>
</a>
</li><li>
<a href="http://www.github.com/calvinjuarez" title="calvinjuarez" target="_blank">
<i class="fa fa-2x fa-github"></i>
</a>
</li><li>
<a href="https://www.linkedin.com/pub/calvin-juárez/9b/ba/447" title="Calvin Juárez" target="_blank">
<i class="fa fa-2x fa-linkedin-square"></i>
</a>
</li>
</ul>
</div>
</header>
<div class="main" role="main">
<div class="container">
<section class="page grid" id="skills">
<div class="section grid-item-full">
<h1>Skills</h1>
<hr>
</div>
<section class="section" id="code">
<h2>Code</h2>
<p class="lead">Navigable. Readable. Maintainable. Semantic. Organized. Concise. Efficient.</p>
</section>
<section class="section" id="design">
<h2>Design</h2>
<p class="lead">User-oriented. Audience-aware. Intuitive. Beautiful.</p>
</section>
<section class="section" id="languages">
<h3>Languages</h3>
<ul class="graph" data-draw="graph" data-scale="5" data-rubric="proficiency" data-legend="true">
<li data-value="5">
HTML <!-- TODO: Add fallback labels. -->
</li><li data-value="5">
CSS
</li><li data-value="5">
JavaScript
</li><li data-value="5">
Less & Sass
</li><li data-value="4">
PHP
</li>
</ul>
</section>
<section class="section" id="applications">
<h3>Tools</h3>
<ul class="graph" data-draw="graph" data-scale="5" data-rubric="proficiency">
<li data-value="5">
Coda 2
</li><li data-value="5">
Adobe Photoshop
</li><li data-value="5">
Adobe Illustrator
</li><li data-value="4">
Sublime Text, Atom, & Other Editors/IDEs
</li>
</ul>
</section>
<section class="section grid-item-full" id="technologies">
<div class="grid">
<div class="grid-item-full">
<h3>Technologies</h3>
</div>
<section class="subsection">
<h4>Libraries & Frameworks</h4>
<ul class="graph" data-draw="graph" data-scale="5" data-rubric="proficiency">
<li data-value="5">
Bootstrap
</li><li data-value="5">
jQuery
</li><li data-value="3">
React
</li><li data-value="3">
Angular
</li><li data-value="2">
Underscore/Lodash
</li><li data-value="2">
Backbone.js
</li><li data-value="2">
Node.js
</li>
</ul>
</section>
<section class="subsection">
<h4>Workflow</h4>
<ul class="graph" data-draw="graph" data-scale="5" data-rubric="proficiency">
<li data-value="5">
Git (CLI, GitHub App)
</li><li data-value="5">
NPM
</li><li data-value="5">
CodeKit
</li><li data-value="4">
Babel
</li><li data-value="4">
Grunt
</li><li data-value="3">
Webpack
</li>
</ul>
</section>
<section class="subsection">
<h4>PHP Content Management Systems</h4>
<ul class="graph" data-draw="graph" data-scale="5" data-rubric="proficiency">
<li data-value="5">
Drupal
</li><li data-value="4">
Wordpress
</li><li data-value="2">
Concrete5
</li>
</ul>
</section>
<section class="subsection">
<h4>Responsive Web Design</h4>
<p>Responsive web design is the practice of developing a web site so that it responds and adapts to the features and limits of whatever device is used to view it. Everything should be responsive these days.</p>
</section>
</div>
</section>
</section>
<section class="page grid" id="work">
<div class="section grid-item-full">
<h1>Selected Work</h1>
<hr>
</div>
<article class="section thumbnail">
<a href="https://www.zijainternational.com">
<h3>Zija International Corporate Site <small>June 2013 – present</small></h3>
<picture>
<source media="(min-width: 768px)"
srcset="img/[email protected],
img/[email protected] @1.5x,
img/[email protected] @2x">
<img src="img/[email protected]"
srcset="img/[email protected] @1.5x,
img/[email protected] @2x"
alt="Screenshot of ZijaInternational.com.">
</picture>
</a>
</article>
<article class="section thumbnail">
<a href="https://www.zijainternational.com/shop/category/core">
<h3>Zija International Shop (React App) <small>September 2016 – present</small></h3>
<picture>
<source media="(min-width: 768px)"
srcset="img/[email protected],
img/[email protected] @1.5x,
img/[email protected] @2x">
<img src="img/[email protected]"
srcset="img/[email protected] @1.5x,
img/[email protected] @2x"
alt="Screenshot of the shop on ZijaInternational.com.">
</picture>
</a>
</article>
<article class="section thumbnail">
<a href="https://www.zijasummit.com/index.html#home">
<h3>Zija Summit 2018 <small>October 2017 – present</small></h3>
<picture>
<source media="(min-width: 768px)"
srcset="img/[email protected],
img/[email protected] @1.5x,
img/[email protected] @2x">
<img src="img/[email protected]"
srcset="img/[email protected] @1.5x,
img/[email protected] @2x"
alt="Screenshot of ZijaSummit.com.">
</picture>
</a>
</article>
<article class="section thumbnail">
<a href="https://web.archive.org/web/20160425141833/http://www.zijasummit.com/index.html#home">
<h3>Zija Summit 2016 <small>January 2016</small></h3>
<picture>
<source media="(min-width: 768px)"
srcset="img/[email protected],
img/[email protected] @1.5x,
img/[email protected] @2x">
<img src="img/[email protected]"
srcset="img/[email protected] @1.5x,
img/[email protected] @2x"
alt="Screenshot of ZijaSummit.com.">
</picture>
<p><em class="note">On the Way Back Machine. (The loading gif is an artifact of the archiving.)</em></p>
</a>
</article>
<article class="section thumbnail">
<a href="https://web.archive.org/web/20150302133036/http://www.zijasummit.com/regional/index.html#highlights">
<h3>Zija Regionals <small>April 2015</small></h3>
<picture>
<source media="(min-width: 768px)"
srcset="img/[email protected],
img/[email protected] @1.5x,
img/[email protected] @2x">
<img src="img/[email protected]"
srcset="img/[email protected] @1.5x,
img/[email protected] @2x"
alt="Screenshot of ZijaRegionals.com from 2015 on the WayBackMachine.">
</picture>
<p><em class="note">On the Way Back Machine. (Note that there will be errors introduced by archiving.)</em></p>
</a>
</article>
<article class="section thumbnail">
<a href="https://web.archive.org/web/20140921125641/http://www.zijasummit.com/">
<h3>Zija Summit 2014 <small>April 2014</small></h3>
<picture>
<source media="(min-width: 768px)"
srcset="img/[email protected],
img/[email protected] @1.5x,
img/[email protected] @2x">
<img src="img/[email protected]"
srcset="img/[email protected] @1.5x,
img/[email protected] @2x"
alt="Screenshot of ZijaSummit.com from 2014 on the WayBackMachine.">
</picture>
<p><em class="note">On the Way Back Machine.</em></p>
</a>
</article>
<article class="section thumbnail">
<a href="https://web.archive.org/web/20130917163932/http://www.zijasummit.com/index.html">
<h3>Zija Summit 2013 <small>April 2013</small></h3>
<picture>
<source media="(min-width: 768px)"
srcset="img/[email protected],
img/[email protected] @1.5x,
img/[email protected] @2x">
<img src="img/[email protected]"
srcset="img/[email protected] @1.5x,
img/[email protected] @2x"
alt="Screenshot of ZijaSummit.com from 2013 on the WayBackMachine.">
</picture>
<p><em class="note">On the Way Back Machine.</em></p>
</a>
</article>
<article class="section thumbnail">
<a href="http://avantar.us">
<h3>Avantar.us <small>Summer 2012</small></h3>
<picture>
<source media="(min-width: 768px)"
srcset="img/[email protected],
img/[email protected] @1.5x,
img/[email protected] @2x">
<img src="img/[email protected]"
srcset="img/[email protected] @1.5x,
img/[email protected] @2x"
alt="Screenshot of Avantar.us.">
</picture>
</a>
</article>
<section class="section grid-item-full">
<h2>More</h2>
<ul>
<li>Check out this site's source <a href="https://github.com/calvinjuarez/calvinjuarez.com">on GitHub</a>.</li>
<li><a href="http://calvinmois.es">CalvinMois.es</a>, my personal sandbox site.</li>
<li><a href="http://dragon.calvinmois.es">Dragon.CalvinMois.es</a>, a personal WordPress site and some single-page tools I've built around a new hobby of mine.</li>
</ul>
</section>
</section>
</div>
</div>
<footer class="footer">
<div class="container">
<p><small class="copyright">© 2014 – 2018 Calvin Juárez</small></p>
</div>
</footer>
<div id="scripts">
<script src="js/lib/jquery.min.js"></script>
<script src="js/lib/mustache.js"></script>
<script src="js/lib/jquery.data-graph.js"></script>
</div>
</body>
</html>