-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (48 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<head id="head">
<!-- Misc config -->
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<!-- Meta info -->
<meta content="Singapore Tourist Attractions" name="description"/>
<meta content="Group 2" name="author"/>
<title>Singapore Tourist Attractions</title>
<link href="multimedia/favicons/default.png" rel="shortcut icon" type="image/png"/>
<!-- Common dependencies -->
<script src="js/common-js/jquery-3.3.1.min.js"></script>
<link href="css/common-css/bootstrap.min.css" rel="stylesheet">
<script src="js/common-js/bootstrap.bundle.min.js"></script>
<link href="css/common-css/header-styles.css" rel="stylesheet">
<link href="css/common-css/footer-styles.css" rel="stylesheet">
<link href="css/common-css/common.css" rel="stylesheet">
<script src="js/common-js/common.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Other dependencies -->
<link href="css/home.css" rel="stylesheet">
<script src="js/home.js"></script>
</head>
<div content="Home" data-type="white" id="header"></div>
<body>
<div class="overview">
<ol class="carousel-indicators overview-indicators" id="overview-indicators">
</ol>
<div class="carousel slide carousel-fade overview-slides" data-ride="carousel" id="overview-slides">
<div class="carousel-inner" id="overview-slides-data">
<div class="carousel-caption text-left h-75 w-auto">
<div class="title-container">
<h1 class="title-text title-hidden-top" id="title-0"></h1>
<h1 class="title-text" id="title-1"></h1>
<h1 class="title-text title-hidden title-hidden-bottom" id="title-2"></h1>
</div>
<p class="description" id="overview-desc"></p>
<a class="btn btn-lg btn-info overview-button" href="#" id="overview-button" role="button">
<i class="fa fa-globe"></i><span> Explore</span>
</a>
</div>
</div>
</div>
</div>
</body>
<div id="footer"></div>
</html>