-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
252 lines (236 loc) · 10.9 KB
/
index.html
File metadata and controls
252 lines (236 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<!-- Additional CSS must be placed after Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster|Open+Sans" />
<link rel="stylesheet" href="css/styles.css" />
<title>Jocose Tie Blog</title>
</head>
<body>
<header class="jumbotron jumbotron-fluid" id="hed">
<div class="container">
<div class="row">
<div class="col-4 col-sm-3 col-md-2 align-self-center">
<img src="Images/logo-icon.jpg" height="130" width="130" class="img-fluid" />
</div>
<div class="col">
<h1>Jocose Tie</h1>
<h3>Ties and bowties handcrafted with love</br>for passionate fashion lovers</h3>
</div>
<div class="col-md-4 col-xl-2 mt-4">
<a href="https://www.etsy.com/shop/JocoseTie?ref=search_shop_redirect" target="_blank"
class="btn btn-light btn-lg active" role="button" aria-pressed="true" id="headerA"><i
class="fa fa-shopping-bag"></i> <strong> </br>Visit our </br>Etsy shop</strong> </a>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-expand-sm navbar-light sticky-top">
<div class="container">
<a class="navbar-brand" href="#"></a><img src="images/logo-icon.jpg" height="30" width="30" /></a>
<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="#"></i> Home</a></li>
<li class="nav-item">
<a class="nav-link" href="women.html">WOMEN</a>
</li>
<li class="nav-item">
<a class="nav-link" href="men.html">MEN</a>
</li>
<li class="nav-item"><a class="nav-link" a class="nav-link" href="blog.html"></i>Blog</a></li>
</ul>
<span class="navbar-text ml-auto">
<a role="button" data-toggle="modal" id="loginButton">
<i class="fa fa-sign-in"></i> Login</a>
</span>
</div>
</div>
</nav>
<div>
<img src="Images/Screen Shot 2020-09-23 at 15.00.37.png" alt="">
</div>
<div id="loginModal" class="modal fade" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title">Login</h3>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="container-fluid">
<form>
<div class="form-row">
<div class="form-group col-12">
<label class="sr-only" for="loginEmail">Email address</label>
<input type="email" class="form-control form-control-sm" id="loginEmail" placeholder="Enter email">
</div>
<div class="form-group col-12">
<label class="sr-only" for="loginPassword">Password</label>
<input type="password" class="form-control form-control-sm" id="loginPassword"
placeholder="Password">
</div>
<div class="col">
<div class="form-check">
<input class="form-check-input" type="checkbox">
<label class="form-check-label"> Remember me
</label>
</div>
</div>
</div>
<div class="form-row">
<button type="button" class="btn btn-secondary btn-sm ml-auto" data-dismiss="modal">Cancel</button>
<button type="submit" class="btn btn-primary btn-sm ml-1">Sign in</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<section class="discover">
<div class="container" id="carso">
<div class="row align-items-center justify-content-center">
<h2 class="text-sm-right">Discover our Collection</h2>
</div>
</div>
</section>
<div class="container" style="padding-top: 30px;padding-bottom: 20px;">
<div class="row row-content">
<div class="col-md-8 mx-auto">
<div id="homeCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#homeCarousel" data-slide-to="0" class="active"></li>
<li data-target="#homeCarousel" data-slide-to="1"></li>
<li data-target="#homeCarousel" data-slide-to="2"></li>
<li data-target="#homeCarousel" data-slide-to="3"></li>
<li data-target="#homeCarousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/DSC_0890.jpg" alt="Floral & Birds necktie" />
<div class="carousel-caption">
<h3>Floral & Birds necktie</h3>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/IMG_3435.jpg" alt="Summer Flowers bow tie" />
<div class="carousel-caption">
<h3>Summer Flowers bow tie</h3>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/IMG_3443.jpg" alt="Purple flowers bow tie" />
<div class="carousel-caption">
<h3>Purple flowers bow tie</h3>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/DSC_0911.jpg" alt="Polka dot bow tie" />
<div class="carousel-caption">
<h3>Polka dot necktie</h3>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/DSC_0710.jpg" alt="Cluny lace bow tie" />
<div class="carousel-caption">
<h3>Cluny lace bow tie</h3>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#homeCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#homeCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
<span class="sr-only">Next</span>
</a>
<button class="btn btn-sm" id="carouselButton">
<i class="fa fa-pause"></i>
</button>
</div>
</div>
</div>
</div>
<section class="mid">
<div class="container">
<div class="row align-items-center justify-content-center">
<h2 class="text-sm-right text-light">&</h2>
</div>
</div>
</section>
<div class="container" id="about">
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card-header text-center about">
<h3>About us</h3>
</div>
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<p> <strong>Jocose Tie is Iveta and Helena</strong> <br>We are two friends and together we have totally
changed our work lives to follow our passion for handmade neckties. It all started when we ourselves
could not find original ties and bow ties for ladies and slowly we had to add men collections too
because our ladies customers missed original and well-made bow ties for their men.
<br>We love drawing own patterns, looking for or designing original fabrics, sewing our bow ties with
love and passion for all important details and we enjoy personal messages that we can hand print to
your bow tie label.
And if you don´t see exactly the right bow tie for you in our actual collection. Do not hesitate to
contact us and we will design the custom one for you.
Enjoy shopping with us!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row align-items-center justify-content-center">
<h2 class="text-sm-right text-light">&</h2>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-4 col-sm-2 offset-1">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="women.html">Women</a></li>
<li><a href="men.html">Men</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
<div class="col-4 col-sm-5 text-center">
<h5>Social</h5>
<a class="btn btn-social-icon btn-instagram" href="http://instagram.com/jocosetie_bowtie"><i
class="fa fa-instagram"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://facebook.com/jocoseTie"><i
class="fa fa-facebook"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/Jocose_Tie"><i
class="fa fa-twitter"></i></a>
</div>
<div class="col-sm-4 text-center contact">
<a role="button" class="btn btn-link text-white" href="tel:+420602709269"><i class="fa fa-phone"></i>
+420-602-709-269</a><br />
<a role="button" class="btn btn-link text-white" href="mailto:info@jocosetie.com"><i
class="fa fa-envelope-o"></i> info@jocosetie.com</a>
</div>
</div>
</div>
</footer>
<!-- jQuery must come first, then Popper.js, then the Bootstrap JavaScript plugins.-->
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>