-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
50 lines (43 loc) · 1.31 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Asian Homemade @ Somerville</title>
<link rel="stylesheet" href="biz.css">
<style>
body{
background-color: #F5F5DC;
/*background-image: url('background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;*/
}
</style>
</head>
<body id = "home">
<!-- Navigation Bar -->
<div class="topnav">
<a href="index.html">Home</a>
<a href="service.html">Our Service</a>
<a href="contact.html">Contact Us </a>
<a href="aboutus.html">About us</a>
</div>
<h2>
You can reach out to us through the form below, and we will get back to you within 7 business days!
</h2>
<div class="form-style-8">
<h2> Send your request!</h2>
<form>
<input type="text" name="field1" placeholder="Full Name" />
<input type="email" name="field2" placeholder="Email" />
<input type="text" name="field3" placeholder="Delivery Address" />
<!-- <input type="addess" name="field4" placeholder="Delivery Address"> -->
<textarea placeholder="What would you like to order?" onkeyup="adjust_textarea(this)"></textarea>
<input type="button" value="Send Message" />
</form>
</div>
</div>
<footer>
Author: Ivian Zhang <br>
<a href="mailto:yixian.zhang@tufts.edu">yixian.zhang@tufts.edu </a>
</footer>