-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (198 loc) · 11.5 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
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Nicholas Angleton</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="assets/css/edits.css" />
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- Bio -->
<section class="banner style1 orient-left content-align-right image-position-center fullscreen onload-image-fade-in onload-content-fade-right border-bottom">
<div class="content" style="padding-top: 2rem;">
<h1 style="margin-bottom: 0rem">Nicholas Angleton</h1>
<h2>Software Engineer</h2>
<p style="margin-bottom: 1rem">
As a math tutor turned software engineer and a former philosophy major, my foremost passion is problem solving.
From logical conundrums to combinatorial proofs to drafting algorithms, I find joy in abstract reasoning.
</p>
<p style="margin-bottom: 1rem">
As a software engineer, my technical repertoire has allowed me to solve and enjoy problems across the stack. It includes <strong>JavaScript</strong>, <strong>Java</strong>, <strong>Ruby</strong>, <strong>React</strong>, <strong>Redux</strong>, <strong>Rails</strong>, <strong>Node.js</strong>, <strong>Express</strong>, <strong>HTML</strong>, <strong>CSS</strong>, <strong>PostgreSQL</strong>, and <strong>MongoDB</strong>.
</p>
<p>
In my free time, I enjoy stand-up comedy, watching classic films, and trying all the coffeeshops in <strong>New York, NY</strong>.
</p>
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/N-Angleton" class="icon brands style2 fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/nhangleton/" class="icon brands style2 fa-linkedin-in" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto: nick.angleton@gmail.com" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://angel.co/nicholas-angleton" class="icon brands style2 fa-angellist" target="_blank"><span class="label">AngelList</span></a></li>
</ul>
<ul class="icons" style="margin-bottom: 0rem">
<li><a href="/Nicholas-Angleton-Resume.pdf" class="button small icon solid fa-download" target="_blank" download="Nicholas-Angleton-Resume">Résumé</a></li>
<li><a href="#projects" class="button small smooth-scroll icon solid fa-arrow-down">Projects</a></li>
</ul>
</div>
</div>
<div class="image">
<img src="images/headshot.jpg" alt="" />
</div>
</section>
<!-- The Gram -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in border-bottom" id="projects">
<div class="content forty">
<h2>The Gram</h2>
<p>The Gram is a full stack clone of the image sharing site Instagram. Using a <strong>Rails</strong> backend and a <strong>PostgreSql</strong> database, it replicates the <strong>CRUD</strong> functionality behind following users, sharing images, writing comments, and liking posts. Additionally, using a <strong>React/Redux</strong> frontend, it emulates the minimalist layout and color palette of the original site.</p>
<ul class="icons">
<li><a href="https://thegram.dev/#/" class="button" target="_blank">Live</a></li>
<li><a href="https://github.com/N-Angleton/The-Gram" class="button" target="_blank">GitHub</a></li>
</ul>
</div>
<div class="image sixty">
<img class="border-all" src="images/gram.png" alt="" />
</div>
</section>
<!-- WeGo -->
<section class="spotlight style1 orient-left content-align-right image-position-center onscroll-image-fade-in border-bottom">
<div class="content forty">
<h2>WeGo</h2>
<p>WeGo is a social media web app for meeting new people and trying new things. It was built in collaboration with three other engineers using the <strong>MERN</strong> stack. Its backend uses <strong>Express</strong>, run via a <strong>Node.js</strong> environment; storage is handled by <strong>MongoDB</strong> and <strong>AWS S3</strong>; and its frontend uses <strong>React</strong> and <strong>Redux</strong>.</p>
<ul class="icons">
<li><a href="https://wegoapp.dev/#/" class="button" target="_blank">Live</a></li>
<li><a href="https://github.com/N-Angleton/WeGoo" class="button" target="_blank">GitHub</a></li>
</ul>
</div>
<div class="image sixty">
<img class="border-all" src="images/wego.png" alt="" />
</div>
</section>
<!-- Etchify -->
<section class="spotlight style4 fullscreen orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content etchify">
<h2>Etchify</h2>
<p>Inspired by traditional etchings, the site transforms user uploaded images through a combination of line recognition and perceived luminance matching. It employs <strong>JavaScript</strong>, the <strong>Canvas API</strong>, and a whole lot of pixel math.</p>
<ul class="icons">
<li><a href="https://etchify.io/" class="button" target="_blank">Live</a></li>
<li><a href="https://github.com/N-Angleton/Etchify" class="button" target="_blank">GitHub</a></li>
</ul>
</div>
<div class="image">
<img src="images/wave3.png" alt="" />
</div>
</section>
<!-- Education -->
<section class="wrapper style1 align-center" id="education">
<div class="inner">
<h2>Education</h2>
<div class="items style1 big onscroll-fade-in">
<section>
<div style="display: flex; place-content: center;">
<h3 style="display: inline;">Wesleyan University</h3><img src="images/wesleyan.png" style="height: 2rem; display: inline; margin-left: .5em" alt="">
</div>
<h4>BA in Philosophy<span style="margin-left: .5em;margin-right: .5em">|</span>Middletown, CT<span style="margin-left: .5em;margin-right: .5em">|</span>2018</h4>
<p>Coursework included mathematics—combinatorics, linear algebra, etc.—and intro to Java Programming</p>
</section>
<section>
<div style="display: flex; place-content: center;">
<h3 style="display: inline;">App Academy</h3><img src="images/app_academy.png" style="height: 2rem; display: inline; margin-left: .5em;" alt="">
</div>
<h4>New York, NY<span style="margin-left: .5em;margin-right: .5em">|</span>2022</h4>
<p>A 16 week full stack web development intensive with a less than 3% acceptance rate</p>
</section>
</div>
</div>
</section>
<!-- Skills -->
<section class="wrapper style1 align-center" id="skills">
<div class="inner">
<h2>Skills</h2>
<div class="items style1 small onscroll-fade-in">
<section>
<img style="height: 2.5rem;" src="images/square-js.svg" alt="">
<h3 style="margin-top: 1rem;">JavaScript</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/react.svg" alt="">
<h3 style="margin-top: 1rem;">React</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/redux.webp" alt="">
<h3 style="margin-top: 1rem;">Redux</h3>
</section>
<section>
<img style="height: 3rem;" src="images/node.svg" alt="">
<h3 style="margin-top: .5rem;">Node</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/express.png" alt="">
<h3 style="margin-top: 1rem;">Express</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/ruby.png" alt="">
<h3 style="margin-top: 1rem;">Ruby</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/rails.png" alt="">
<h3 style="margin-top: 1rem;">Rails</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/postgres.png" alt="">
<h3 style="margin-top: 1rem;">PostgreSql</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/mongodb.png" alt="">
<h3 style="margin-top: 1rem;">MongoDB</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/sass.svg" alt="">
<h3 style="margin-top: 1rem;">Sass</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/html5.svg" alt="">
<h3 style="margin-top: 1rem;">HTML5</h3>
</section>
<section>
<img style="height: 2.5rem;" src="images/css3.svg" alt="">
<h3 style="margin-top: 1rem;">CSS3</h3>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/N-Angleton" class="icon brands style2 fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/nhangleton/" class="icon brands style2 fa-linkedin-in" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto: nick.angleton@gmail.com" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://angel.co/nicholas-angleton" class="icon brands style2 fa-angellist"target="_blank"><span class="label">AngelList</span></a></li>
<li><a href="/Nicholas-Angleton-Resume.pdf" class="icon solid style2 fa-download" target="_blank" download="Nicholas-Angleton-Resume"><span class="label">Download</span></a></li>
</ul>
<p>© Nicholas Angleton. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>