-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjogoya.html
More file actions
54 lines (53 loc) · 2.71 KB
/
Copy pathjogoya.html
File metadata and controls
54 lines (53 loc) · 2.71 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset = "UTF-8"/>
<meta name="viewport" content="width=device=width, initial-scale=1.0">
<title>Jogoya</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>
<div class="header2">
<h1 class="animate__animated animate__fadeInBottomLeft">Jogoya</h1>
</div>
<div class="content animate__animated animate__flipInX">
<p>Jogoya is a japanese buffet restaurant located at Level 3 of Starhill Gallery, nearby the beautiful and popular PAVILLION shopping mall. It has exquisite Japanese food, ranging from appetizers, all the way to mouthwatering sushis.</p>
<p>Jogoya is also <strong>the biggest buffet</strong> located in Malaysia.</p>
<p>I will give this store a 4.5/5 as its dark environment makes it hard to see what is going on inside. Here are some pictures of the store <i>and also the food</i> to give you an idea on what is in store.</p>
</div>
<div class ="gallery">
<img src="img/jofood3.jpg" alt="restaurant looks" width="600" height="400">
<div class = "desc">
<h2>Restaurant vibes, what it looks like inside</h2>
</div>
</div>
<div class ="gallery">
<img src="img/jofood.jpg" alt="sushi" width="600" height="400">
<div class="desc">
<h2>Sushi and other Japanese food</h2>
</div>
</div>
<div class ="gallery">
<img src="img/jofood2.jpg" alt="FOOOOOOOOD" width="600" height="400">
<div class="desc">
<h2>All kinds of food, ranging from desserts all the way to fresh lobsters.</h2>
</div>
</div>
<div class ="gallery">
<img src="img/jofood4.jpg" alt="MOREE FOOOOOOOOOOOOOOOOOOOOOOOOD" width="600" height="400">
<div class="desc">
<h2>More seafood and and sushi</h2>
</div>
</div>
</body>
</html>