-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.html
232 lines (180 loc) · 7.08 KB
/
aboutUs.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
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Allerta+Stencil">
<link rel="stylesheet" href="https://egkoppel.github.io/product-sans/google-fonts.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Grenze+Gotisch:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<title>
Dry Cleaning Co
</title>
<style>
.topnav {
background-color:white;
overflow: hidden;
}
.body{
background-image:;
}
.topnav a {
float: left;
color: black;
text-align: center;
padding: 10px 120px;
text-decoration: none;
font-size: 12px;
font-family: 'Orbitron', sans-serif ;
background-color: #f4f5f6;
}
.topnav a:hover {
background-color:darkgray;
color: black;
}
.ft{
font-family: "Allerta Stencil", Sans-serif;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color:navy;
color:grey;
text-align: center;
}
.r{
margin-left: 0px;
margin-right:0px;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 200px;
font-family: arial;
}
.center {
text-align:center;
width:80px;
}
.tales {
width: 100%;
}
.carousel-inner{
width:100%;
max-height: 450px !important;
}
.fa {
padding: 5px;
font-size: 20px;
width: 30px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-facebook {
background: #3B5998;
color: white;
text-align: center;
}
.fa-twitter {
background: #55ACEE;
color: white;
text-align: center;
}
.fa-google {
background: #dd4b39;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
@keyframes example {
0% {left:0px; top:0px;}
25% { left:200px; top:0px;}
50% {left:200px; top:0px;}
75% {right:200px; top:0px;}
100% {left:0px; top:0px;}
}
@media only screen and (max-width: 480px) {
.slideshow__image:not(.ratio-container),.ratio-container:after {
padding-bottom: 85%;
width: 100%;
}
}
body{
background-image: url("img6.jpg");
max-width: 100%;
overflow-x: hidden;
}
</style>
</head>
<body >
<div class="r" >
<div class="row " style="background-color: #000000;">
<div class="col-sm-8" ">
<a href="../home/web project phase 1.html"><img src="img2.png" target="_blank" style="height: 100px; "></a>
</div>
<div style="margin-left: auto; margin-right: 20px; margin-top: 20px;" >
<a href="https://www.facebook.com" class="fa fa-facebook" ></a>
<a href="https://www.twitter.com" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com" class="fa fa-linkedin"></a>
<a href="https://www.google.com" class="fa fa-google"></a>
<br><p class="ft" style="color:#f4f5f6;"> Our Social Media Links</p>
</div>
</div>
<div class="r topnav" style="margin-bottom: 0px; background-color: #f4f5f6;" >
<a class="active" href="../home/web project phase 1.html"><b>Home</b></a>
<a href="aboutUs.html"><b>About Us</b></a>
<a href="../products/productsPage.html"><b>Products</b></a>
<a href="../contact/cus.html"><b>Contact Us</b></a>
</div>
<br><br>
<div class="myDiv">
<h2 style="font-family: 'Orbitron', sans-serif; text-align: center;color: white; ">ABOUT US</h2>
</div>
<br><br>
<div class="row">
<div class="col-sm-12">
<p style="font-size: 15px;color:white;text-align: center; font-family: 'Orbitron', sans-serif ;"><b>The Champion's Club is your shopping destination for the latest UFC gear and MMA merchandise. The store offers a wide selection of products from top quality brands around the globe, including authentic walkout apparel and clothing and accessories for men, women and children. Our goal is to offer access to a huge assortment of top quality UFC products to MMA fans across the world to help fans celebrate their passion for the sport. We pride ourselves on not only carrying officially licensed products, but also providing industry leading service to our customers.
</b></p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<img src="img2.png" alt="logo" style="margin-left:340px; width: 700px; height:250px;">
</div>
</div>
<br><br>
<br><br>
<br><br><br><br><br><br>
<footer>
<div class="row" style="background-color:black">
<div class="col-sm-4">
<p style="color: grey; font-size: 12px; text-align: left; font-family: 'Orbitron', sans-serif ;">10% discount in the month of November<br>Free delivery across Pakistan</p>
</div>
<div class="col-sm-4">
<p style="color: grey; font-size: 12px; text-align: center; font-family: 'Orbitron', sans-serif ; ">Contact US <br>Email:[email protected]<br>Phone: 123456789</p>
</div>
<div class="col-sm-4">
<p style="color: grey; font-size: 12px; text-align: left; font-family: 'Orbitron', sans-serif ;">Download Our App from The PlayStore for a better experience</p>
</div>
<div class="row" style="margin-left: auto; margin-right: auto;">
<a href="https://www.facebook.com" class="fa fa-facebook" ></a>
<a href="https://www.twitter.com" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com" class="fa fa-linkedin"></a>
<a href="https://www.google.com" class="fa fa-google"></a>
</div>
</div>
</footer>