-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
25 lines (22 loc) · 1.32 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/e56523a6b4.js" crossorigin="anonymous"></script>
<title>Contact</title>
</head>
<body>
<div class="w3-container">
<h1>Contact</h1>
<a class="topnav-link" href="index.html">Home</a>
<a class="topnav-link" href="about.html">About</a>
<a class="topnav-link" href="curriculum.html">Curriculum</a>
<div class="w3-auto" style="max-width:700px">
Currently, the best way to contact me is through LinkedIn, this is the link to my <a href="https://www.linkedin.com/in/nbonato/" target="_blank">LinkedIn profile</a>.
</div>
</div>
</body>
<!-- VISA Tracking Code for nbonato.com --><script>(function(v,i,s,a,t){v[t]=v[t]||function(){(v[t].v=v[t].v||[]).push(arguments)};if(!v._visaSettings){v._visaSettings={}}v._visaSettings[a]={v:'1.0',s:a,a:'1',t:t};var b=i.getElementsByTagName('body')[0];var p=i.createElement('script');p.defer=1;p.async=1;p.src=s+'?s='+a;b.appendChild(p)})(window,document,'//app-worker.visitor-analytics.io/main.js','9c4ec6fb-4c14-11ee-b589-901b0edac50a','va')</script><!-- VISA Tracking Code for nbonato.com -->
</html>