-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgonoodle.html
More file actions
52 lines (51 loc) · 2.75 KB
/
gonoodle.html
File metadata and controls
52 lines (51 loc) · 2.75 KB
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset = "UTF-8"/>
<meta name="viewport" content="width=device=width, initial-scale=1.0">
<title>GO Noodle House</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
</head>
<body>
<div style="text-align: center;">
<button onclick="javascript:window.location.href='home.html';" class="button button1">Home</button>
<button onclick="javascript:window.location.href='dtf.html';" class="button button1">Ding Tai Fung</button>
<button onclick="javascript:window.location.href='gonoodle.html';" class="button button1">Go Noodle House</button>
<button onclick="javascript:window.location.href='kimgary.html';" class="button button1">Kim Gary</button>
<button onclick="javascript:window.location.href='mdmkwan.html';" class="button button1">Mdm Kwan</button>
<button onclick="javascript:window.location.href='jogoya.html';" class="button button1">Jogoya</button>
</div>
<div class="header2">
<h1 class="animate__animated animate__fadeInBottomLeft">GO Noodle House</h1>
</div>
<div class="content animate__animated animate__headShake">
<p>GO Noodle House is a noodle house, that is located in big shopping malls, like Avenue K, and Mid Valley Megamall.<br><i>(come here and sponsor me pls go noodle house ;( I love your noodles)<i></p>
<p>I will give this store a 5/5 as the noodles are very ancient feel and vibe to it. With all of the rice bottles, it feels like you're eating in a traditional household. <br>Here's a look on the restaurant and also the good good noodles!</p>
</div>
<div class ="gallery">
<img src="img/gofood3.jpg" alt="store front" width="600" height="400">
<div class="desc">
<h2>The look of the beautiful store</h2>
</div>
</div>
<div class ="gallery">
<img src="img/gofood2.jpg" alt="FOOOOOOOOD" width="600" height="400">
<div class="desc">
<h2>Signature noodles with bursting meatballs in Homemade soup.</h2>
</div>
</div>
<div class ="gallery">
<img src="img/gofood.jpg" alt="food " width="600" height="400">
<div class="desc">
<h2>Signature Bursting Meatball in Homemade Spicy Soup</h2>
</div>
</div>
<div class ="gallery">
<img src="img/gofood4.jpg" alt="MOREE FOOOOOOOOOOOOOOOOOOOOOOOOD" width="600" height="400">
<div class="desc">
<h2>2 bowls of noodles, with 2 side dishes along side it.</h2>
</div>
</div>
</body>
</html>