-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother.html
More file actions
212 lines (203 loc) · 12.9 KB
/
other.html
File metadata and controls
212 lines (203 loc) · 12.9 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Noah Finer - Resume</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link type="text/css" rel="stylesheet" href="style.css"/>
<meta name="description" content="The portfolio site for Noah Finer, including web games, websites, and astro/landscape/abstract/macro photography."/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="gallery.js"></script>
<script src="script.js"></script>
</head>
<body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TDPVYLL6NH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TDPVYLL6NH');
</script>
<div id="everything">
<div id="loading-outer">
<div id="loading-back"></div>
<div id="loading-main" class="other"></div>
</div>
<div id="header">
<div id="info">
<a class="local-link l-index" id="index">
<img src="img/logo.png" id="logo"/>
</a>
<div id="vertical-hr"></div>
<div id="name-inner">
<a class="local-link l-index" id="name">Noah Finer</a>
<div class="social-media">
<a href="http://twitter.com/finerflame">
<img src="img/social/twitter.png" class="social"/>
</a>
<a href="http://instagram.com/noahfiner">
<img src="img/social/instagram.png" class="social"/>
</a>
<!-- <a href="https://www.youtube.com/channel/UC0Ac7aSlxIj-xx6Ng4U0A4g">
<img src="img/social/youtube.png" class="social"/>
</a> -->
<a href="http://github.com/noahfiner">
<img src="img/social/github.png" class="social"/>
</a>
<a href="mailto:noahfiner@gmail.com">
<img src="img/social/mail.png" class="social"/>
</a>
</div>
</div>
</div>
<div id="header-links">
<!-- <a class="local-link l-games" id="games">GAMES</a> -->
<a class="local-link l-sites" id="sites">PROJECTS</a>
<a class="local-link l-photos" id="photos">PHOTOS</a>
<a class="local-link l-other" id="other">RESUME</a>
</div>
<div id="hamburger-outer">
<div style="height: 100%; width: 100%; position: relative">
<div id="hamburger1" class="hamburger"></div>
<div id="hamburger2" class="hamburger"></div>
<div id="hamburger3" class="hamburger"></div>
</div>
</div>
</div>
<div id="image-full-outer" class="hidden">
<a id="image-full-close" onclick="showImage('', false)">CLOSE</a>
<a id="image-full-left" class="full-arrow" onclick="decrementImage()">⟨</a>
<a id="image-full-right" class="full-arrow" onclick="incrementImage()">⟩</a>
<img src="photography/loading.jpg" class="image-full"/>
</div>
<div id="content">
<div id="content-inner">
<h1>EVERYTHING ELSE</h1>
<p>Yeah sure, I code, I take pictures. But I also do design, marketing, and journalism.</p>
<p><a class="pretty-link" href="https://drive.google.com/file/d/1PbSvZeXxp6lIZ7zxf2GI0crARoXZgGKC/view?usp=sharing">Click here</a> for my resume.</p>
<p>Check out my past <a class="pretty-link" href="https://drive.google.com/drive/folders/1Upwrob6_3kJa2xbnM5d8HzQmANOOWBgC?usp=sharing">graphic design work here.</a></p>
<!-- <div class="section-outer">
<h1>Education</h1>
<h2>University of Michigan</h2>
<h6>2018-2022</h6>
<h3>- Bachelor of Science and Engineering in Computer Science</h3>
<h3>- GPA: 4.0/4.0; Fall 2018 Dean's List; Member of Entrepreneurs Leadership Program 2019 Cohort</h3>
<h5>- <i>Relevant Coursework:</i> Algorithms, Data Structures, Calculus 3, Smart Water Systems, Organizational Leadership in Startups</h5>
<h2>Fairview High School</h2>
<h6>2014-2018</h6>
<h3>- Graduated Cumma Sum Laude with a weighted GPA of 4.8/4.0; Awarded IB Diploma with a score of 37/45</h3>
<h3>- Awarded Knights of the Round Table, highest honor given to only 13 out of 550 seniors</h3>
<h5>- <i>Relevant Coursework:</i> AP/IB Comp Sci, IB Math HL, AP Calculus BC, IB/AP Physics 2 HL, IB LA HL</h5>
</div>
<div class="section-outer">
<h1>Skills</h1>
<h2>Proficient</h2>
<h3>HTML/CSS, JavaScript, C/C++, Vue, React, NodeJS, React Native, ArduinoC</h3>
<h2>Working knowledge</h2>
<h3>Ruby on Rails, Python, AWS, MongoDB, Flask, InfluxDB, Java</h3>
<h2>Software</h2>
<h3>Photoshop, InDesign, Figma, Lightroom, Affinity Designer, Microsoft Excel, Word, Powerpoint</h3>
</div>
<div class="section-outer">
<h1>Experience</h1>
<h2>Software Engineering Intern at Productiv</h2>
<h6>JUN 2019-AUG 2019</h6>
<h3>- Implemented data visualizations using VueJS, Vuex, and D3 to reveal SaaS application adoption trends for CIOs, CFOs, and COOs in dozens of Productiv's clients, including Fox and Equinix </h3>
<h3>- Created back-end endpoints in NodeJS to aggregate, parse, and format data stored in S3 and DynamoDB for tens of thousands of users; implemented unit testing with Jest to ensure accurate information</h3>
<h3>- Designed additional mockups in Figma and iterated on user feedback to further understand use cases and implement requested features</h3>
<h2>Co-Founder at RollOut</h2>
<h6>NOV 2018-MAY 2019</h6>
<h3>- Developed complete cross-platform mobile app and landing page (rolloutdeliveries.us) for a peer-to-peer delivery startup using React Native and Expo, writing over 16,000 lines of code in agile workspace and integrating maps, Redux, forms, and more for 30-person alpha prior to public release </h3>
<h3>- Used Photoshop and Affinity Designer to create and generate feedback and iterate on UI/UX mockups, logo, and branding concepts</h3>
<h3>- Researched competitors and business models, interviewed 4 alumni, and formalized unique values and vision for pitching the startup</h3>
<h2>BVSD IT Applications Internship</h2>
<h6>Summer 2017 & 2018</h6>
<h3>- Communicated with district staff, co-workers, and managers to plan and develop web applications currently used in production on over 10 pages serving school district of over 30,000 students</h3>
<h3>- Created and developed fully interactive and responsive JavaScript-based calendar from scratch, capable of pulling from multiple Google Calendars, converting to PDFs, and customizing colors to match themes of respective school pages</h3>
<h3>- Redesigned and developed mobile-first, interactive school schedule from scratch, resulting in high praise from respective school faculty</h3>
<h2>Developer and Co-Leader of Fairview Web Team</h2>
<h6>2016-2018</h6>
<h3>- Developed for and co-managed organization of 10 members maintaining Fairview High School’s completely student-run website, written on Ruby on Rails and containing over 400,000 lines of code and nearly 5,000 commits; served over 100,000 weekly page views of parents, students, and staff </h3>
<h3>- Co-managed and helped develop first total redesign in website’s history, met with staff members and students to aggregate feedback, sorted through over 200 comments on a beta test, and coordinated marketing through posters and social media</h3>
<h3>- Restructured weekly meetings to be more organized and focus on and one-on-one mentorship of members and developed projects such as redoing an online tutoring system and an interactive mobile-first map of the school gaining over 15,000 pageviews</h3>
<h2>Freelance Web Development<h2>
<h6>2015+</h6>
<h3>- Discussed branding, designed logos, and developed websites using HTML/CSS, JavaScript, jQuery, and Ruby on Rails for clients including a local charity, hot sauce company, and literary magazine; resulted in sites gaining between 1,000-8,000+ views</h3>
<h3>- Developed 7 completely original web games and using OOP JavaScript principles, multiple of which received 1,000+ unique users</h3>
<h3><a class="pretty-link local-link l-sites" href="sites.html">Click here</a> for a full portflio.</h3>
</div>
<div class="section-outer">
<h1>Other Experience</h1>
<h2>Founder of Day and Knight Photography</h2>
<h6>2017-2018</h6>
<h3>- Created a senior portrait company and conducted 31 sessions, each lasting over an hour and involving sorting ~1,000 pictures and editing 40-60 final images</h3>
<h3>- Generated $1,000+ in profits after marketing through a <a class="pretty-link" href="http://noahfiner.com/dkphoto">responsive website</a>, social media, posters, and business cards</h3>
<h2>Other photography</h2>
<h6>2017-18</h6>
<h3>- Run <a href="https://instagram.com/noahfiner" class="pretty-link">@noahfiner</a> on Instagram for landscape photography, which has amassed 1350+ followers and been featured over 40 times on other accounts</h3>
<h3>- Photos of space, mountains, and more featured on over 50 Instagram hubs, some with over 100,000 followers, other forums, and galleries; resulted in multiple original photos being viewed over 200,000 times, prints being purchased for over $200, and winning multiple awards</h3>
<h3>- Created photography club with 15 members; led and taught weekly meetings about shooting on the field, using Photoshop, composition, and finding inspiration</h3>
<h3>- View a full portfolio <a href="photos.html" class="local-link l-photos pretty-link">here</a> and an art resume <a class="pretty-link" href="https://drive.google.com/file/d/1nZuXO6HS76j7-cY8fq_fbmhXEILV5PrU/view">here</a></h3>
<h2>Summer Camp Counselor</h2>
<h6>Summer 2015-2018</h6>
<h3>- Mentored elementary school kids for both Thorne Nature Experience (summer 2018) and the Har Hashem summer camp (other summers), involving both bonding with and controlling elementary-school children</h3>
</div>
<div class="section-outer">
<h1>Volunteering</h1>
<h2>Thorne Nature Experience Teaching Assistant</h2>
<h6>JUL 2018</h6>
<h3>- Bonded, explored nature, mitigated conflicts, and taught a love for the outdoors with groups of 10 kids aged 6-12 and assisting an instructor</h3>
<h2>Knight Crew Leader</h2>
<h6>FALL 2017</h6>
<h3>- Led discussions, facilitated friendships, and taught groups of 30 freshmen about high school alongside 3 other Knight Crew Leaders for a semester</h3>
<h2>Cyber Seniors</h2>
<h6>FALL 2016 & 2017</h6>
<h3>- Patiently mentored an elderly senior on using technology over eight weeks. Tasks included using email, Facebook, Google Maps, and phones</h3>
<h2>Big Pal in Reading Pals</h2>
<h6>WINTER 2018</h6>
<h3>- Read books with and mentored a 1st grade student. Facilitated conversations and taught random concepts on my mind, including introducing basic calculus</h3>
<h2>Counselor for Har Hashem summer camp</h2>
<h6>SUMMER 2016 & 2017</h6>
<h3>- Assisted in counseling, playing with, and mentoring ~30 kids aged 6-9 for local congregation’s summer camp for six total weeks (across two summers)</h3>
</div>
<div class="section-outer">
<h1>Awards</h1>
<h2>Fall and Winter Dean's List</h2>
<h2>Knights of the Round Table</h2>
<h6>2018</h6>
<h2>Principal's Award</h2>
<h6>2018</h6>
<h2>SIFMA Capitol Hill Challenge</h2>
<h6>2016</h6>
</div>
</div> -->
</div>
<!-- <div id="footer-outer">
<div id="footer-name-outer">
<a class="local-link l-index">
<img class="footer-index" src="img/logo-white.png"/>
</a>
<div class="footer-vertical-hr"></div>
<a class="local-link l-index" id="footer-name">Noah Finer</a>
</div>
<div id="footer-links">
<a class="local-link l-sites">WEBSITES</a>
<a class="local-link l-photos">PHOTOS</a>
<a class="local-link l-other">RESUME</a>
</div>
<div class="social-media footer-social">
<a href="http://instagram.com/noahfiner">
<img src="img/social/instagram.png" class="social"/>
</a>
<a href="http://github.com/noahfiner">
<img src="img/social/github.png" class="social"/>
</a>
<a href="mailto:noahfiner@gmail.com">
<img src="img/social/mail.png" class="social"/>
</a>
</div>
</div> -->
</div>
</body>
</html>