-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
82 lines (76 loc) · 3.39 KB
/
contact.html
File metadata and controls
82 lines (76 loc) · 3.39 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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Contact | 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">
<h1>Contact</h1>
<h2>Want to reach Nick Frattaroli? Here are the best ways
to get a hold of me.</h2>
<div id="contactlinks">
<p>Email:
<a href="mailto:nafratt@gmail.com?=subject$cc=cc@gmail.com"> Nafratt@gmail.com
</a></p>
<P>Linkedin:
<a href=" https://www.linkedin.com/in/nicholas-frattaroli-a74881188/">Linkedin Profile</a>
</P>
<p>Phone:
(203) 424-9228
</p>
</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>