-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
358 lines (344 loc) · 13.3 KB
/
portfolio.html
File metadata and controls
358 lines (344 loc) · 13.3 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
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!doctype html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Portfolio | Nick Frattaroli </title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/21f02cae4e.js" crossorigin="anonymous"></script>
<!-- animate Css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/images/site.webmanifest">
</head>
<body>
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Nick Frattaroli</a>
<a href="index.html">
<img class="icon" src="./assets/images/NF-1-Small.png"></a>
<nav>
<a href="index.html">About</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
<div class="container"></div>
<div id="contactlinks">
<a class="social-icon" href="https://soeprofed.uconn.edu/uconn-coding-boot-camp/" target="_blank"><i
class="fas fa-paw fa-2x animated 1s bounceIn delay 1s "></i></a>
<a href="https://www.linkedin.com/in/nicholas-frattaroli-a74881188/" target="_blank"><i
class=" social-icon fab fa-linkedin fa-2x animated 1s bounceIn delay 1s "></i></a>
<a href="https://github.com/Nfratt" target="_blank"><i
class=" social-icon fab fa-github-square fa-2x animated 1s bounceIn delay 1s "></i></a>
<a href="https://docs.google.com/document/d/14V2PqoEhL4LULUIRGErQ9Uj1HTV6o_1N/edit?usp=sharing&ouid=105267042597319583886&rtpof=true&sd=true"
target="_blank"><i class=" social-icon fas fa-file fa-2x animated 1s bounceIn delay 1s "></i></a>
<br>
</div>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<div id="important">
<h1>Freelance Work</h1>
<div id="wrapper">
<div class="work workexp">
<a href="https://celiaettinger.com/" target="_blank">
<img src="assets/images/CELogo.png" alt="celia logo">
<h3 id="tag">Celia Ettinger Portfolio</h3>
</a>
</a>
</div>
<p class="descexp">
<ul>
<br>
<li>
Celia Ettinger is currrently a Integrated Producer at Badger & Winters check her out</li>
<li>In order to showcase her portfolio I had to include images and embed youtube links to create a psudo
video player and photo viewer.</li>
</ul>
</a>
</p>
</div>
</div>
<div id="wrapper">
<div class="work workexp">
<a href="https://kikitheapp.com" target="_blank">
<img src="assets/images/kikiapp.JPG" alt="Kikiapp logo">
<h3 id="tag">Kikiapp</h3>
</a>
</a>
</div>
<p class="descexp">
<ul>
<br>
<li>
Kikiapp is a platform for queer sexual education, for sexual liberation, for knowledge, for power, joy,
freedom, and connection.</li>
<li>lead web developer in charge of working with the design and business team to create a updated friendly
user experience for underserved members of the LGBTQI+ community</li>
<li>HTML,CSS,Javascript,ReactJS,and Unit Tests</li>
</ul>
</a>
</p>
</div>
<h1>Full-Stack Projects</h1>
<div id="wrapper">
<div class="work workexp">
<a href="https://nfratt.github.io/D8nite/" target="_blank">
<img src="assets/images/d8nite.jpg" alt="d8nite">
<h3 id="tag">D8nite</h3>
</a>
</a>
</div>
<p class="descexp">
<ul>
<br>
<li>Look up local events, make a reservation at a local restaurant even check the weather on the given
day by Utilizing numerous api's.
Allows you to pick a date up to 10 Days in advance!</li>
<li>Front end design, and organization of github repo and team.</li>
<li>
HTML,CSS,JavaScript,use of the following api’s OMDB,Open Weather map,Ticketmaster,and Gracenote
</li>
</ul>
<a class="ghub" href="https://github.com/Nfratt/D8nite" target="_blank"><i
class=" social-icon fab fa-github-square fa-2x"></i>
</a>
</p>
</div>
<div id="wrapper">
<div class="work workexp">
<a href="https://cocktailgenie.herokuapp.com/" target="_blank">
<img src="assets/images/Cocktail.png" alt="cocktailgenie">
<h3 id="tag">CocktailGenie</h3>
</a>
</a>
</div>
<p class="descexp">
<ul>
<br>
<li> Give CocktailGenie a name of an ingredient you have,name of a cocktail,or just need a random drink idea,
this will search the API and give you
a result that matched your query
</li>
<li>Do you like the recipe? You Can share it via e-mail either to yourself for later or your friends. doing so
stores it in our local
DB allowing us to return you to it in the future.</li>
<li>Front end design, and organization of github repo and team.</li>
<li>
HTML,CSS,JavaScript, Handlebars, MVC Architecture, use of the CocktailDB API, Heroku, and Unit Tests
</li>
</ul>
<a class="ghub" href="https://github.com/Nfratt/CocktailGenie" target="_blank"><i
class=" social-icon fab fa-github-square fa-2x"></i>
</a>
</p>
</div>
<div id="wrapper">
<div class="work workexp">
<a href="https://gruber-rznr.herokuapp.com/" target="_blank">
<img src="assets/images/Gruberlogo.png" alt="cocktailgenie">
<h3 id="tag">Gruber</h3>
</a>
</a>
</div>
<p class="descexp">
<ul>
<br>
<li>
Ecommerce website, for buying groceries to be delivered on demand.
</li>
<li>
To use this React app simply sign in then add products to your cart!Once you have picked out everything you
like enter your payment info via Stripe.
Once you see payment complete your order has been confirmed( does not actually bill and will not actually
place an order at the moment)
</li>
<li>
All products are stored using MongoDB then rendered to our landing page.
Each portion of the landing page is created using a react component and exported to the app.jsx file.
</li>
<li> REACT,HTML,CSS,JavaScript, MERN, Heroku, and Unit Tests</li>
</ul>
<a class="ghub" href="https://github.com/Nfratt/CocktailGenie" target="_blank"><i
class=" social-icon fab fa-github-square fa-2x"></i>
</a>
</p>
</div>
<div id="frontend">
<h1> Frontend/Early work</h1>
<p>Checkout Github Repositories for more indepth directions</p>
<!-- <h1> Frontend Work</h1>(work later add a frontend tag) -->
<!-- links to works in portfolio -->
<div class="work">
<a href="https://nfratt.github.io/PsychicGame/" target="_blank">
<img src="assets/images/crystalball.jpg" alt="Word Guess">
<h3>PsychicGame</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/PsychicGame" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
guess a letter 8/30/19
</li>
</ul>
</p>
</div>
<div class="work">
<a href="https://nfratt.github.io/Unit-4-Game/" target="_blank">
<img src="assets/images/pkm.jpg" alt="RPG Game">
<h3>Crystals Collector</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/Unit-4-Game" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
Match the Number
9/4/19
</li>
</ul>
</p>
</div>
<div class="work">
<a href=" https://nfratt.github.io/TriviaGame/" target="_blank">
<img src="assets/images/tempsnip.jpg" alt="Trivia Game">
<h3>Trivia Game</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/TriviaGame" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
LOTR Trivia 9/11/19
</li>
</ul>
</p>
</div>
<div class="work" id="TrainScheduler">
<a href=" https://nfratt.github.io/TrainScheduler/." target="_blank">
<img src="assets/images/rails-train-path-straight.jpg" alt="TrainScheduler">
<h3>Train Scheduler</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/TrainScheduler" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
Add a train to firebaseDB 9/24/19
</li>
</ul>
</p>
</div>
</div>
<span></span>
<div id="Backend">
<h1>Backend work</h1>
<div class="work" id="Bamazon">
<a href="https://github.com/Nfratt/bamazon" target="_blank">
<img src="assets/images/MySQL-Logo.jpg" alt="bamazonrepo">
<h3>Bamazon</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/bamazon" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
First use of MySQL 10/30/19
</li>
</ul>
</p>
</div>
<div class="work" id="FriendFinder">
<a href="https://nicks-friend-finder.herokuapp.com/" target="_blank">
<img src="assets/images/friends.jpg" alt="FF">
<h3>Friend-Finder</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/Friend-Finder" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
Match with friends SQL 11/9/19
</li>
</ul>
</p>
</div>
<div class="work" id="burger">
<a href="https://nicks-eat-da-burger.herokuapp.com/" target="_blank">
<img src="assets/images/burger.jpg" alt="FF">
<h3>Eat Da Burger</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/burger" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
Update a menu 11/12/19
</li>
</ul>
</p>
</div>
<div class="work" id="burger">
<a href="https://nicks-web-scrapper.herokuapp.com/" target="_blank">
<img src="assets/images/share-icon.png" alt="FF">
<h3>WowheadNewsScraper</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/NewsScrapper" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
WoW News-scraper 12/19/19
</li>
</ul>
</p>
</div>
<div class="work">
<a href="https://clickygamenf.herokuapp.com/" target="_blank">
<img src="assets/images/mandalorian.jpg" alt="ClickyGame">
<h3>Clicky Game</h3>
</a>
<a class="ghub" href="https://github.com/Nfratt/ClickyGame" target="_blank"><i
class=" social-icon fab fa-github-square"></i>
</a>
<p class="desc">
<ul>
<li>
Click a character in React 12/18/19
</li>
</ul>
</p>
</div>
</div>
</section>
</div>
<footer>
<div class="container">
<span>Nick Frattaroli</span>
Copyright © 2020
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>