-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreview.html
More file actions
439 lines (374 loc) · 13.7 KB
/
Copy pathreview.html
File metadata and controls
439 lines (374 loc) · 13.7 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
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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>review</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="nav">
<ul class="left" type="none" ">
<li><a href="project1.html">Go Back to Home</a></li>
</ul><br>
<figcaption class="capt">E Event</figcaption>
<hr>
</div>
<style>
body, html {
height: 100%;
margin: 0;
}
.bg {
/* The image used */
background-image: url("https://nextgeneventco.com/wp-content/uploads/Virtual-Events.png");
/* Full height */
height: 60%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
<div class="bg"></div>
</head>
<style>
h1 {
text-align: center;
}
</style>
<style>
.checked {
color: orange;
}
</style>
<body>
<h1>Review & Rating</h1>
<img src="E.Event.jpg" alt="E.Events" style="width:100px;height:100px";>
<big>E.Events</big><br>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span> 12,000+ Reviews <br>
<i class="far fa-bookmark">Save to my list</i><br>
<h2>Reviews and Rating</h2>
<p>Ratings and reviews are verified and are from the people who experienced the E.Events</p>
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial;
margin: 0 auto; /* Center website */
max-width: 800px; /* Max width */
padding: 20px;
}
.heading {
font-size: 25px;
margin-right: 25px;
}
.fa {
font-size: 25px;
}
.checked {
color: orange;
}
/* Three column layout */
.side {
float: left;
width: 15%;
margin-top:10px;
}
.middle {
margin-top:10px;
float: left;
width: 70%;
}
/* Place text to the right */
.right {
text-align: right;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* The bar container */
.bar-container {
width: 100%;
background-color: #f1f1f1;
text-align: center;
color: white;
}
/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #04AA6D;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}
/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
.side, .middle {
width: 100%;
}
.right {
display: none;
}
}
</style>
</head>
<body>
<span class="heading">User Rating</span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<p>4.1 average based on 12,000+ reviews.</p>
<hr style="border:3px solid #f1f1f1">
<div class="row">
<div class="side">
<div>5 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-5"></div>
</div>
</div>
<div class="side right">
<div>150</div>
</div>
<div class="side">
<div>4 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-4"></div>
</div>
</div>
<div class="side right">
<div>63</div>
</div>
<div class="side">
<div>3 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-3"></div>
</div>
</div>
<div class="side right">
<div>15</div>
</div>
<div class="side">
<div>2 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-2"></div>
</div>
</div>
<div class="side right">
<div>6</div>
</div>
<div class="side">
<div>1 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-1"></div>
</div>
</div>
<div class="side right">
<div>20</div>
</div>
</div><hr>
<div>
<style>
.chip {
display: inline-block;
padding: 0 25px;
height: 50px;
font-size: 16px;
line-height: 50px;
border-radius: 25px;
background-color: #f1f1f1;
}
.chip img {
float: left;
margin: 0 10px 0 -25px;
height: 50px;
width: 50px;
border-radius: 50%;
}
</style>
<br>
<div>
<form action="/action_page.php">
<input type="text" placeholder="Write your review">
<input type="button" onclick="alert('Submitted ')" value="Submit">
</form>
</div>
<br>
<div class="chip">
<img src="https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=1888&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Profile" width="96" height="96">
Soneo
</div>
</div>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star "></span>
<p>
Thank you for the outstanding work of the E.Events group. We had a wonderful time and could not imagine pulling off our meeting without the guidance of your staff. Simply put, they exceeded all our expectations and could not have been more patient or harder working on the (many) requests we made of them over the past few months. They are an amazing team!
<style>p {
text-indent: 100px;
}</style>
</p>
</body>
<small>Did you find this helpful?</small>
<input type="button" onclick="alert('Submitted ')" value="yes">
<input type="button" onclick="alert('Submitted ')" value="no">
<hr>
<br>
<div class="chip">
<img src="https://images.unsplash.com/photo-1492562080023-ab3db95bfbce?auto=format&fit=crop&q=80&w=2048&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Profile" width="96" height="96">
Eden
</div>
<br>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<p>
Thank you so much for such a fun-filled event and for playing a big role in connecting our whole company together while we are apart!</p>
<style>p {
text-indent: 100px;
}</style>
<small>Did you find this helpful?</small>
<input type="button" onclick="alert('Submitted ')" value="yes">
<input type="button" onclick="alert('Submitted ')" value="no">
<hr>
<br>
<div class="chip">
<img src="https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?auto=format&fit=crop&q=80&w=2071&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Profile" width="96" height="96">
Emelia
</div>
<br><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<p>
E.Event Solutions is a hands-on event company that takes care of all the details from A to Z. They are very good at working with your specific needs and budget in mind. The staff is fantastic, the food is great and they always have a variety of creative options to keep your guests entertained. Working with E.Event Solutions makes my job so much easier!
<style>p {
text-indent: 100px;
}</style>
</p>
<small>Did you find this helpful?</small>
<input type="button" onclick="alert('Submitted ')" value="yes">
<input type="button" onclick="alert('Submitted ')" value="no">
<hr>
<br>
<div class="chip">
<img src="https://images.unsplash.com/photo-1534614971-6be99a7a3ffd?auto=format&fit=crop&q=80&w=1887&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Profile" width="96" height="96">
Joseph
</div>
<br><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<p>
If you are planning an event in SoCal, I highly recommend this.
<style>p {
text-indent: 100px;
}</style>
</p>
<small>Did you find this helpful?</small>
<input type="button" onclick="alert('Submitted ')" value="yes">
<input type="button" onclick="alert('Submitted ')" value="no">
<hr>
<br>
<div class="chip">
<img src="https://images.unsplash.com/photo-1491438590914-bc09fcaaf77a?auto=format&fit=crop&q=80&w=2070&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Profile" width="96" height="96">
Astha Gosh
</div>
<br><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<p>
Thank you E.Events. our program went great. The staff was absolutely awesome, and we will definitely keep your group in mind for future events. We even spread the word to some of the family members in other industries. Thank you again. It was a phenomenal event!
<style>p {
text-indent: 100px;
}</style>
</p>
<small>Did you find this helpful?</small>
<input type="button" onclick="alert('Submitted ')" value="yes">
<input type="button" onclick="alert('Submitted ')" value="no">
<hr>
<br>
<div class="chip">
<img src="https://images.unsplash.com/photo-1504199367641-aba8151af406?auto=format&fit=crop&q=80&w=1887&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Profile" width="96" height="96">
Dany
</div>
<br><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<p>Thank you, Saturday’s event was very successful. The event space was decorated perfectly. E.Event Solutions was able to give us the “winter wonderland” theme we requested! The centerpieces turned out just as we imagined them to be.
<style>p {
text-indent: 100px;
}</style>
</p>
<small>Did you find this helpful?</small>
<input type="button" onclick="alert('Submitted ')" value="yes">
<input type="button" onclick="alert('Submitted ')" value="no">
<hr>
<br>
<div class="chip">
<img src="https://images.unsplash.com/photo-1601935111781-c9083ad09928?auto=format&fit=crop&q=80&w=2070&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Profile" width="96" height="96">
Anshul Sharma
</div>
<br><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star "></span>
<p>
<style>p {
text-indent: 100px;
}</style>
…I wanted to say thank you to you and the staff of E.Events. You have definitely created an enormous amount of confidence for us to use the company in the future. Jenny and I are truly looking forward to creating an amazing holiday party at the Peterson with you. Thank you for everything! I will be in touch with you soon to work on our holiday event.
</p>
<small>Did you find this helpful?</small>
<input type="button" onclick="alert('Submitted ')" value="yes">
<input type="button" onclick="alert('Submitted ')" value="no">
<hr>
<br>
<div class="chip">
<img src="https://images.unsplash.com/photo-1450609283058-0ec52fa7eac4?auto=format&fit=crop&q=80&w=2070&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Profile" width="96" height="96">
Indhu preet
</div>
<br><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<p>
<style>p {
text-indent: 100px;
}</style>
I do not even know how to BEGIN to thank your staff for all the incredible work put in over the past few months and particularly over the past few days. I am completely in awe of how on top of things you manage to be and how EASY you make things for me and my staff. Speaking of my staff, they all LOVE working with everyone at E.Events. I heard nothing but incredibly positive things over the past few days about their interactions with your staff members at events. I honestly don’t know how we could possibly do it without you. Your team really did an amazing job of pulling off an incredibly successful event.
</p>
<small>Did you find this helpful?</small>
<input type="button" onclick="alert('Submitted ')" value="yes">
<input type="button" onclick="alert('Submitted ')" value="no">
<hr>
<br>
</html>