-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
300 lines (282 loc) · 13.2 KB
/
index.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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sample Template</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="includes/css/style.css">
</head>
<body>
<header>
<div class="pad"></div>
<div class="logo">
<!-- <div >-->
<img src="includes/images/logo.png">
<!-- </div>-->
</div>
<div>
<div class="header--nav">
<div class="header--nav_item"><a href="">Home</a></div>
<div class="header--nav_item"><a href="">About</a></div>
<div class="header--nav_item"><a href="">Contact</a></div>
<div class="header--nav_item"><a href="">Join Us</a></div>
<div class="header--nav_item"><a href="">Mission</a></div>
</div>
<div class="header__text">
Your text here
</div>
</div>
<div class="pad"></div>
</header>
<nav>
<div class="pad"></div>
<div class="navigation_bar">
<div class="navigation_bar--item">
<div class="dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown">
Dropdown
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link 1</a>
<a class="dropdown-item" href="#">Link 2</a>
<a class="dropdown-item" href="#">Link 3</a>
</div>
</div>
</div>
<div class="navigation_bar--item">
<div class="dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown">
Dropdown
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link 1</a>
<a class="dropdown-item" href="#">Link 2</a>
<a class="dropdown-item" href="#">Link 3</a>
</div>
</div>
</div>
<div class="navigation_bar--item">
<div class="dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown">
Dropdown
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link 1</a>
<a class="dropdown-item" href="#">Link 2</a>
<a class="dropdown-item" href="#">Link 3</a>
</div>
</div>
</div>
<div class="navigation_bar--item">
<button class="btn">
New Link
</button>
</div>
</div>
<div class="pad"></div>
</nav>
<section>
<div class="pad"></div>
<!-- carousel-->
<div class="slider">
<!--Carousel Wrapper-->
<div id="carousel-example-1z" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1z" data-slide-to="1"></li>
<li data-target="#carousel-example-1z" data-slide-to="2"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<img class="d-block w-100" src="https://mdbootstrap.com/img/Photos/Slides/img%20(130).jpg" alt="First slide">
<div class="carousel-caption">
<h3>Image Caption</h3>
<p>We had such a great time in LA!</p>
</div>
</div>
<!--/First slide-->
<!--Second slide-->
<div class="carousel-item">
<img class="d-block w-100" src="includes/images/carousel-1.jpg">
<div class="carousel-caption">
<h3>Los Angeles</h3>
<p>Write your caption line here</p>
</div>
</div>
<!--/Second slide-->
<!--Third slide-->
<div class="carousel-item">
<img class="d-block w-100" src="includes/images/carousel-2.jpg" alt="Third slide">
<div class="carousel-caption">
<h3>Los Angeles</h3>
<p>Live Simple, Be Professional</p>
</div>
</div>
<!--/Third slide-->
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-1z" role="button" data-slide="prev">
<!-- <span class="carousel-control-prev-icon" aria-hidden="true"></span>-->
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-1z" role="button" data-slide="next">
<!-- <span class="carousel-control-next-icon" aria-hidden="true"></span>-->
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
<!-- carousel end-->
</div>
<div class="pad"></div>
</section>
<main>
<div class="pad"></div>
<div class="sidebar__left">
<div class="sidebar__left--heading">
Featured Topic
</div>
<div class="sidebar__left--content">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Suscipit id obcaecati veritatis omnis optio labore, tempora repellendus ullam molestias commodi quibusdam alias repudiandae mollitia praesentium quos deserunt provident quae? Vero.
</div>
</div>
<div class="main">
<div class="main--box">
<div class="main--box__heading">
23 Vegan Apple Recipes for Fall
</div>
<div class="main--box__content">
Apple Season Bliss. I actually think New York City has an epic apple season. I remember walking home from the Union Square Greenmarket with a giant HEAVY canvas bag of giant apples. I always pick out the largest apples I can find. Anyone else do that?
</div>
<div class="main--box__link">
<a href="">Read More -></a>
</div>
</div>
<div class="main--box">
<div class="main--box__heading">
Party-Ready Cashew Cheese Spread
</div>
<div class="main--box__content">
Apple Season Bliss. I actually think New York City has an epic apple season. I remember walking home from the Union Square Greenmarket with a giant HEAVY canvas bag of giant apples. I always pick out the largest apples I can find. Anyone else do that?
</div>
<div class="main--box__link">
<a href="">Read More -></a>
</div>
</div>
<div class="main--box">
<div class="main--box__heading">
Chipotle Maple Tofu Tacos
</div>
<div class="main--box__content">
These Chipotle Maple Tofu Tacos with spinach and smashed avocado, fresh lime juice on top are an easy and satisfying plant-based, protein-rich meal. This spicy-sweet tofu is the perfect filling to mingle with buttery avocado and a light layer of healthy greens. I love to serve my tacos with hot sauce and vegan sour cream, ranch or mayo on top.
</div>
<div class="main--box__link">
<a href="">Read More -></a>
</div>
</div>
<div class="main--box">
<div class="main--box__heading">
23 Vegan Apple Recipes for Fall
</div>
<div class="main--box__content">
Apple Season Bliss. I actually think New York City has an epic apple season. I remember walking home from the Union Square Greenmarket with a giant HEAVY canvas bag of giant apples. I always pick out the largest apples I can find. Anyone else do that?
</div>
<div class="main--box__link">
<a href="">Read More -></a>
</div>
</div>
<div class="main--box">
<div class="main--box__heading">
Party-Ready Cashew Cheese Spread
</div>
<div class="main--box__content">
Apple Season Bliss. I actually think New York City has an epic apple season. I remember walking home from the Union Square Greenmarket with a giant HEAVY canvas bag of giant apples. I always pick out the largest apples I can find. Anyone else do that?
</div>
<div class="main--box__link">
<a href="">Read More -></a>
</div>
</div>
<div class="main--box">
<div class="main--box__heading">
Chipotle Maple Tofu Tacos
</div>
<div class="main--box__content">
These Chipotle Maple Tofu Tacos with spinach and smashed avocado, fresh lime juice on top are an easy and satisfying plant-based, protein-rich meal. This spicy-sweet tofu is the perfect filling to mingle with buttery avocado and a light layer of healthy greens. I love to serve my tacos with hot sauce and vegan sour cream, ranch or mayo on top.
</div>
<div class="main--box__link">
<a href="">Read More -></a>
</div>
</div>
</div>
<div class="sidebar__right">
<div class="sidebar__right--heading">
Featured Topic
</div>
<div class="sidebar__right--content">
<ul>
<li><a href="#">Heading </a> </li>
<li><a href="#">Topic to show</a> </li>
<li><a href="#">Other Heading</a> </li>
<li><a href="#">Lorem Ipsom</a> </li>
<li><a href="#">Other Heading</a> </li>
</ul>
</div>
</div>
<div class="pad"></div>
</main>
<footer>
<div class="pad"></div>
<div>
<div class="footer--logo">
<img src="includes/images/logo.png" alt="">
</div>
<div class="footer--company_detail">
Address: JAYPEE INSTITUTE OF INFORMATION TECHNOLOGY A 10 SEC 62, Ghaziabad, Uttar Pradesh 201309
<br>
<br>
Contact: +91-9897XXX629
<br><br>
Email: [email protected]
</div>
</div>
<div>
<div class="footer-2">
Follow Us On
<ul>
<li><a href="https://www.facebook.com/">Facebook<i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://twitter.com/login">Twitter<i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://plus.google.com/discover">Google Plus<i class="fab fa-google-plus-square"></i></a></li>
<li><a href="https://www.youtube.com/signin">Youtube<i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
<div>
<div class="footer--3">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Officia aut modi asperiores fuga vel tempore explicabo fugiat velit quasi provident. Consequuntur unde maxime quidem in possimus consequatur earum aliquid nesciunt!
<br>
<br>
<br>
Porro quas sed libero nesciunt, aperiam. Nulla nesciunt consequatur rem, non beatae, ab sed eius natus suscipit, nemo accusamus officia quidem nisi.
</div>
</div>
<div>
<div class="footer--4">
WE BELEIVE IN QUALITY.
<br>
WRITE YOUR TEXT HERE.
</div>
</div>
<div class="pad"></div>
</footer>
</body>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
</html>