-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkimgary.html
More file actions
55 lines (52 loc) · 3 KB
/
kimgary.html
File metadata and controls
55 lines (52 loc) · 3 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
53
54
55
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset = "UTF-8"/>
<meta name="viewport" content="width=device=width, initial-scale=1.0">
<title>Hong Kong Kim Gary</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__zoomInUp">Hong Kong Kim Gary Restaurant</h1>
</div>
<div class="content">
<p class="animate__animated animate__rubberBand">As the name describes, this restaurant makes a lot of Hong Kong styled food. Ranging from regular rice and noodles, all the way to toasts covered in all that butter. The restaurant also offers wonderous rewards being a member there.</p>
<p class="animate__animated animate__rubberBand"> Celebrating your birthday there, will earn you a beautiful watermelon birthday surprise, which is actually pretty good. <i>Not to mention, that Kim Gary is my brother's favorite restaurant over there!</i></p>
<p class="animate__animated animate__rubberBand">For me, I'll rate this restaurant a 5/5 as it has a very comfortable food, and the food there reminds me of when I have been to Hong Kong. </p>
<p class="animate__animated animate__rubberBand">Here are some pictures of the food in the restaurant, so you can get an idea of what's inside</p>
<div class ="gallery">
<img src="img/kgfood.jpg" alt="kim gary noodles" width="600" height="400">
<div class="desc">
<h2>Korean style spicy Gong Zai Min</h2>
</div>
</div>
<div class ="gallery">
<img src="img/kgfood2.jpg" alt="kim gary rice" width="600" height="400">
<div class="desc">
<h2>Stoned Grilled Seafood Rice</h2>
</div>
</div>
<div class ="gallery">
<img src="img/kgfood3.jpg" alt="kim gary cheese baked" width="600" height="400">
<div class="desc">
<h2>Cheese baked rice, with broccolli</h2>
</div>
</div>
<div class ="gallery">
<img src="img/kgfood4.jpg" alt="kim gary cheese baked" width="600" height="400">
<div class="desc">
<h2>Fu yong egg rice, my brother's personal favorite.</h2>
</div>
</div>
</body>
</html>