-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
252 lines (247 loc) · 10.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
<!DOCTYPE html>
<!--
Miniport by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sarah baranski</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" />
<link rel="icon" href="images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" />
</head>
<body class="is-preload">
<!-- Nav -->
<nav id="nav">
<ul class="container">
<li><a href="#top">Top</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- Home -->
<article id="top" class="wrapper style1">
<div class="container">
<div class="row">
<div class="col-4 col-5-large col-12-medium">
<span class="image fit"><img src="images/BioPic.jpg" alt="" /></span>
</div>
<div class="col-8 col-7-large col-12-medium">
<header>
<h1><strong>Sarah baranski</strong></h1>
</header>
<p>
As a Software Engineer, a former Professional Photographer and University Professor, I apply my attention
to detail and communication skills to developing software. I am passionate about the challenges coding
brings and thrive on the pursuit of continual learning.
</p>
<a href="#work" class="button large scrolly">What I do</a>
</div>
</div>
</div>
</article>
<!-- Work -->
<article id="work" class="wrapper style2">
<div class="container">
<header>
<h2>Here's some of the stuff I do.</h2>
<p>For a profession or for fun I enjoy putting my heart into the things that are challenging.</p>
</header>
<div class="row aln-center">
<div class="col-4 col-6-medium col-12-small">
<section class="box style1">
<span class="icon solid featured fas fa-code"></span>
<h3>Full Stack Developer</h3>
<p>I use Ruby on Rails, Golang, JavaScript, Vue.js, HTML and CSS.</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box style1">
<span class="icon solid featured fas fa-camera"></span>
<h3>Photographer</h3>
<p>I am a fine art photographer interested in identity.</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box style1">
<span class="icon featured fas fa-futbol"></span>
<h3>Soccer</h3>
<p>You can find me at the fire pitch playing on a coed team.</p>
</section>
</div>
</div>
<footer>
<a href="#portfolio" class="button large scrolly">See some of my recent work</a>
</footer>
</div>
</article>
<!-- Portfolio -->
<article id="portfolio" class="wrapper style3">
<div class="container">
<header>
<h2>Here’s some work I made recently.</h2>
<p>
Wami is my capstone project that I maded while attending a coding bootcamp, it is a full stack project using
Ruby on Rails and Vue.js. I've also included a few smaller projects that explore vanilla JavaScript, Rails,
and API's. In addition to this, I have included a photographic portfolio of work made in graduate school.
</p>
</header>
<div class="row">
<!-- <div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="#" class="image featured"><img src="images/pic01.jpg" alt="" /></a>
<h3><a href="#">Magna feugiat</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div> -->
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="https://www.youtube.com/watch?v=J2qQKnLLjsM" target="_blank" class="image featured">
<img src="images/wami.jpg" alt="" />
</a>
<h3><a href="https://www.youtube.com/watch?v=J2qQKnLLjsM">WAMI (when am i)</a></h3>
<p>
A scheduling app for on campus jobs. Where students can sign up for requested shifts and supervisors can
schedule students for those shifts.
</p>
</article>
</div>
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="#" class="image featured"><img src="images/framework-watcher.png" alt="" /></a>
<h3><a href="#">Framework Watcher</a></h3>
<p>
Utilizing Chart.js and Github's API's for popular frontend frameworks, this project uses vanilla
JavaScript to keep track of forks, stars, watchers and overall popularity of the top 5 frontend
frameworks.
</p>
</article>
</div>
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="#" class="image featured"><img src="images/statedata.png" alt="" /></a>
<h3><a href="#">State Data</a></h3>
<p>
This Rails backend API, uses CSV files to seed a database and a vanilla JavaScript frontend with
DataMaps library in order to return data from all 50 states specific to median household income(2016),
unemployed population(2016), population living in metro areas(2015) and adults 25 and older with
high-school degrees(2019).
</p>
</article>
</div>
<div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="http://www.sarahbaranski.com/living-regular" target="_blank" class="image featured">
<img src="images/CabriniGreen.png" alt="" />
</a>
<h3><a href="http://www.sarahbaranski.com/living-regular">Living Regular</a></h3>
<p>
A photographic portfolio documenting families in the Cabrini Green Housing Projects in final years prior
to all the buildings being torn down.
</p>
</article>
</div>
<!-- <div class="col-4 col-6-medium col-12-small">
<article class="box style2">
<a href="#" class="image featured"><img src="images/pic06.jpg" alt="" /></a>
<h3><a href="#">Sed amet ornare</a></h3>
<p>Ornare nulla proin odio consequat.</p>
</article>
</div> -->
</div>
<footer>
<p>Questions about my work?</p>
<a href="#contact" class="button large scrolly">Get in touch with me</a>
</footer>
</div>
</article>
<!-- Contact -->
<article id="contact" class="wrapper style4">
<div class="container medium">
<header>
<h2>Have me make stuff for you.</h2>
<p>Fill out this form and we can chat more indepth about your needs.</p>
</header>
<div class="row">
<div class="col-12">
<form method="post" action="https://formspree.io/f/xwkalgzk">
<div class="row">
<div class="col-6 col-12-small">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="col-6 col-12-small">
<input type="text" name="email" id="email" placeholder="Email" />
</div>
<div class="col-12">
<input type="text" name="subject" id="subject" placeholder="Subject" />
</div>
<div class="col-12">
<textarea name="message" id="message" placeholder="Message"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
<li><input type="reset" value="Clear Form" class="alt" /></li>
</ul>
</div>
</div>
</form>
</div>
<div class="col-12">
<hr />
<h3>Find me on ...</h3>
<ul class="social">
<li>
<a href="https://www.instagram.com/sbaranski" class="icon brands fa-instagram">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/sbaranski/" class="icon brands fa-linkedin-in">
<span class="label">LinkedIn</span>
</a>
</li>
<li>
<a href="https://github.com/sarahbaranski" class="icon brands fa-github">
<span class="label">Github</span>
</a>
</li>
<li>
<a href="https://gistlog.co/sarahbaranski/d870b665c5e557752615e7f2266d43ec" class="fas fa-laptop-code">
<span class="label"></span>
</a>
</li>
<!--
<li><a href="#" class="icon solid fa-rss"><span>RSS</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span>Instagram</span></a></li>
<li><a href="#" class="icon brands fa-foursquare"><span>Foursquare</span></a></li>
<li><a href="#" class="icon brands fa-skype"><span>Skype</span></a></li>
<li><a href="#" class="icon brands fa-soundcloud"><span>Soundcloud</span></a></li>
<li><a href="#" class="icon brands fa-youtube"><span>YouTube</span></a></li>
<li><a href="#" class="icon brands fa-flickr"><span>Flickr</span></a></li>
<li><a href="#" class="icon brands fa-vimeo"><span>Vimeo</span></a></li>
-->
</ul>
<hr />
</div>
</div>
<footer>
<ul id="copyright">
<li>© Sarah baranski. All rights reserved.</li>
</ul>
</footer>
</div>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.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>