-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
166 lines (153 loc) · 6 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chase Zimmerman</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Software Engineer & Raspberry Pi Lover based in NYC!">
<meta name="author" content="Chase Zimmerman">
<meta name="keywords" content="Chase Zimmerman, Chase Zimmy, Python, Raspberry Pi, PHP, JavaScript, HTML,CSS">
<meta name="google-site-verification" content="_2OMN_H7FtSg1OG1ReWuBl1rHfj37E5SXOZAyCx5GlE" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT -->
<link href="https://fonts.googleapis.com/css?family=Rubik|PT+Serif" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.ico">
</head>
<body>
<!-- We can only see a short distance ahead, but we can see plenty there that needs to be done.
- Alan Turing' -->
<div class="container">
<br />
<div class="tile is-ancestor">
<div class="tile is-vertical is-7">
<div class="tile is-parent">
<article class="tile is-child notification top-left">
<p class="title">Chase Zimmerman</p>
<p class="subtitle">Software Developer & Raspberry Pi Lover in NYC</p>
<div class="content contact">
<h6><a href="mailto:[email protected]" target="_blank">[email protected]</a></h6>
<h6><a href="https://docs.google.com/document/d/1fi7suoBrx-Vte4mSTbk-CMuuyrU4QkvY4UHiA01As5o/edit?usp=sharing" target="_blank">resume</a></h6>
</div>
</article>
</div>
<div class="tile is-hidden-mobile">
<div class="tile is-parent is-vertical">
<article class="tile is-child notification middle-left has-text-centered is-unselectable">
<span class="lenny is-hidden" id="lenny_face"></span>
</article>
<article class="tile is-child notification bottom-left is-unselectable">
<p class="title"></p>
<p class="subtitle"></p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child notification middle-middle is-unselectable">
<p class="title"></p>
<p class="subtitle"></p>
<figure class="image is-4by3">
</figure>
</article>
</div>
</div>
</div><!-- /.tile -->
<div class="tile is-parent">
<article class="tile is-child notification long-right" id="work">
<div class="content">
<p class="title">Work</p>
<p class="subtitle">From freelance to cubicle</p>
<ul class="workscroll" id="tile-work">
<li class="project">
<a href="https://www.mailman.columbia.edu/">Columbia University</a><em> / Software Developer</em>
<ul class="description">
<li><span>Application development for Columbia web apps and upkeep on Medical Center website</span></li>
<li><span>PHP, Python, Javascript, HTML, CSS, Drupal</span></li>
</ul>
</li>
<hr >
<li class="project">
<a href="http://jasonrobertbrown.com/">Jason Robert Brown</a><em> / Web Developer</em>
<ul class="description">
<li><span>Upkeep for composer's professional website</span></li>
<li><span>PHP, Javascript, HTML, CSS, Wordpress</span></li>
</ul>
</li>
<hr >
<li class="project">
<a href="http://www.bevite.co/">Bevite</a><em> / Web Developer</em>
<ul class="description">
<li><span>Closed-loop shared retail platform aimed at building a sustainable retail ecosystem</span></li>
<li><span>Ruby on Rails, Javascript, HTML, CSS, PHP, Ecommerce</span></li>
</ul>
</li>
<hr >
<li class="project">
<a href="#">LP-1 Web Controller</a><em> / Software Engineer</em>
<ul class="description">
<li><span>Implemented a web controller using a Raspberry Pi and Python</span></li>
<li><span>Raspberry Pi, Python, Flask, Javascript</span></li>
</ul>
</li>
<hr >
<li class="project">
<a href="https://www.snagtag.com">SnagTag</a><em> / Software Engineer</em>
<ul class="description">
<li><span>Data collection with bluetooth and Node.js on Raspberry Pi</span></li>
<li><span>Raspberry Pi, Node.js, Javascript, Bash, Python</span></li>
</ul>
</li>
<hr >
<li class="project">
<a href="https://www.editorr.com">editorr</a><em> / Web Developer</em>
<ul class="description">
<li><span>Add responsive web design</span></li>
<li><span>HTML, Javascript, CSS, PHP, Bootstrap</span></li>
</ul>
</li>
<hr >
<li class="project">
<a href="https://www.dentless.com">Dentless</a><em> / Web Developer</em>
<ul class="description">
<li><span>Updated UI to create a responsive website for mobile optimization</span></li>
<li><span>HTML, Javascript, CSS, PHP, Bootstrap</span></li>
</ul>
</li>
<hr >
<li class="project">
<a href="https://www.dolanbloom.com">Dolan Bloom</a><em> / Web Developer</em>
<ul class="description">
<li><span>Create actor's website</span></li>
<li><span>Squarespace, Javascript</span></li>
</ul>
</li>
</ul>
</div>
</article>
</div><!-- /.tile -->
</div><!-- /.tile -->
</div><!-- /.container -->
<script src="js/jquery.min.js"></script>
<script>
$('.middle-left').on('click', function(){
$('.middle-left .lenny').removeClass('is-hidden');
$.ajax({
type: 'POST',
url: 'faces.php',
success: function(data) {
//$("#lenny_face").text(data);
}
})
});
</script>
<script type="text/javascript">
(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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78253962-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>