68 lines
2.4 KiB
HTML
68 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<link rel="stylesheet" type="text/css" href="css/yyy-static.css" />
|
|
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Archivo+Black" rel="stylesheet">
|
|
<title>Please call me!</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="nav">
|
|
<img id="nav-icon" src="img/threelines.png" alt="Menu"/>
|
|
<menu id="nav-menu" class="nav">
|
|
<li class=""><a href="index.html">Home</a></li>
|
|
<li class=""><a href="library.html">Library</a></li>
|
|
<li class=""><a href="register.html">Register</a></li>
|
|
<li class=""><a href="login.html">Login</a></li>
|
|
<li class=""><a href="about.html">About</a></li>
|
|
</menu>
|
|
</div>
|
|
|
|
<h1>
|
|
Please call me!
|
|
</h1>
|
|
</header>
|
|
<div id="main-container" class="container">
|
|
<p>
|
|
Use this form to request someone to phone you to discuss your concerns about independence.
|
|
</p>
|
|
<form action="" method="post">
|
|
<p class="widget">
|
|
<label for="name">Your name</label>
|
|
<input type="text" id="name" name="name"/>
|
|
</p>
|
|
<p class="widget">
|
|
<label for="postcode">Your post-code</label>
|
|
<input type="text" id="postcode" name="postcode"/>
|
|
</p>
|
|
<p class="widget">
|
|
<label for="phone">Your phone number</label>
|
|
<input type="text" id="phone" name="phone"/>
|
|
</p>
|
|
<p class="widget">
|
|
<label for="concern">Your concerns</label>
|
|
<select name="concern" id="concern">
|
|
<option>Currency</option>
|
|
<option>EU Membership</option>
|
|
<option>Can we afford it?</option>
|
|
<option>The Queen</option>
|
|
<option>Defence/NATO</option>
|
|
</select>
|
|
</p>
|
|
<p class="widget">
|
|
<label for="submit"> </label>
|
|
<input name="submit" id="submit" type="submit" class="action" value="Call me!"/>
|
|
</p>
|
|
</form>
|
|
</div>
|
|
<footer>
|
|
<div class="dummy">
|
|
This is a dummy page illustrating the intended navigation flow through the app. It may be replaced by something more dynamic later.
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|