-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (75 loc) · 2.41 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!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>
<!-- Title -->
<div >
<h1>
Welcome to <br>
Asian Food @ Somerville
</h1>
</div>
<div class = "gallery">
<div class="row">
<img src="pictures/crab.jpg" width="400" height="300">
</div>
<div class="row">
<img src="pictures/rice_cake.jpg" width=auto height="300">
</div>
<div class="row">
<img src="pictures/drinks.jpg" width =auto height="300">
</div>
<div class="row">
<img src="pictures/pork_chop.jpg" width= auto height = "300">
</div>
<div class = "banner">
We are a team of international chefs based in Somerville dedicated to bringing authentic Asian food from our kitchen to your dinenr table. No matter it is a new receipt that you would love to try out, or serving for a party over 5 people: <br> <center><em> We got you!</em> </center>
Below are some of our signature dish that you would regret not having tried out from us:
<ul>
<li> Pork Chop </li>
<li> Rice Cake </li>
<li> Chicken Noodle Soup </li>
<li> Terriyaki Chicken Rice Bowl </li>
<li> Sparkling Mango Soju </li>
</ul>
Check on <em> Our Service </em> tab to learn about the three types of offerings, or fill out the recipe/service inquiry form on the <em> Contact Us </em> tab. We will reach out to you!
</div>
<!-- <br> -->
<div class="row">
<img src="pictures/noodles.jpg" width=auto height="300" >
</div>
<div class="row">
<img src="pictures/zhuti.jpg" width=auto height="300" >
</div>
<div class = "row">
<img src="pictures/tchicken.jpg" width=auto height="300">
</div>
<div class = "row">
<img src="pictures/chips.jpg" width=auto height="300">
</div>
</div>
<footer>
Author: Ivian Zhang <br>
<a href="mailto:yixian.zhang@tufts.edu">yixian.zhang@tufts.edu </a>
</footer>
</html>