-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
58 lines (52 loc) · 2.68 KB
/
about.php
File metadata and controls
58 lines (52 loc) · 2.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Sen:wght@800&display=swap" rel="stylesheet">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<style media="screen">
<?php include'style.css';?>
</style>
<title>About us</title>
</head>
<body>
<?php include 'header.php';?>
<br>
<br>
<br>
<br>
<div class="hero-image" style="background-image: url('images/banner.jpg'); padding-top: 90px; padding-bottom: 90px">
<div class="banner">
<div class="container ">
<div class="row no-gutters slider-text align-items-center justify-content-center">
<div class="col-md-9 text-center">
<h1 class="mb-0 bread">About Us</h1>
<p class="breadcrumbs"><span class="mr-2"><a href="home.php">Home</a></span> <span>About</span></p>
</div>
</div>
</div>
</div>
</div>
<div class="container" style="padding-top: 90px; align: center;">
<div class="col-sm-12">
<img src="images/aboutus.jpg" class="img-fluid">
</div>
<div class="col-sm-12">
<br>
<h3>About Us</h3>
<p><small>MENS - A smart casual fashion retail brand for men is an abstract of our rich fashion retailing experience for more than two decades. Our continuing journey of creating success stories in men's wear business with years of expertise in fashion retailing and foreseeing the demand of value added products in the targeted market convinced us to established the new apparel retail brand.
The balancing act between the smart-casual divide is what can make us particular mode of attire and an uphill battle. Monark has emerged with trick to nailing smart or business casual to take its customer’s lead from the first word of this dress code. In terms of the finished products, we are ultimately leaning slightly to the smarter side of the spectrum, so tuck in that shirt, revamp your wardrobe and let’s begin this journey with us.</small></p>
<a href="contact.php" class="btn btn-secondary btn-sm">Contact Us</a>
</div>
</div>
<br>
<br>
<br>
<?php include 'footer.php';?>
</body>
</html>