2022-03-10 14:38:16 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<meta name="description" content="Portfolio showcasing projects worked on by Joshua Perry">
|
|
|
|
|
<meta name="keywords" content="HTML, CSS, JavaScript, jpez, jpez-development, home, bio, portfolio">
|
|
|
|
|
<meta name="author" content="Joshua Perry">
|
|
|
|
|
|
|
|
|
|
<base href="../">
|
|
|
|
|
|
2022-04-13 11:35:39 +00:00
|
|
|
<title>Contact: J-Pez Development</title>
|
2022-03-10 14:38:16 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="style/main.css" media = "screen">
|
|
|
|
|
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
|
2022-03-27 18:51:01 +00:00
|
|
|
<link rel="stylesheet" href="contact/contact.css" media="screen">
|
2022-03-10 14:38:16 +00:00
|
|
|
</head>
|
2022-03-27 18:51:01 +00:00
|
|
|
<body id="clicked">
|
2022-03-10 14:38:16 +00:00
|
|
|
|
|
|
|
|
<nav class="navigation">
|
2022-03-27 18:51:01 +00:00
|
|
|
<a class="hidenav" href="contact/contact.html#"> X</a>
|
2022-03-10 14:38:16 +00:00
|
|
|
<a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a>
|
|
|
|
|
<a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a>
|
|
|
|
|
<a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a>
|
2022-03-27 18:51:01 +00:00
|
|
|
<a class="nav link" id="contact" href="contact/contact.html"><h2>Contact</h2></a>
|
2022-03-10 14:38:16 +00:00
|
|
|
<a class="arrow right"></a>
|
|
|
|
|
</nav>
|
|
|
|
|
|
2022-03-27 18:51:01 +00:00
|
|
|
<main>
|
|
|
|
|
<a class="shownav" href="contact/contact.html#clicked"></a>
|
2022-04-13 10:57:34 +00:00
|
|
|
<form action="mailto:joshua.perry21@my.northampton.ac.uk?subject=Inquiry from website" method="POST">
|
|
|
|
|
<section id="contact_details">
|
|
|
|
|
<label for="contact_details">Contact Details</label>
|
2022-04-13 11:35:39 +00:00
|
|
|
<input type="text" name="first_name" placeholder="First name"/>
|
|
|
|
|
<input type="text" name="last_name" placeholder="Last name"/>
|
|
|
|
|
<input type="email" name="email_address" placeholder="Email address (e.g. someone@domain.com)"/>
|
|
|
|
|
<input type="tel" name="phone_number" placeholder="Phone Number (e.g. +44 1632 960501)"/>
|
2022-04-13 10:57:34 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section id="contact_reason">
|
|
|
|
|
<label for="contact_reason" class="header">Reason for contacting:</label>
|
|
|
|
|
<section id="reason_answer">
|
|
|
|
|
<label for="business_radio" class="label">Business</label>
|
2022-04-13 11:35:39 +00:00
|
|
|
<input type="radio" checked="checked" name="contact_type" value="business" id="business_radio"/>
|
2022-04-13 10:57:34 +00:00
|
|
|
|
|
|
|
|
<label for="academic_radio" class="label">Academic</label>
|
|
|
|
|
<input type="radio" name="contact_type" value="academic" id="academic_radio"/>
|
|
|
|
|
|
|
|
|
|
<label for="personal_radio" class="label">Personal</label>
|
|
|
|
|
<input type="radio" name="contact_type" value="personal" id="personal_radio"/>
|
|
|
|
|
</section>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section id="contact_body">
|
|
|
|
|
<textarea placeholder="Enter your message or query here..."></textarea>
|
|
|
|
|
</section>
|
|
|
|
|
<input type="submit" name="submit" value="submit"/>
|
|
|
|
|
</form>
|
2022-03-27 18:51:01 +00:00
|
|
|
</main>
|
|
|
|
|
|
2022-03-10 14:38:16 +00:00
|
|
|
<footer>
|
2022-04-14 16:46:39 +00:00
|
|
|
<a href="home/index.html">
|
|
|
|
|
<img src="assets/images/favicon.svg" id="footer_logo" alt="Logo"/>
|
|
|
|
|
<p>©Joshua Perry 2022</p>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="blog/blog.html"><h1>Blog</h1></a>
|
2022-04-14 17:40:34 +00:00
|
|
|
<a href="site/report.html"><h1>Site Report</h1></a>
|
2022-04-14 16:46:39 +00:00
|
|
|
<a href="site/map.html"><h1>Site Map</h1></a>
|
2022-04-14 17:14:47 +00:00
|
|
|
<a href="site/construction.html"><h1>Terms</h1></a>
|
|
|
|
|
<a href="site/construction.html"><h1>Privacy</h1></a>
|
2022-03-10 14:38:16 +00:00
|
|
|
</footer>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|