-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact - Alex Paddock.html
More file actions
43 lines (40 loc) · 1.92 KB
/
Contact - Alex Paddock.html
File metadata and controls
43 lines (40 loc) · 1.92 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
<!DOCTYPE html>
<!-- saved from url=(0076)file:///C:/Users/skias/Downloads/[Name]%20-%20Aerospace%20Engineer.html#home -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact - Alex Paddock</title>
<link rel="stylesheet" href="file:///C:/Users/skias/Downloads/styles.css">
</head>
<body>
<header>
<h1>Alex Paddock</h1>
<h2>Aerospace Engineering Student</h2>
<nav>
<ul>
<li><a href="file:///C:/Users/skias/Downloads/index.html">Home</a></li>
<li><a href="file:///C:/Users/skias/Downloads/about.html">About</a></li>
<li><a href="file:///C:/Users/skias/Downloads/projects.html">Projects</a></li>
<li><a href="file:///C:/Users/skias/Downloads/resume.html">Resume</a></li>
<li><a href="file:///C:/Users/skias/Downloads/contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section id="contact">
<h3>Contact Me</h3>
<form action="mailto:Alex.paddock.22@gmail.com" method="post" enctype="text/plain">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required="">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required="">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" required=""></textarea>
<button type="submit">Send</button>
</form>
<p>Or reach me directly at: <a href="mailto:Alex.paddock.22@gmail.com">Alex.paddock.22@gmail.com</a></p>
<p>Phone: (716)955-0465</p>
<p>Connect with me on <a href="https://www.linkedin.com/">LinkedIn</a></p>
</section>
<footer>
<p>© 2024 Alex Paddock. All rights reserved.</p>
</footer>
</body></html>