-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
254 lines (227 loc) · 12.7 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<title>TotalDwarf.dev - Contact</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- FavIcons -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap 5 CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<!-- Bootstrap JavaScript Library -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
<!-- Font Awesome 4 Library -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- My CSS -->
<link
href="CSS/css.css"
rel="stylesheet"
/>
<!-- My Scripts -->
<script
src="Scripts/script.js"
></script>
<!-- JQuery Date Picker -->
<link rel="stylesheet" href="//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
<script>
$( function() {
$( "#ReturnDate" ).datepicker({ minDate: 0 });
} );
</script>
</head>
<body>
<header id="header">
<nav class="navbar bg-body-tertiary border">
<a class="navbar-brand" href="index.html">
<img class="rounded-circle" src="Images/siteLogo.png" width="50" height="50" alt="">
TotalDwarf.dev
</a>
<div id="ThemeControls" class="navbar-nav ms-auto">
<div id="dragDropThemeControls" class="row hideOnWidth">
<div id="BatteryHolder" class="BatteryContainer col-6 border" ondrop="drop(event)" ondragover="allowDrop(event)">
<i id="Battery" class="fa fa-battery-full icon32" draggable="true" ondragstart="drag(event)"></i>
</div>
<div id="BatterySocket" class="BatteryContainer col-6 border" ondrop="drop(event)" ondragover="allowDrop(event)">
<i id="socketicon" class="fa fa-bolt icon32"></i>
</div>
</div>
<div id="switchThemeControls" class="row showOnWidth">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="themeSwitch" onchange="toggleThemeSwitch()">
<label class="form-check-label" for="themeSwitch"><i id="themeIcon" class="fa fa-moon-o" style="font-size: 24px;"></i></label>
</div>
</div>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">Navigation</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="experience.html">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html" aria-current="page">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="container">
<!-- Breadcrumbs -->
<nav id="breadcrumbs" class="breadcrumbMargin" aria-label="breadcrumb">
<ol class="breadcrumb breadcrumb-chevron p-3 bg-body-tertiary rounded-3">
<li class="breadcrumb-item">
<a class="link-body-emphasis" href="index.html">
<i class="fa fa-home"></i>
<span class="visually-hidden">Home</span>
</a>
</li>
<li class="breadcrumb-item">
<a class="link-body-emphasis" href="index.html">
<span>Home</span>
</a>
</li>
<li class="breadcrumb-item active" aria-current="page">
Contact
</li>
</ol>
</nav>
<div class="row border rounded">
<div id="ContactDetails" class="col-12 col-lg-4 bg-body-secondary text-center">
<h3>Get in Touch:</h3>
<ul class="list-unstyled">
<li class="pad10">
<i class="fa fa-phone"></i> <b>Mobile: </b>
<br>
<a class="text-body" href="tel:07951357755">07951 357755</a>
</li>
<li class="pad10">
<i class="fa fa-paper-plane "></i> <b>Email: </b>
<br><a class="text-body" href="mailto:[email protected]">[email protected]</a>
</li>
<li class="pad10">
<button type="button" class="btn btn-primary" onclick="window.location.href = 'https://github.com/TotalDwarf03'">
<i class="fa fa-github"></i> Github
</button>
<button type="button" class="btn btn-secondary" onclick="window.location.href = 'https://www.linkedin.com/in/kieran-pritchard-20a270193/'">
<i class="fa fa-linkedin-square"></i> Linkedin
</button>
</li>
</ul>
</div>
<div id="ContactForm" class="col-12 col-lg-8">
<form>
<fieldset>
<legend>Contact Information:</legend>
<div class="row m-2">
<div class="col">
<label for="name" class="form-label">Name:</label>
<input type="text" class="form-control" id="name" placeholder="Name" required>
</div>
<!-- <div class="col">
<label for="tel" class="form-label">Tel:</label>
<input type="tel" class="form-control" id="tel" placeholder="Telephone">
</div> -->
<div class="col">
<label for="email" class="form-label">Email:</label>
<input type="email" class="form-control" id="email" placeholder="[email protected]" required>
</div>
</div>
</fieldset>
<fieldset>
<legend>Message:</legend>
<div class="row m-2">
<div class="col">
<label class="form-label" for="ReturnDate">Return Date:</label>
<input id="ReturnDate" type="text" class="form-control" required>
</div>
<div class="col">
<label for="subject" class="form-label">Subject:</label>
<input id="subject" type="text" class="form-control" placeholder="Subject" required>
</div>
</div>
<div class="row m-2">
<div class="col">
<textarea id="message" class="form-control" rows="3" placeholder="Message" required></textarea>
</div>
</div>
</fieldset>
<fieldset>
<div class="row m-2">
<div class="form-check pad20">
<input class="form-check-input" type="checkbox" value="" id="invalidCheck" required>
<label class="form-check-label" for="invalidCheck">
Agree to terms and conditions
</label>
<div class="invalid-feedback">
You must agree before submitting.
</div>
</div>
<div class="align-content-center">
<button id="submit" class="btn btn-primary w-25" type="submit">Send</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</main>
<footer id="footer" class="justify-content-between align-items-center border-top">
<ul class="list-unstyled">
<li><b>Developed by:</b> Kieran Pritchard</li>
<li><b>Tech Stack:</b> HTML5, CSS, JavaScript, Bootstrap</li>
<li><b>Developed for:</b> Dynamic Website Development (IS2S563) Coursework 2</li>
<li>
<ul class="nav justify-content-center">
<li class="nav-item"><a class="nav-link px-2 text-body-secondary" href="https://github.com/TotalDwarf03" target="_blank"><i class="fa fa-github" style="font-size: 20px;"></i></a></li>
<li class="nav-item"><a class="nav-link px-2 text-body-secondary" href="https://www.linkedin.com/in/kieran-pritchard-20a270193/" target="_blank"><i class="fa fa-linkedin" style="font-size: 20px;"></i></a></li>
</ul>
</li>
</ul>
</footer>
</body>
</html>