This repository was archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
255 lines (231 loc) · 10.9 KB
/
about.php
File metadata and controls
255 lines (231 loc) · 10.9 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
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<?php include('server.php') ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Online Store</title>
<!----Ion icon-->
<link href="https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css" rel="stylesheet">
<!-- Bootstrap CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Font Awesome CDN -->
<script src="https://kit.fontawesome.com/23412c6a8d.js"></script>
<!-- Slick Slider -->
<link rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<!--------Header-->
<header>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 col-12 ">
<!---width sm equal mobile md for medium device-->
<div class="btn-group">
<button class="btn border dropdown-toggle my-md-4 my-2 text-white"
data-toggle="dropdown"
aria-haspopup="true"
aria-hasexpanded="false">
<!--drop down menu for USD-->
USD
</button><!----Button system above-->
<div class="dropdown-menu">
<a href="#" class="dropdown-item">ERU-Euro</a><!---drop down menu that shows EURO under USD and ahref is a reference where link will go-->
</div>
</div>
</div>
<div class="col-md-4 col-12 text-center">
<h2 class="my-md-3 site-title text-white">Online Store</h2>
</div>
<div class="col-md-4 col-12 text-right">
<p class="my-md-4 header-links">
<a href="login.php" class="px-2">Sign in </a>
<a href="register.php" class="px-1">Create an Account</a>
</p>
</div>
</div>
</div>
<!-----------------------------Navigation menu bar BootStrap------------------->
<div class="container-fluid p-0">
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<button class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.php">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.php">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cart.php">Cart</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.php">About Us</a>
</li>
</ul>
</div>
<!-------------search bar-------------->
<div class="navbar-nav">
<ul class="navbar-nav">
<li class="nav-item rounded-circle mx-2 search-icon">
<i class="fas fa-search p-2"></i>
</li>
<li class="cart border rounded-circle mx-2 basket-icon">
<a href="cart.php">
<i class="fas fa-shopping-basket p-2"></i><span>0</span>
</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<head>
<div class="container">
<!-- logged in user information -->
<?php if (isset($_SESSION['username'])) : ?>
<p>Welcome <strong><?php echo $_SESSION['username']; ?></strong></p>
<p> <a href="index.php?logout='1'" style="color: red;">logout</a> </p>
<?php endif ?>
</div>
</head>
<main>
<div class="container">
<p>
<br>
<br>
<br>
<br>
We are a company that does not exist!<br> Check out our <a href="products.php">Products</a>
<br>
<br>
<br>
<br>
</p>
</div>
</main>
<footer>
<div class="container-fluid px-5">
<div class="row">
<div class="col-md-4 col-sm-12">
<h4>Contact Us</h4>
<div class="row pl-md-1 text-secondary">
<div class="col-12">
<i class="fa fa-home px-md-2"></i>
<small>No 40 Baria Sreet 133/2 NewYork City, NY, United States</small>
</div>
</div>
<div class="row pl-md-1 text-secondary py-4">
<div class="col-12">
<i class="fa fa-paper-plane px-md-2"></i>
<small>www.dailywebtuition.com</small>
</div>
</div>
<div class="row pl-md-1 text-secondary">
<div class="col-12">
<i class="fa fa-phone-volume px-md-2"></i>
<small>(888) 123456789</small>
</div>
</div>
<div class="row social text-secondary">
<div class="col-12 py-3">
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-google-plus-g"></i>
<i class="fab fa-skype"></i>
<i class="fab fa-pinterest-p"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-linkedin-in"></i>
</div>
</div>
</div>
<div class="col-md-2 col-sm-12">
<h4>Our Services</h4>
<div class="d-flex flex-column pl-md-3">
<small class="pt-0">New York</small>
<small>London SF</small>
<small>Cockfosters BP</small>
<small>Los Angeles</small>
<small>Chicago</small>
</div>
</div>
<div class="col-md-2 col-sm-12">
<h4>Extras</h4>
<div class="d-flex flex-column pl-md-3">
<small class="pt-0">About Store</small>
<small>New Collection</small>
<small>Contact Us</small>
<small>Latest News</small>
<small>Our Sitemap</small>
</div>
</div>
<div class="col-md-4 follow-us col-sm-12">
<h4>Follow Instagram</h4>
<div class="d-flex flex-row">
<img src="./assets/256_n.jpg" alt="Instagram 1" class="img-fluid">
<img src="./assets/792_n.jpg" alt="Instagram 2" class="img-fluid">
<img src="./assets/392_n.jpg" alt="Instagram 3" class="img-fluid">
</div>
<div class="d-flex flex-row">
<img src="./assets/664_n.jpg" alt="Instagram 1" class="img-fluid">
<img src="./assets/088_n.jpg" alt="Instagram 2" class="img-fluid">
<img src="./assets/896_n.jpg" alt="Instagram 3" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="container-fluid news pt-5">
<div class="row">
<div class="col-md-6 col-12 pl-5">
<h4 class="primary-color font-roboto m-0 p-0">
Need Help? Call Our Award-Warning
</h4>
<p class="m-0 p-0 text-secondary">
Support Team 24/7 At (844) 5555-8324
</p>
</div>
<div class="col-md-4 col-12 my-md-0 my-3 pl-md-0 pl-5">
<input type="text" class="form-control border-0 bg-light" placeholder="Enter Your email Address">
</div>
<div class="col-md-2 col-12 my-md-0 my-3 pl-md-0 pl-5">
<button class="btn bg-primary-color text-white">Subscribe</button>
</div>
</div>
</div>
<div class="container text-center">
<p class="pt-5">
<img src="./assets/payment.png" alt="payment image" class="img-fluid">
</p>
<small class="text-secondary py-4">Daily Tuition © 2019 Tutorial Store. All Rights Reserved. Designed by Daily Tuition</small>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script src="./js/main.js"></script><!--Links to directory-->
<script src="./js/cart.js"></script><!---cart js-->
<script src="https://unpkg.com/ionicons@4.5.10-0/dist/ionicons.js"></script>
</body>
</html>