-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="top_header_div">
<h1 class="main_header">MacRonalds</h1>
</div>
<div class="nav_btns_div">
<button id="food_menu_btn">Food Menu</button>
<button id="food_order_btn">Order Food</button>
<button id="jobs_btn">Our Jobs</button>
</div>
<div>
<h2>About Us</h2>
<p>We are MacRonalds, a new and rapidly growing fast food chain that is based in Singapore. We currently have several outlets around the country and boast a wide variety of food for customers to indulge in, with many more soon to come to branches around the island.</p>
<h2>Our Branches</h2>
<p>We currently have over 15 branches around Singapore. Our branches can be found at:</p>
<ul>
<li>Marsiling</li>
<li>Woodlands</li>
<li>Sembawang</li>
<li>Khatib</li>
<li>Choa Chu Kang</li>
<li>Clementi</li>
<li>Kallang</li>
<li>Bedok</li>
<li>Tanjong Pagar</li>
<li>Boon Lay</li>
<li>Hougang</li>
<li>Punggol</li>
<li>Braddell</li>
<li>Clementi</li>
<li>Somerset</li>
<li>Toa Payoh</li>
<li>Newton</li>
<li>Novena</li>
<li>Ang Mo Kio</li>
</ul>
</div>
</body>
<script src="home_page_script.js"></script>
</html>