-
Notifications
You must be signed in to change notification settings - Fork 0
/
shops.html
190 lines (163 loc) · 6.46 KB
/
shops.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
<!DOCTYPE html>
<html>
<head>
<title>Tailor Shops</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Modern+Antiqua" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="shops.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"data-toggle="collapse" data-target="#bs-nav-demo" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand"><i class="fas fa-user-tie"></i> TailorBD.com</a>
</div>
<div class="collapse navbar-collapse" id="bs-nav-demo">
<ul class="nav navbar-nav">
<li><a href="Home.html" target="_blank">Home</a></li>
<li class="active"><a href="shops.html" target="_blank">Tailor Shops</a></li>
<li><a href="about.html" target="_blank">About</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Welcome</a></li>
<li><a href="start.html" target="_blank">Logout <i class="fas fa-user"></i><hr></a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<input id="search" name="search" type="text" placeholder="search area"><button><i class="fas fa-search"></i></button>
<!-- jumbotron 1 -->
<div class="jumbotron">
<h1><i class="fab fa-black-tie"></i> Tailor Shops</h1>
<p>Shops where you can visit by sitting at your home</p>
</div>
<div class="row">
<div class="col-sm-10">
<div class="row">
<div class="col-sm-6">
<div class="thumbnail">
<a href="raymond.html" target="_blank"><img src="./IMG/raymond1.jpg"></a>
<h2>Raymond</h2>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail">
<a href="topten.html" target="_blank"><img src="./IMG/topten1.jpg"></a>
<h2>Top Ten</h2>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail">
<a href="dorjibari.html" target="_blank"><img src="./IMG/dorjibari.jpg"></a>
<h2>Dorjibari</h2>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail">
<a href="sunmoon.html" target="_blank"><img src="./IMG/sunmoon.jpg"></a>
<h2>Sunmoon</h2>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail">
<a href="belmonte.html" target="_blank"><img src="./IMG/belmonte.jpg"></a>
<h2>Belmonte</h2>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail">
<a href="catseye.html" target="_blank"><img src="./IMG/catseye.png"></a>
<h2>Cats Eye</h2>
</div>
</div>
</div>
</div>
<div class="col-sm-2">
<h2>Areas</h2>
<p><a href="#" target="_blank">Uttara</a></p>
<p><a href="#" target="_blank">Bashundhara</a></p>
<p><a href="#" target="_blank">Gulshan</a></p>
<p><a href="#" target="_blank">Banani</a></p>
<p><a href="#" target="_blank">Mohammadpur</a></p>
<p><a href="#" target="_blank">Mirpur</a></p>
<p><a href="#" target="_blank">Dhanmondi</a></p>
<p><a href="#" target="_blank">Farmgate</a></p>
<p><a href="#" target="_blank">Shahabag</a></p>
<p><a href="#" target="_blank">Kakrail</a></p>
<p><a href="#" target="_blank">Elefent Road</a></p>
<p><a href="#" target="_blank">Gulistan</a></p>
<p><a href="#" target="_blank">Jatrabari</a></p>
<p><a href="#" target="_blank">Malibag</a></p>
</div>
</div>
</div>
<!-- jumbotron -->
<div class="container">
<div class="jumbotron">
<div class="row">
<div class="col-lg-4">
<h4>TailorBD</h4>
<p><a href="#">About Us</a></p>
<p><a href="#">Contact Us</a></p>
<p><a href="#">Jobs</a></p>
</div>
<div class="col-lg-4">
<h4>Company Policy</h4>
<p><a href="#">Terms and Condition</a></p>
<p><a href="#">Privacy Policy</a></p>
</div>
<div class="col-lg-4">
<h4>Support</h4>
<p><a href="#">Troubleshooting</a></p>
<p><a href="#">FAQ</a></p>
<p><a href="#">Get Help</a></p>
</div>
</div>
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fas fa-arrow-alt-circle-up"></i></button>
<!-- footer -->
<div class="footer">
<p>Follow us on Social Media</p>
<div style="margin: 10px 0;">
<p>
<a href="https://www.facebook.com" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.gmail.com" target="_blank"><i class="fas fa-envelope"></i></a>
</p>
</div>
<p>Copyright <i class="far fa-copyright"></i> 2018 TailorBD.com. All rights reserved.</p>
<p>All works are property of their respective owners and may not be used elsewhere without written permission.</p>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- scroll to top button -->
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("myBtn").style.display = "block";
} else {
document.getElementById("myBtn").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>