-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
83 lines (74 loc) · 3.65 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="PT Elliott is an artist, engineer, and developer in Raleigh, NC.">
<meta name="author" content="PT Elliott">
<meta name="Copyright" content="Copyright PT Elliott 2021">
<title>Portfolio</title>
<link rel="icon" href="images/green/myLogoP-20.png">
<!-- Bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- Style -->
<link href="css/cover.css" rel="stylesheet">
<!--- JavaScript-->
<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="js/functions.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KJCMTKE3TT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KJCMTKE3TT');
</script>
</head>
<body class="body-contact">
<div class="container">
<header class="container-fluid masthead cover" style="padding:0">
<div class="inner">
<h3 class="masthead-brand align ml3"> PT Elliott</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="work.html">Work</a>
<a class="nav-link" href="play.html">Play</a>
<a class="nav-link" href="resume.html">About</a>
<a class="nav-link active" href="#">Contact</a>
</nav>
</div>
</header>
<div class="container">
<section class="row top-buffer-2">
<div class="col-sm-12 top-buffer-3" style="text-align:center">
<h3 style="color: rgb(255, 255, 255);text-shadow:1px 1px 5px rgba(0,0,0,0.5);">Please reach out if you would like to discuss anything.</h3>
<p>
<br>
I would love to connect, feel free to find me on <a target="_blank" rel="noopener noreferrer" style="text-decoration:underline;" href="https://www.linkedin.com/in/PT-elliott/">LinkedIn</a>. I am happy to discuss everything from engineering, to software, to clean energy.
<br><br>
I'm always open to speaking about collaborative opportunities.
</p>
</div>
</section>
<section class="row top-buffer-4 bottom-buffer-4">
<div class="col-sm-12 top-buffer-3 container" style="text-align:center">
<h3>Photography credit:</h3>
<p>All photography used for backgrounds generously provided by <a target="_blank" rel="noopener noreferrer" title="🙌" data-placement="top" style="text-decoration:underline;" href="https://www.outsidein.cloud/">Urosh Tomovich</a>.</p>
<br>
<p1>Thank you sir</p1>
</div>
</section>
</div>
<footer class="row mastfoot mt-auto">
<div class="inner">
<p>Designed and built by <a target="_blank" rel="noopener noreferrer" style="text-decoration:underline;" href="https://github.com/NarcolepticEngineer">PT Elliott</a> © 2024</p>
</div>
</footer>
</div>
</body>
</html>