-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (88 loc) · 4.36 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<script src="https://www.w3schools.com/lib/w3.js"></script>
<link rel="stylesheet" href="css/index.css" />
<meta name="author" content="Musfirah" />
<link rel="icon" type="image/x-icon" href="media/png/logo/logotop.png" />
<meta name="description" content="Main Page Tourist Attractions in Singapore" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"><!--social media icon-->
<title>Home Page - Tourist Attractions in Singapore</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<main w3-include-html="header.html"></main>
<script>
w3.includeHTML(); //this calls out the w3school method to be included in the index.html page.
</script>
<section class="header">
<div>
<h1 class="big">Explore<br />Singapore</h1>
</div>
</section>
<section>
<div>
<p class="big2">Your <span>journey</span> <br />starts here</p>
</div>
<hr />
<div class="intro">
<p>
This website will act as your personal tour guide<br />
in hopes of making your stay in Singapore worthwhile.<br />
It will provide you with detailed information<br />
of tourist attractions site that you should visit.<br />
</p>
<p>
From arts & cultural places to iconic landmarks,<br />
you are sure to like these places!<br />
</p>
<p>
Furthermore, for those who are seeking for thrilling places, don't fret!<br />
We also do provide you with a list of exciting places for you to have<br />
fun with your family and friends!<br />
</p>
<p>
Not forgetting our nature lovers, places of flora and fauna are also <br />
provided for those who like to spend their time in outdoor settings<br />
such as the forest, parks and other green spaces because of their <br />
aesthetic value.<br />
</p>
</div>
<div>
<table>
<tr>
<td id="thrill"><a href="thrill-seekers.html"><p>Thrill-Seekers</p></a><br /><p class="two">Create exciting memories <br />by having fun.</p></td>
<td id="iconic"><a href="iconic-landmarks.html"><p>Iconic Landmarks</p></a><br /><p class="two">Prepare to be awed by the<br /> city's magnificient architecture.</p></td>
</tr>
<tr>
<td id="florafauna"><a href="FloraAndFauna.html"><p>Flora & Fauna</p></a><br /><p class="two">Interact with the environment<br /> and enjoy the scenery.</p></td>
<td id="artsandculture"><a href="arts & culture.html"><p>Arts & Culture</p></a><br /><p class="two">Find out about the cultural<br /> diversity of the island.</p></td>
</tr>
</table>
</div>
<div>
<section id="review">
<p class="big2">Enjoyed your visit?</p>
<hr />
<div class="footer">
<p>
Satisfied with the list of tourist attractions in Singapore?<br />
Did the list make your trip here worthwhile?<br />
Help us improve our site by leaving a review!<br />
<button class="button" onclick="location.href='reviewpage.html'">Leave a review!</button>
</p>
</div>
</section>
<section id="contactus">
<img src="media/png/telephone.png" alt="telephone" id="telephone"/><span id="contacting">CONTACT US</span><br /><br /><br />
<div class="moveleft">
<a href="https://www.facebook.com/makeitnp/" class="fa fa-facebook" target="_blank"></a>
<a href="https://www.linkedin.com/groups/4164970/profile" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/makeitnp/" class="fa fa-instagram" target="_blank"></a>
</div>
</section>
</div>
</section>
</body>
</html>