-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (184 loc) · 7.77 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<title>
the Cafe
</title>
</head>
<body class='body'>
<div class = "container-fluid fixed-top bg-dark">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<div class="col-sm-3 col-md-3 col-lg-3">
<li class="nav-item active">
<a class="nav-link" href="#home">HOME <span class="sr-only">(current)</span></a>
</li>
</div>
<div class="col-sm-3 col-md-3 col-lg-3">
<li class="nav-item">
<a class="nav-link" href="#about-us">ABOUT</a>
</li>
</div>
<div class="col-sm-3 col-md-3 col-lg-3">
<li class="nav-item">
<a class="nav-link" href="#menu">MENU</a>
</li>
</div>
<div class="col-sm-3 col-md-3 col-lg-3">
<li class="nav-item">
<a class="nav-link" href="#location">WHERE</a>
</li>
</div>
</ul>
</div>
</nav>
</div>
<div class="main-show container-fluid">
<div class='name display-3 white' id="home">
<p>
the
<br/>
Cafe
</p>
</div>
<div class="highlighter white">
<h6>Open from 6am to 5pm</h6>
</div>
<div class="right-corner white">
<p>15 Adr street, 5015</p>
</div>
</div>
<div class='container col-sm-6 col-md-6 col-lg-6'>
<div id="about-us">
<div class="general-padding">
<div>
<center><h5 class="bg-blck white headings">ABOUT THE CAFE</h5></center>
</div>
</div>
<div>
<p>The Cafe was founded in blabla by Mr. Smith in lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<div>
<p>In addition to our full espresso and brew bar menu, we serve fresh made-to-order breakfast and lunch sandwiches, as well as a selection of sides and salads and other good stuff.</p>
</div>
<blockquote class="blockquote quote">
<p>"Use products from nature for what it's worth - but never too early, nor too late." Fresh is the new sweet.</p>
<footer class="blockquote-footer">Chef, Coffeeist and Owner: Liam Brown</footer>
</blockquote>
</div>
<div class="image-style">
<img src="http://cafe-colette.com/images/cafe-colette-gallery-09.jpg" style="width:100%;height:100%;">
</div>
<div class="general-padding">
<p>Opening hours: everyday from 6am to 5pm.</p>
<p>Address: 15 Adr street, 5015, NY </p>
</div>
<div class="general-padding">
<center><h5 class="bg-blck white headings">THE MENU</h5></center>
<div class="general-padding">
<div style="border: 1px solid #DCDCDC; ">
<div>
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#eat">Eat</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#drink">Drink</a>
</li>
</ul>
<div class="tab-content">
<div id="eat" class="container tab-pane active">
<div class="menu-style">
<p>Bread Basket</p>
<p class="subheading">Assortment of fresh baked fruit breads and muffins 5.50</p>
</div>
<div class="menu-style">
<p>Honey Almond Granola with Fruits</p>
<p class="subheading">Natural cereal of honey toasted oats, raisins, almonds and dates 7.00</p>
</div>
<div class="menu-style">
<p>Belgian Waffle</p>
<p class="subheading">Vanilla flavored batter with malted flour 7.50</p>
</div>
<div class="menu-style">
<p>Scrambled eggs</p>
<p class="subheading">Scrambled eggs, roasted red pepper and garlic, with green onions 7.50</p>
</div>
<div class="menu-style">
<p>Blueberry Pancakes</p>
<p class="subheading">With syrup, butter and lots of berries 8.50</p>
</div>
</div>
<div id="drink" class="container tab-pane fade">
<div class="menu-style">
<p>Coffee</p>
<p class="subheading">Regular coffee 2.50</p>
</div>
<div class="menu-style">
<p>Chocolato</p>
<p class="subheading">Chocolate espresso with milk 4.50</p>
</div>
<div class="menu-style">
<p>Corretto</p>
<p class="subheading">Whiskey and coffee 5.00</p>
</div>
<div class="menu-style">
<p>Iced tea</p>
<p class="subheading">Hot tea, except not hot 3.00 </p>
</div>
<div class="menu-style">
<p>Soda</p>
<p class="subheading">Coke, Sprite, Fanta, etc. 2.50</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<img src="https://media.istockphoto.com/photos/coffee-in-a-row-picture-id610970166?k=6&m=610970166&s=612x612&w=0&h=VybNsUHvPjTHtVPdIQnb0XAhgziUvTIIR002H4oNnPE=" style="width:100%;height:100%;">
</div>
<div class="general-padding" id="location">
<div>
<center><h4 class="bg-blck white headings"> WHERE TO FIND US</h4></center>
</div>
<div style="padding: 50px 0px 0px 0px;">
<p>Find us at some address at some place.</p>
<img src="https://cdn-images-1.medium.com/max/667/1*6ce1Cw4vvB_JnINlrj7uXw.png" style="width:100%;height:20%;">
</div>
</div>
<div>
<div><span class="white" style="background-color: #000000;">FYI!</span> We offer full-service catering for any event, large or small. We understand your needs and we will cater the food to satisfy the biggerst criteria of them all, both look and taste. </div>
<div class="general-padding">Reserve a table, ask for today's special or just send us a message: </div>
<form>
<div class="form-group">
<input type="text" class="form-control" id="name" placeholder="Name">
</div>
<div class="form-group">
<input type="number" class="form-control" id="count" placeholder="How Many People">
</div>
<div class="form-group">
<input type="datetime-local" class="form-control" id="date" placeholder="Date">
</div>
<div class="form-group">
<input type="text" class="form-control" id="message" placeholder="Message/Special Requirements">
</div>
<button type="submit" class="btn btn-dark">Send Message</button>
</form>
</div>
</div>
</div>
</div>
<div class="container-fluid" style="padding: 50px 0px 40px 0px; background-color: #f1f1f1;">
<center><p>Powered by Bootstrap</p></center>
</div>
</body>
</html>