-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (68 loc) · 3.47 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=1' />
<meta name="google-site-verification" content="cUusq5LefqZ-cIsHQjen42y9EuL84LqKHaRxYhd06Lc" />
<title>Grant Zabriskie</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic' rel='stylesheet' type='text/css'>
<link href="css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="site">
<header class="site-header">
<h1>Grant Zabriskie</h1>
<p>Practice makes better.</p>
</header>
<section class="letter">
<h1>Hi,</h1>
<p>I'm Grant – a <a href="#webdesign">designer</a>, <a href="#teaching">teacher</a>, <a href="#performing">performer</a>, and insatiable learner. You'll find me in Washington state where I work as a freelance web designer (I'm open for hire!) and try to be a good dad.</p>
<p>I eat and breath learning, collaboration, web design, digital marketing, productivity, effective technology use, and working with youth.</p>
<p>Thanks for stopping by! I'd love to hear from you.</p>
<p class="name">– Grant <a class="email" href="mailto:[email protected]">[email protected]</a></p>
<ul class="social">
<li><a href="https://www.linkedin.com/profile/view?id=49983394"><span class="icon-linkedin"></span><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.youtube.com/user/gzabrisk/"><span class="icon-youtube"></span><span class="label">YouTube</span></a></li>
<li><a href="https://twitter.com/grantzabriskie"><span class="icon-twitter"></span><span class="label">Twitter</span></a></li>
</ul>
</section>
<section id="webdesign">
<header>
<h2>Web Design</h2>
<p>My most recent day job was to make the <a href="http://lib.byu.edu">Harold B. Lee Library's website</a> as awesome as possible. Check it out let me know what you think.</p>
</header>
<a class="thumb" href="http://lib.byu.edu/">Harold B. Lee Library</a>
</section>
<section id="teaching">
<header>
<h2>Teaching</h2>
<p>Despite my geekiness, I'm not an introvert. Nothing gets me more excited than teaching and working with <i>people</i>! Here's a taste of my teaching ability.</p>
</header>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/cvSF4FYz03c?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<section id="performing">
<header>
<h2>Performing</h2>
<p>I love the stage and bringing joy to an audience through word, song, and... well... rhythm! See what I mean in this video. Visit <a href="https://www.youtube.com/user/gzabrisk/">YouTube</a> for more.</p>
</header>
<div class="video">
<iframe width="420" height="315" src="//www.youtube.com/embed/686WRyjtoTM" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<footer>
<p>© 2014 Grant Zabriskie</p>
</footer>
</div>
<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-73404617-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>