-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
169 lines (169 loc) · 6.26 KB
/
Copy pathindex.php
File metadata and controls
169 lines (169 loc) · 6.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="SDRY Company ¯\_(ツ)_/¯" />
<meta name="author" content="Soyab Nandhla" />
<title>SDRY - Home</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="/css/styles.css" rel="stylesheet" />
<script async src="https://arc.io/widget.min.js#BX2apmLr"></script>
</head>
<body>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">SDRY</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item"><a class="nav-link" href="/shop">Shop</a></li>
<li class="nav-item">
<a class="nav-link" href="/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content-->
<section class="pt-4">
<div class="container px-lg-5">
<!-- Page Features-->
<div class="row gx-lg-5">
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div
class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"
>
<i class="bi bi-collection"></i>
</div>
<h2 class="fs-4 fw-bold">Quality</h2>
<p class="mb-0">
We provide hand quality clothing from the best of the best.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div
class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"
>
<i class="bi bi-cloud-download"></i>
</div>
<h2 class="fs-4 fw-bold">Customizable</h2>
<p class="mb-0">
You may contact us to ask for pricing on custom designer
clothing.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div
class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"
>
<i class="bi bi-card-heading"></i>
</div>
<h2 class="fs-4 fw-bold">Made to be worn</h2>
<p class="mb-0">We provide the clothing for any occasion.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div
class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"
>
<i class="bi bi-bootstrap"></i>
</div>
<h2 class="fs-4 fw-bold">Great Support</h2>
<p class="mb-0">
We have had received no complaints from any of our clients!
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div
class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"
>
<i class="bi bi-code"></i>
</div>
<h2 class="fs-4 fw-bold">Over 100+ stores</h2>
<p class="mb-0">
We have opened up over 100+ stores worldwide.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-xxl-4 mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div
class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"
>
<i class="bi bi-patch-check"></i>
</div>
<h2 class="fs-4 fw-bold">A business you can trust</h2>
<p class="mb-0">
We have started this business in 1979 and have no idea of
ending it.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="text-center text-danger lead mt-5">
<p>Please do not read this page at all.</p>
</div>
</div>
<!-- Footer-->
<?php include 'functions/copyright.php' ?>
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">
Copyright © SDRY
<?php auto_copyright("1979"); ?>
</p>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="/js/scripts.js"></script>
</body>
</html>