-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (81 loc) · 4.9 KB
/
index.html
File metadata and controls
90 lines (81 loc) · 4.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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>About |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">
<div class="container">
<a href="index.html" id="logo" class="animated 1s bounceInLeft delay 1s">Nick Frattaroli</a>
<a href="index.html">
<img class="icon animated 1s bounceInRight delay 1s" 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">
<!-- social links -->
<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 animated 1s bounceInDown delay 1s">
<h1>About Me</h1>
<img src="assets/images/Nick Fratt.jpg" class="auth-image" alt="nick">
<p>Following my graduation from The University of Connecticut Coding Boot Camp facilitated by Trilogy Education Services, I have been working Freelance to
build upon my skills as a front end web developer as well as thinking critically about the user experiance. I have been working to
release products that will enhance the user experience and increase efficiency. I am eager to write adaptable
code to be implemented in the future. While having to work from home due to COVID-19 I have been honing my
skills in React, Javascript, as well as learning to write unit tests. In my previous position as an IT
liaison, I utilized my skills in communication and my unique position as a quick learner to facilitate the
growth of our system. Not to mention, facilitating the creation of a modern and cutting edge workflow for the company. </p>
<p> During my time at the University of Connecticut I acquired the following skills; HTML5, CSS3, JavaScript,
JQuery, Bootstrap, Firebase, NodeJS, MySQL, MongoDB, Express, Handelbars.js, and React; as well as design
paradigms integral to create a functional and ADA complient website.</p>
<p>I try to make a habit of collaborating with my peers in order to fix bugs and errors in their code in addition to my own. I am
passionate about problem solving as a group in order to complete a goal and achieve usable code. I strive to
delve deeper into documentation to gain a better understanding of the language I am using. I am currently
enjoying Front End Development but am also eager learn more about Back End Development as well to become more of a Full Stack Developer.
</p>
</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>