-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
195 lines (167 loc) · 9.01 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="BurgerPlus Website (Sample UI) Sample Release 1.0">
<meta name="keywords" content="Dileepa Bandara, dileepabandara.dev, BurgerPlus, SampleUI">
<meta name="author" content="Dileepa Bandara">
<title>BurgerPlus</title>
<!----------------------------- Local CSS ----------------------------->
<link rel="shortcut icon" type="image/png" href="./images/BurgerPlus_logo.png" />
<link rel="stylesheet" href="./css/header.css" />
<link rel="stylesheet" href="./css/footer.css" />
<!------------------------------ jQuery ------------------------------->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="./js/header.js"></script>
<!---------------------------- Bootstrap 5 ---------------------------->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
crossorigin="anonymous"></script>
</head>
<header>
<!-- ========================================== Navigation Bar ========================================== -->
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light static-top">
<div class="container-fluid" id="navbarSupportedContent">
<a class="navbar-brand" href="./index.html"><img src="./images/BurgerPlus_logo_bar.png" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<div class="hori-selector">
<div class="left"></div>
<div class="right"></div>
</div>
<li class="nav-item active" value="1">
<a class="nav-link" href="#" onClick="recp('1')">Home</a>
</li>
<li class="nav-item" value="2">
<a class="nav-link" href="#" onClick="recp('2')">Foods</a>
</li>
<li class="nav-item" value="3">
<a class="nav-link" href="#" onClick="recp('3')">Services</a>
</li>
<li class="nav-item" value="4">
<a class="nav-link" href="#" onClick="recp('4')">About</a>
</li>
<li class="nav-item" value="5">
<a class="nav-link" href="#" onClick="recp('5')">Cart</a>
</li>
<li class="nav-item" value="6">
<a class="nav-link" href="#" onClick="recp('6')">Account</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<script type="text/javascript">
function recp(id) {
if (id == 1) {
//alert('ONE');
$('#one h1').text('HOME');
} if (id == 2) {
//alert('TWO');
$('#one h1').text('FOODS');
} if (id == 3) {
//alert('THREE');
$('#one h1').text('SERVICES');
} if (id == 4) {
//alert('FOUR');
$('#one h1').text('ABOUT');
} if (id == 5) {
//alert('FIVE');
$('#one h1').text('CART');
} if (id == 6) {
//alert('SIX');
$('#one h1').text('ACCOUNTS');
}
}
</script>
</header>
<!-- ========================================== Body ========================================== -->
<body>
<div class="text-center" style="margin-top: 60px; margin-bottom: 100px;">
<div id="one">
<div class="first"></div>
<h1>HOME</h1>
<div class="second"></div>
<div class="third"></div>
</div>
</div>
<!-- ========================== Footer ==================================== -->
<section id="footer">
<footer class="page-footer font-small mdb-color pt-1">
<div class="container text-center text-md-left">
<!-- --------------------------- Footer Links --------------------------- -->
<div class="row text-center text-md-left mt-3 pb-3">
<!-- --------------------------- Grid column 1 --------------------------- -->
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<img src="./images/BurgerPlus_logo.png" style="width: 150px;" />
<p>BurgerPlus we provides you a good quality food service and we are ready to serve your
favourite burgers.</p>
</div>
<!-- --------------------------- Grid column 2 --------------------------- -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-5">
<h6 class="text-uppercase mb-4 font-weight-bold">Menu</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto"
style="width: 120px; height: 2px; background-color: #F5E51B;" />
<ul class="footer-links">
<li><a href="">Home</a></li>
<li><a href="">Foods</a></li>
<li><a href="">Services</a></li>
<li><a href="">About</a></li>
<li><a href="">Cart</a></li>
<li><a href="">Account</a></li>
</ul>
</div>
<!-- --------------------------- Grid column 3 --------------------------- -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-5">
<h6 class="text-uppercase mb-4 font-weight-bold">Services</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto"
style="width: 120px; height: 2px; background-color: #F5E51B;" />
<ul class="footer-links">
<li><a href="">24H Support</a></li>
<li><a href="">Online Payment</a></li>
<li><a href="">Refund</a></li>
<li><a href="">Cash On Delivery</a></li>
<li><a href="">Feedbacks</a></li>
<li><a href="">Special Deals</a></li>
</ul>
</div>
<!-- --------------------------- Grid column 4 --------------------------- -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-5">
<h6 class="text-uppercase mb-4 font-weight-bold">Contact</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto"
style="width: 120px; height: 2px; background-color: #F5E51B;" />
<ul class="footer-links">
<li><a href="">+94 *** ****</a></li>
<li><a href="">burgerplus.to@gmail.com</a></li>
<li><a href="">BurgerPlus Official</a></li>
<li><a href="">BurgerPlus.foods</li>
<li><a href="">BurgerPlus, Food Street, <br>Destiny Island</a></li>
</ul>
</div>
</div>
<!-- --------------------------- Copyright --------------------------- -->
<hr style="background-color: #3C3F41;" />
<div class="text-center">Developed by Dileepa Bandara
<p>© 2020 dileepabandara.dev</p>
</div>
</div>
</footer>
</section>
</body>
</html>