Update contactus.html
This commit is contained in:
parent
ce856bd80d
commit
7ac023064c
|
@ -9,16 +9,17 @@
|
||||||
<link rel="stylesheet" type="text/css" href="template.css">
|
<link rel="stylesheet" type="text/css" href="template.css">
|
||||||
<title>Contact TipToe Soles</title>
|
<title>Contact TipToe Soles</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<img src="assets/TipToe Soles_Logo_colour.png" alt="The TipToe Soles logo, a yellow circle with a black shadow of a foot in socks."
|
<img src="assets/TipToe_Soles_Logo_colour.jpg" alt="The TipToe Soles logo, a yellow circle with a black shadow of a foot in socks."
|
||||||
width="300"
|
width="300"
|
||||||
height="300">
|
height="300">
|
||||||
|
|
||||||
<div class="topnav">
|
<div class="topnav">
|
||||||
<a class="active" href="index.html">Home</a>
|
<a class="active" href="index.html">Home</a>
|
||||||
<a href="contactus.html">Contact</a>
|
<a href="contactus.html">Contact Us</a>
|
||||||
<a href="aboutus.html">About</a>
|
<a href="aboutus.html">About</a>
|
||||||
<a href="payments.html">Payments</a>
|
<a href="payments.html">Payments</a>
|
||||||
<a href="Products.html">Products</a>
|
<a href="Products.html">Products</a>
|
||||||
|
<a href="policies.html">Policies</a>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,5 +38,31 @@
|
||||||
<p>Email us at: TipToeShoes@gmail.com</p>
|
<p>Email us at: TipToeShoes@gmail.com</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<form action="action_page.html">
|
||||||
|
|
||||||
|
<label for="fname">First Name</label>
|
||||||
|
<input type="text" id="fname" name="firstname" placeholder="Your first name...">
|
||||||
|
|
||||||
|
<label for="lname">Last Name</label>
|
||||||
|
<input type="text" id="lname" name="lastname" placeholder="Your last name..">
|
||||||
|
|
||||||
|
<label for="country">Country</label>
|
||||||
|
<select id="country" name="country">
|
||||||
|
<option value="australia">Australia</option>
|
||||||
|
<option value="canada">Canada</option>
|
||||||
|
<option value="usa">USA</option>
|
||||||
|
</select>
|
||||||
|
|
||||||
|
<label for="subject">Subject</label>
|
||||||
|
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
|
||||||
|
|
||||||
|
<input type="submit" value="Submit">
|
||||||
|
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue