-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
123 lines (114 loc) · 6.91 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Louis Tanak | Portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
<script defer src="functionality.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body class="c1" style="max-width: 100%; overflow-x:hidden; height:100%; margin:0; padding:0;">
<!-- nav bar -->
<section id = "navBar">
<div class = "c1">
<div class="swipeDown container-lg py-4">
<div class="row justify-content-center align-items-center">
<div class="col-lg-10">
<nav class="navbar">
<div class="col-2 text-start">
<a class="two fadeOutHL h1" style="font-weight: bold;" href="https://github.com/ltanak" target="_blank">LT</a>
</div>
<div class="col-10 text-end navMaxFontSize">
<a class="one min-width d-inline-flex px-xl-4 px-2 fadeOutHL" href="./">Home</a>
<a class="one min-width d-inline-flex px-xl-4 px-2 fadeOutHL" href="./projects">Projects</a>
<a class="one min-width d-inline-flex px-xl-4 px-2 fadeOutHL" href="./experience">Experience</a>
<a class="two min-width d-inline-flex px-xl-4 px-2 fadeOutHL" href="./contact">Contact</a>
</div>
</nav>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Form -->
<section id = "contactMe">
<div class = "c1">
<div class="hidingTransition container-lg">
<div class="row justify-content-center align-items-center">
<div class="col-md-10">
<h1 class="text-center">Get in touch!</h1>
<br>
<p class="text-center">If you're an employer who likes my skills, send me a message and we'll see what the future holds!</p>
<p class="text-center" style="color: #00869e;">Current Status - Incoming Software Engineer Intern at Copper.co this summer.</p>
<p class="text-center pb-3">I am open to taking a placement year from JUL 2026 - JUL 2027. I am able to work anywhere in the UK or in Europe (British / French National).
For work in the US, I would require sponsorship.
</p>
</div>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-md-10">
<form action="https://formspree.io/f/xkndoqbl" method="POST">
<label for="email" class="swipeDownAccordion form-label">Email Address</label>
<div class="swipeDownAccordion pb-4 input-group">
<span class="input-group-text c2" style="border-color: #00869e;">
<i class="bi bi-envelope"></i>
</span>
<input style="font-weight: normal;" name="email" type="email" class = "form-control" id="email" placeholder="Type your email here" required>
</div>
<label for="name" class="swipeDownAccordion form-label">Name</label>
<div class="swipeDownAccordion pb-4 input-group">
<span class="input-group-text c2" style="border-color: #00869e;">
<i class="bi bi-person-square"></i>
</span>
<input style="font-weight: normal;" name="name" type="text" class = "form-control" id="name" placeholder="Type your name here" required>
</div>
<label for="subject" class="swipeDownAccordion form-label">Email Subject</label>
<div class="swipeDownAccordion pb-4 input-group">
<span class="input-group-text c2" style="border-color: #00869e;">
<i class="bi bi-book"></i>
</span>
<input style="font-weight: normal;" name="subject" type="text" class = "form-control" id="subject" placeholder="What is your email subject ?" required>
</div>
<div class="swipeDownAccordion form-floating pb-4 mt-4">
<textarea name="message" id="emailContent" class = "form-control" style="height: 140px; color: white; font-weight:normal;" required></textarea>
<label class = "form-label" for="emailContent" style="color: #00869e;">Write your message below...</label>
</div>
<input type="hidden" name="_next" value="./thankyou" />
<div class="swipeDownAccordion">
<button type="submit" class="btn fadeOut" onclick="">Send</button>
</div>
</form>
</div>
</div>
</div>
<div class="py-5"></div>
</div>
</section>
<!-- footer -->
<section id = "footer">
<div class = "c1">
<div class="container-lg">
<div class="row justify-content-center text-center align-items-center">
<div class="hidingTransition col-md-10">
<h1 class = "footerVaryingSize">That's the end of this page, check out the other pages!</h1>
<br>
<button type="button" class="fadeOut btn" onclick="topFunction()">Back to Navigation</button>
</div>
</div>
</div>
<div class="py-sm-5"></div>
</div>
<div class = "c1 footerImg">
<br><br><br><br><br><br><br><br>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>