-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmdmkwan.html
More file actions
51 lines (51 loc) · 2.62 KB
/
mdmkwan.html
File metadata and controls
51 lines (51 loc) · 2.62 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset = "UTF-8"/>
<meta name="viewport" content="width=device=width, initial-scale=1.0">
<title>Madam Kwan's</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__slideInUp">Madam Kwan's</h1>
</div>
<div class="content animate__animated animate__zoomInUp">
<p>Madam Kwan's is an all-time popular restaurant located all around Selangor and Kuala Lumpur. They have also opened up a shop over at IMAGO, Kota Kinabalu <i>so it is easier for me to head there after this pandemic.</i> 😆</p>
<p>I will give this store a 5/5 as the Nasi Lemak here is fantastic. It is one of the best Nasi Lemak's I have ever tasted <br>Here's a look on the restaurant and also their flagship nasi lemak!</p>
</div>
<div class ="gallery">
<img src="img/mdmkfood.jpg" alt="rice MOREEEEEEEE RICE" width="600" height="400">
<div class="desc">
<h2>Nasi Lemak</h2>
</div>
</div>
<div class ="gallery">
<img src="img/mdmkfood2.jpg" alt="FOOOOOOOOD" width="600" height="400">
<div class="desc">
<h2>Skewers, and side dishes</h2>
</div>
</div>
<div class ="gallery">
<img src="img/mdmkfood3.jpg" alt="restaurant looks" width="600" height="400">
<div class="desc">
<h2>Rendang</h2>
</div>
</div>
<div class ="gallery">
<img src="img/mdmkfood4.jpg" alt="MOREE FOOOOOOOOOOOOOOOOOOOOOOOOD" width="600" height="400">
<div class="desc">
<h2>Nasi lemak again :3</h2>
</div>
</div>
</body>
</html>