iceholidays-frontend 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/builds/iceholidays/frontend/5star-GEMYV5WA.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/Frame71-U6FKYUGB.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/Layer_1-24HTXUKI.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/Rectangle49-SVQRLXW6.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/africa-HBPEOBHM.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/application.js +227 -40753
- data/app/assets/builds/iceholidays/frontend/application.js.map +4 -4
- data/app/assets/builds/iceholidays/frontend/banner1-OM6SQ5GW.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/china-DX6D6FE2.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/china2-FESATHUH.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/chongqing-CCJWJDUN.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/guangzhou-JGSVPIYY.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/guilin-AXXU7K32.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/harbin-2YJL7HHH.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/hongkong-IPUEZ35P.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/inner_mongolia-EURVGQVT.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/jiangxi-DTEOQGIY.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/kenya-F5ZJOIBS.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/kenya2-CCJWJDUN.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/kunming-OCHNG2UW.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/slikroad-CVUSDDRO.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/southafrica-HBPEOBHM.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/tanzania-VJSRMTCY.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/uganda-H4JWFN3A.digested.png +0 -0
- data/app/assets/images/iceholidays/frontend/china.png +0 -0
- data/app/assets/stylesheets/iceholidays/frontend/application.scss +85 -25
- data/app/javascript/react/components/Destinations.tsx +49 -26
- data/app/javascript/react/components/HomepageBanner.tsx +26 -7
- data/app/javascript/react/components/Testimonials.tsx +4 -2
- data/lib/iceholidays/frontend/version.rb +1 -1
- metadata +24 -4
- data/app/assets/builds/iceholidays/frontend/banner01-MY5H645U.digested.png +0 -0
- data/app/assets/builds/iceholidays/frontend/banner02-2GQQYFI3.digested.png +0 -0
- data/app/assets/images/iceholidays/frontend/china.jpeg +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
*= require_self
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
@import url("
|
|
17
|
+
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
|
18
|
+
|
|
19
|
+
$font-default: Poppins, san-serif;
|
|
18
20
|
|
|
19
21
|
.ant-tabs >.ant-tabs-nav{
|
|
20
22
|
margin: 0;
|
|
@@ -40,7 +42,7 @@
|
|
|
40
42
|
|
|
41
43
|
.ant-tabs-tab-btn {
|
|
42
44
|
text-transform: uppercase;
|
|
43
|
-
font-family:
|
|
45
|
+
font-family: $font-default;
|
|
44
46
|
font-size: 20px;
|
|
45
47
|
font-weight: 400;
|
|
46
48
|
line-height: 30px;
|
|
@@ -127,6 +129,15 @@ body{
|
|
|
127
129
|
.nav-menu a{
|
|
128
130
|
color: white;
|
|
129
131
|
text-transform: uppercase;
|
|
132
|
+
font-family: $font-default;
|
|
133
|
+
font-size: 16px;
|
|
134
|
+
font-weight: 500;
|
|
135
|
+
line-height: 24px;
|
|
136
|
+
letter-spacing: 0.05em;
|
|
137
|
+
text-align: left;
|
|
138
|
+
text-underline-position: from-font;
|
|
139
|
+
text-decoration-skip-ink: none;
|
|
140
|
+
|
|
130
141
|
}
|
|
131
142
|
|
|
132
143
|
#left-menu{
|
|
@@ -142,7 +153,7 @@ body{
|
|
|
142
153
|
left: 568px;
|
|
143
154
|
gap: 0px;
|
|
144
155
|
opacity: 0px;
|
|
145
|
-
z-index:
|
|
156
|
+
z-index: 2;
|
|
146
157
|
}
|
|
147
158
|
|
|
148
159
|
#right-menu{
|
|
@@ -173,7 +184,7 @@ body{
|
|
|
173
184
|
}
|
|
174
185
|
|
|
175
186
|
#get-brochure span{
|
|
176
|
-
font-family:
|
|
187
|
+
font-family: $font-default;
|
|
177
188
|
font-size: 14px;
|
|
178
189
|
font-weight: 500;
|
|
179
190
|
line-height: 21px;
|
|
@@ -193,17 +204,66 @@ body{
|
|
|
193
204
|
position: absolute;
|
|
194
205
|
display: flex;
|
|
195
206
|
justify-content: center;
|
|
207
|
+
z-index: 1;
|
|
196
208
|
}
|
|
197
209
|
|
|
198
210
|
#search-bar-widget{
|
|
199
211
|
width: 427px;
|
|
200
|
-
|
|
201
|
-
padding:
|
|
212
|
+
height: 60px;
|
|
213
|
+
padding: 10px 0px 15px 0px;
|
|
202
214
|
gap: 7px;
|
|
203
215
|
opacity: 0px;
|
|
204
216
|
background: #F7F4EB;
|
|
217
|
+
|
|
218
|
+
.ant-space{
|
|
219
|
+
justify-content: center;
|
|
220
|
+
width: 100%;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.ant-form-item{
|
|
224
|
+
margin: 0;
|
|
225
|
+
|
|
226
|
+
.ant-form-item-label{
|
|
227
|
+
padding-bottom: 3px;
|
|
228
|
+
|
|
229
|
+
label{
|
|
230
|
+
font-family: Poppins;
|
|
231
|
+
font-size: 12px;
|
|
232
|
+
font-weight: 400;
|
|
233
|
+
line-height: 16.5px;
|
|
234
|
+
letter-spacing: 0.05em;
|
|
235
|
+
text-align: left;
|
|
236
|
+
text-underline-position: from-font;
|
|
237
|
+
text-decoration-skip-ink: none;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.search-button{
|
|
243
|
+
background: #AA853E;
|
|
244
|
+
border-radius: 20px;
|
|
245
|
+
|
|
246
|
+
span{
|
|
247
|
+
font-family: Poppins;
|
|
248
|
+
font-size: 12px;
|
|
249
|
+
font-weight: 600;
|
|
250
|
+
line-height: 18px;
|
|
251
|
+
text-align: center;
|
|
252
|
+
text-underline-position: from-font;
|
|
253
|
+
text-decoration-skip-ink: none;
|
|
254
|
+
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.ant-picker .ant-picker-input span.ant-picker-suffix {
|
|
259
|
+
margin-left: 1px;
|
|
260
|
+
margin-right: 10px;
|
|
261
|
+
order: -1;
|
|
262
|
+
color: #AA853E;
|
|
263
|
+
}
|
|
205
264
|
}
|
|
206
265
|
|
|
266
|
+
|
|
207
267
|
.flip{
|
|
208
268
|
-webkit-transform: scaleX(-1);
|
|
209
269
|
transform: scaleX(-1);
|
|
@@ -231,7 +291,7 @@ body{
|
|
|
231
291
|
}
|
|
232
292
|
|
|
233
293
|
#tagline span{
|
|
234
|
-
font-family:
|
|
294
|
+
font-family: $font-default;
|
|
235
295
|
font-size: 45px;
|
|
236
296
|
font-weight: 600;
|
|
237
297
|
line-height: 69px;
|
|
@@ -250,7 +310,7 @@ body{
|
|
|
250
310
|
}
|
|
251
311
|
|
|
252
312
|
#popular-destinations h1{
|
|
253
|
-
font-family:
|
|
313
|
+
font-family: $font-default;
|
|
254
314
|
font-size: 45px;
|
|
255
315
|
font-weight: 200;
|
|
256
316
|
line-height: 67.5px;
|
|
@@ -263,7 +323,7 @@ body{
|
|
|
263
323
|
|
|
264
324
|
|
|
265
325
|
.top-cities h2{
|
|
266
|
-
font-family:
|
|
326
|
+
font-family: $font-default;
|
|
267
327
|
font-size: 30px;
|
|
268
328
|
font-weight: 600;
|
|
269
329
|
line-height: 45px;
|
|
@@ -317,7 +377,7 @@ body{
|
|
|
317
377
|
}
|
|
318
378
|
|
|
319
379
|
.city-details .city-name{
|
|
320
|
-
font-family:
|
|
380
|
+
font-family: $font-default;
|
|
321
381
|
font-size: 20px;
|
|
322
382
|
font-weight: 400;
|
|
323
383
|
line-height: 30px;
|
|
@@ -330,7 +390,7 @@ color: #FFFFFF;
|
|
|
330
390
|
}
|
|
331
391
|
|
|
332
392
|
.city-details .tour-count{
|
|
333
|
-
font-family:
|
|
393
|
+
font-family: $font-default;
|
|
334
394
|
font-size: 14px;
|
|
335
395
|
font-weight: 400;
|
|
336
396
|
line-height: 21px;
|
|
@@ -394,7 +454,7 @@ cursor: pointer;
|
|
|
394
454
|
}
|
|
395
455
|
|
|
396
456
|
#testimonial #testimonial-header>span{
|
|
397
|
-
font-family:
|
|
457
|
+
font-family: $font-default;
|
|
398
458
|
font-size: 45px;
|
|
399
459
|
font-weight: 200;
|
|
400
460
|
line-height: 67.5px;
|
|
@@ -462,7 +522,7 @@ height: 26.5px;
|
|
|
462
522
|
|
|
463
523
|
}
|
|
464
524
|
.itinerary-summary span{
|
|
465
|
-
font-family:
|
|
525
|
+
font-family: $font-default;
|
|
466
526
|
font-size: 12px;
|
|
467
527
|
font-weight: 500;
|
|
468
528
|
line-height: 18px;
|
|
@@ -475,7 +535,7 @@ color: #AA853E;
|
|
|
475
535
|
}
|
|
476
536
|
|
|
477
537
|
.comment span{
|
|
478
|
-
font-family:
|
|
538
|
+
font-family: $font-default;
|
|
479
539
|
font-size: 14px;
|
|
480
540
|
font-style: italic;
|
|
481
541
|
font-weight: 200;
|
|
@@ -487,7 +547,7 @@ color: #AA853E;
|
|
|
487
547
|
}
|
|
488
548
|
|
|
489
549
|
.customer-name span{
|
|
490
|
-
font-family:
|
|
550
|
+
font-family: $font-default;
|
|
491
551
|
font-size: 20px;
|
|
492
552
|
font-weight: 400;
|
|
493
553
|
line-height: 30px;
|
|
@@ -498,7 +558,7 @@ text-decoration-skip-ink: none;
|
|
|
498
558
|
|
|
499
559
|
}
|
|
500
560
|
.more-cities h2{
|
|
501
|
-
font-family:
|
|
561
|
+
font-family: $font-default;
|
|
502
562
|
font-size: 30px;
|
|
503
563
|
font-weight: 600;
|
|
504
564
|
line-height: 45px;
|
|
@@ -514,7 +574,7 @@ text-decoration-skip-ink: none;
|
|
|
514
574
|
gap: 10px;
|
|
515
575
|
|
|
516
576
|
a{
|
|
517
|
-
font-family:
|
|
577
|
+
font-family: $font-default;
|
|
518
578
|
font-size: 18px;
|
|
519
579
|
font-weight: 400;
|
|
520
580
|
line-height: 27px;
|
|
@@ -567,7 +627,7 @@ text-decoration-skip-ink: none;
|
|
|
567
627
|
}
|
|
568
628
|
|
|
569
629
|
.city-name{
|
|
570
|
-
font-family:
|
|
630
|
+
font-family: $font-default;
|
|
571
631
|
font-size: 20px;
|
|
572
632
|
font-weight: 400;
|
|
573
633
|
line-height: 30px;
|
|
@@ -580,7 +640,7 @@ text-decoration-skip-ink: none;
|
|
|
580
640
|
|
|
581
641
|
.tour-count{
|
|
582
642
|
width: 40px;
|
|
583
|
-
font-family:
|
|
643
|
+
font-family: $font-default;
|
|
584
644
|
font-size: 12px;
|
|
585
645
|
font-weight: 400;
|
|
586
646
|
line-height: 21px;
|
|
@@ -607,7 +667,7 @@ text-decoration-skip-ink: none;
|
|
|
607
667
|
}
|
|
608
668
|
|
|
609
669
|
#about-signature-tours h1{
|
|
610
|
-
font-family:
|
|
670
|
+
font-family: $font-default;
|
|
611
671
|
font-size: 45px;
|
|
612
672
|
font-weight: 200;
|
|
613
673
|
line-height: 67.5px;
|
|
@@ -646,7 +706,7 @@ text-decoration-skip-ink: none;
|
|
|
646
706
|
}
|
|
647
707
|
|
|
648
708
|
#st-brand span{
|
|
649
|
-
font-family:
|
|
709
|
+
font-family: $font-default;
|
|
650
710
|
font-size: 20px;
|
|
651
711
|
font-weight: 400;
|
|
652
712
|
line-height: 30px;
|
|
@@ -674,7 +734,7 @@ text-decoration-skip-ink: none;
|
|
|
674
734
|
}
|
|
675
735
|
|
|
676
736
|
#about-signature-tours p{
|
|
677
|
-
font-family:
|
|
737
|
+
font-family: $font-default;
|
|
678
738
|
font-size: 18px;
|
|
679
739
|
font-weight: 200;
|
|
680
740
|
line-height: 27px;
|
|
@@ -703,7 +763,7 @@ text-decoration-skip-ink: none;
|
|
|
703
763
|
}
|
|
704
764
|
|
|
705
765
|
#footer .link-group-title{
|
|
706
|
-
font-family:
|
|
766
|
+
font-family: $font-default;
|
|
707
767
|
font-size: 15px;
|
|
708
768
|
font-weight: 400;
|
|
709
769
|
line-height: 22.5px;
|
|
@@ -741,7 +801,7 @@ text-decoration-skip-ink: none;
|
|
|
741
801
|
}
|
|
742
802
|
|
|
743
803
|
#footer-links a{
|
|
744
|
-
font-family:
|
|
804
|
+
font-family: $font-default;
|
|
745
805
|
font-size: 18px;
|
|
746
806
|
font-weight: 500;
|
|
747
807
|
line-height: 36px;
|
|
@@ -776,7 +836,7 @@ opacity: 0px;
|
|
|
776
836
|
position: absolute;
|
|
777
837
|
}
|
|
778
838
|
#copyright span{
|
|
779
|
-
font-family:
|
|
839
|
+
font-family: $font-default;
|
|
780
840
|
font-size: 14px;
|
|
781
841
|
font-weight: 400;
|
|
782
842
|
line-height: 16.93px;
|
|
@@ -1,48 +1,71 @@
|
|
|
1
1
|
import { Tabs, TabsProps } from "antd";
|
|
2
2
|
import React from "react";
|
|
3
|
+
import africa from "../../../assets/images/iceholidays/frontend/africa.png";
|
|
4
|
+
|
|
5
|
+
import kenya from "../../../assets/images/iceholidays/frontend/kenya.png";
|
|
6
|
+
import kenya2 from "../../../assets/images/iceholidays/frontend/kenya2.png";
|
|
7
|
+
import southafrica from "../../../assets/images/iceholidays/frontend/southafrica.png";
|
|
8
|
+
|
|
9
|
+
import tanzania from "../../../assets/images/iceholidays/frontend/tanzania.png";
|
|
10
|
+
import uganda from "../../../assets/images/iceholidays/frontend/uganda.png";
|
|
11
|
+
|
|
12
|
+
import china from "../../../assets/images/iceholidays/frontend/china.png";
|
|
13
|
+
import china2 from "../../../assets/images/iceholidays/frontend/china2.png";
|
|
14
|
+
import chongqing from "../../../assets/images/iceholidays/frontend/chongqing.png";
|
|
15
|
+
import guangzhou from "../../../assets/images/iceholidays/frontend/guangzhou.png";
|
|
16
|
+
|
|
17
|
+
import frame71 from "../../../assets/images/iceholidays/frontend/Frame71.png";
|
|
18
|
+
import guilin from "../../../assets/images/iceholidays/frontend/guilin.png";
|
|
19
|
+
import hongkong from "../../../assets/images/iceholidays/frontend/hongkong.png";
|
|
20
|
+
import harbin from "../../../assets/images/iceholidays/frontend/harbin.png";
|
|
21
|
+
import inner_mongolia from "../../../assets/images/iceholidays/frontend/inner_mongolia.png";
|
|
22
|
+
import jiangxi from "../../../assets/images/iceholidays/frontend/jiangxi.png";
|
|
23
|
+
import kunming from "../../../assets/images/iceholidays/frontend/kunming.png";
|
|
24
|
+
import slikroad from "../../../assets/images/iceholidays/frontend/slikroad.png";
|
|
25
|
+
|
|
3
26
|
|
|
4
27
|
const countries = [
|
|
5
28
|
{
|
|
6
29
|
name: "Africa",
|
|
7
|
-
image:
|
|
8
|
-
image2:
|
|
30
|
+
image: africa,
|
|
31
|
+
image2: africa,
|
|
9
32
|
topCities: [{
|
|
10
33
|
name: "Kenya",
|
|
11
|
-
image:
|
|
12
|
-
image2:
|
|
34
|
+
image: kenya,
|
|
35
|
+
image2: kenya2,
|
|
13
36
|
},
|
|
14
37
|
{
|
|
15
38
|
name: "South Africa",
|
|
16
|
-
image:
|
|
39
|
+
image: southafrica,
|
|
17
40
|
},
|
|
18
41
|
{
|
|
19
42
|
name: "Tanzania",
|
|
20
|
-
image:
|
|
43
|
+
image: tanzania,
|
|
21
44
|
},
|
|
22
45
|
{
|
|
23
46
|
name: "Uaganda",
|
|
24
|
-
image:
|
|
47
|
+
image: uganda,
|
|
25
48
|
}]
|
|
26
49
|
},
|
|
27
50
|
{
|
|
28
51
|
name: "China",
|
|
29
|
-
image:
|
|
30
|
-
image2:
|
|
52
|
+
image: china,
|
|
53
|
+
image2: china2,
|
|
31
54
|
topCities: [{
|
|
32
55
|
name: "Chong Qing",
|
|
33
|
-
image:
|
|
56
|
+
image: chongqing,
|
|
34
57
|
},
|
|
35
58
|
{
|
|
36
59
|
name: "Guangzhou",
|
|
37
|
-
image:
|
|
60
|
+
image: guangzhou,
|
|
38
61
|
},
|
|
39
62
|
{
|
|
40
63
|
name: "Guilin",
|
|
41
|
-
image:
|
|
64
|
+
image: guilin,
|
|
42
65
|
},
|
|
43
66
|
{
|
|
44
67
|
name: "Hongkong",
|
|
45
|
-
image:
|
|
68
|
+
image: hongkong,
|
|
46
69
|
}],
|
|
47
70
|
moreCities: [
|
|
48
71
|
"Leizhou", "Ningxia", "Qinghai", "Shanghai", "Tibet", "Xiamen", "Yunnan"
|
|
@@ -50,23 +73,23 @@ const countries = [
|
|
|
50
73
|
tours: [
|
|
51
74
|
{
|
|
52
75
|
name: "Harbin",
|
|
53
|
-
image:
|
|
76
|
+
image: harbin,
|
|
54
77
|
},
|
|
55
78
|
{
|
|
56
79
|
name: "Inner Mongolia",
|
|
57
|
-
image:
|
|
80
|
+
image: inner_mongolia,
|
|
58
81
|
},
|
|
59
82
|
{
|
|
60
83
|
name: "Jiangxi",
|
|
61
|
-
image:
|
|
84
|
+
image: jiangxi,
|
|
62
85
|
},
|
|
63
86
|
{
|
|
64
87
|
name: "Kun Ming",
|
|
65
|
-
image:
|
|
88
|
+
image: kunming,
|
|
66
89
|
},
|
|
67
90
|
{
|
|
68
91
|
name: "Silk Road",
|
|
69
|
-
image:
|
|
92
|
+
image: slikroad,
|
|
70
93
|
}
|
|
71
94
|
]
|
|
72
95
|
},
|
|
@@ -100,11 +123,11 @@ function Destinations(){
|
|
|
100
123
|
<div>
|
|
101
124
|
<div className="country-info">
|
|
102
125
|
<img className="country-image"
|
|
103
|
-
src={
|
|
104
|
-
onMouseOver={e => (e.currentTarget.src =
|
|
105
|
-
onMouseOut={e => (e.currentTarget.src =
|
|
126
|
+
src={`${country.image}`}
|
|
127
|
+
onMouseOver={e => (e.currentTarget.src = `${country.image2}`)}
|
|
128
|
+
onMouseOut={e => (e.currentTarget.src = `${country.image}`)}/>
|
|
106
129
|
<h1 className="country-name"> {country.name} </h1>
|
|
107
|
-
<img className="bottom-logo" src={
|
|
130
|
+
<img className="bottom-logo" src={frame71}></img>
|
|
108
131
|
</div>
|
|
109
132
|
{
|
|
110
133
|
country.topCities?.length &&
|
|
@@ -116,9 +139,9 @@ function Destinations(){
|
|
|
116
139
|
return (
|
|
117
140
|
<div key={index} className="city-cover">
|
|
118
141
|
<img
|
|
119
|
-
src={
|
|
120
|
-
onMouseOver={e => (e.currentTarget.src =
|
|
121
|
-
onMouseOut={e => (e.currentTarget.src =
|
|
142
|
+
src={`${city.image}`}
|
|
143
|
+
onMouseOver={e => (e.currentTarget.src = `${city.image2}`)}
|
|
144
|
+
onMouseOut={e => (e.currentTarget.src = `${city.image}`)}/>
|
|
122
145
|
<div className="city-details">
|
|
123
146
|
<span className="city-name">{city.name}</span>
|
|
124
147
|
<span className="tour-count">1 Tour</span>
|
|
@@ -150,7 +173,7 @@ function Destinations(){
|
|
|
150
173
|
<div className="other-tours">
|
|
151
174
|
{
|
|
152
175
|
country.tours?.map((tour, index)=>{
|
|
153
|
-
return <div key={index} className={"tour-story"} style={{backgroundImage:`linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url("
|
|
176
|
+
return <div key={index} className={"tour-story"} style={{backgroundImage:`linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%), url("${tour.image}")`}}>
|
|
154
177
|
<div className="tour-detail">
|
|
155
178
|
<span className="city-name"> {tour.name} </span>
|
|
156
179
|
<span className="tour-count"> 1 tour </span>
|
|
@@ -1,21 +1,40 @@
|
|
|
1
|
-
import { Carousel, Image } from "antd";
|
|
1
|
+
import { Button, Carousel, DatePicker, Form, Image, Input, Space } from "antd";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import banner1 from "../../../assets/images/iceholidays/frontend/banner1.png"
|
|
4
|
-
import banner2 from "../../../assets/images/iceholidays/frontend/banner2.png"
|
|
3
|
+
import banner1 from "../../../assets/images/iceholidays/frontend/banner1.png";
|
|
4
|
+
import banner2 from "../../../assets/images/iceholidays/frontend/banner2.png";
|
|
5
|
+
import reactangle from "../../../assets/images/iceholidays/frontend/Rectangle49.png";
|
|
6
|
+
|
|
5
7
|
const banners = [
|
|
6
|
-
{file:
|
|
8
|
+
{file: banner1},
|
|
7
9
|
{file: banner2},
|
|
8
10
|
]
|
|
9
11
|
|
|
12
|
+
|
|
10
13
|
function HomepageBanner(){
|
|
14
|
+
const [form] = Form.useForm();
|
|
11
15
|
return (
|
|
12
16
|
<div id="cover">
|
|
13
17
|
<div id="search-bar">
|
|
14
|
-
{
|
|
18
|
+
<img src={reactangle}/>
|
|
15
19
|
<div id="search-bar-widget">
|
|
16
|
-
|
|
20
|
+
<Form
|
|
21
|
+
form={form}
|
|
22
|
+
layout="vertical"
|
|
23
|
+
>
|
|
24
|
+
<Space align="end">
|
|
25
|
+
<Form.Item label="Search">
|
|
26
|
+
<Input placeholder="Destinations, Attractions, etc" />
|
|
27
|
+
</Form.Item>
|
|
28
|
+
<Form.Item label="Travel Period">
|
|
29
|
+
<DatePicker picker="month" />
|
|
30
|
+
</Form.Item>
|
|
31
|
+
<Form.Item>
|
|
32
|
+
<Button type="primary" className="search-button">Search</Button>
|
|
33
|
+
</Form.Item>
|
|
34
|
+
</Space>
|
|
35
|
+
</Form>
|
|
17
36
|
</div>
|
|
18
|
-
{
|
|
37
|
+
<img src={reactangle} className="flip"/>
|
|
19
38
|
</div>
|
|
20
39
|
<div>
|
|
21
40
|
<Carousel autoplay arrows>
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Carousel } from "antd";
|
|
2
2
|
import React from "react";
|
|
3
3
|
|
|
4
|
+
import star5 from "../../../assets/images/iceholidays/frontend/5star.png";
|
|
5
|
+
import layer1 from "../../../assets/images/iceholidays/frontend/Layer_1.png";
|
|
4
6
|
const contentStyle: React.CSSProperties = {
|
|
5
7
|
height: '160px',
|
|
6
8
|
color: '#fff',
|
|
@@ -33,7 +35,7 @@ const reviews = [
|
|
|
33
35
|
function Testimonials(){
|
|
34
36
|
return (
|
|
35
37
|
<div id="testimonial">
|
|
36
|
-
<div id="testimonial-header" style={{backgroundImage:
|
|
38
|
+
<div id="testimonial-header" style={{backgroundImage: "url("+ layer1+")"}}>
|
|
37
39
|
<span>Testimonial</span>
|
|
38
40
|
</div>
|
|
39
41
|
|
|
@@ -43,7 +45,7 @@ function Testimonials(){
|
|
|
43
45
|
reviews?.map((review)=>{
|
|
44
46
|
return (
|
|
45
47
|
<div key={review.key} className="testimonial">
|
|
46
|
-
<img src=
|
|
48
|
+
<img src={star5} className="stars-icon"/>
|
|
47
49
|
<div className="itinerary-summary">
|
|
48
50
|
<span> {review.itinerarySummary} </span>
|
|
49
51
|
</div>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iceholidays-frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vhilly Santiago
|
|
@@ -77,11 +77,31 @@ files:
|
|
|
77
77
|
- MIT-LICENSE
|
|
78
78
|
- README.md
|
|
79
79
|
- Rakefile
|
|
80
|
+
- app/assets/builds/iceholidays/frontend/5star-GEMYV5WA.digested.png
|
|
81
|
+
- app/assets/builds/iceholidays/frontend/Frame71-U6FKYUGB.digested.png
|
|
82
|
+
- app/assets/builds/iceholidays/frontend/Layer_1-24HTXUKI.digested.png
|
|
83
|
+
- app/assets/builds/iceholidays/frontend/Rectangle49-SVQRLXW6.digested.png
|
|
84
|
+
- app/assets/builds/iceholidays/frontend/africa-HBPEOBHM.digested.png
|
|
80
85
|
- app/assets/builds/iceholidays/frontend/application.js
|
|
81
86
|
- app/assets/builds/iceholidays/frontend/application.js.map
|
|
82
|
-
- app/assets/builds/iceholidays/frontend/
|
|
83
|
-
- app/assets/builds/iceholidays/frontend/banner02-2GQQYFI3.digested.png
|
|
87
|
+
- app/assets/builds/iceholidays/frontend/banner1-OM6SQ5GW.digested.png
|
|
84
88
|
- app/assets/builds/iceholidays/frontend/banner2-BWOLYVUE.digested.png
|
|
89
|
+
- app/assets/builds/iceholidays/frontend/china-DX6D6FE2.digested.png
|
|
90
|
+
- app/assets/builds/iceholidays/frontend/china2-FESATHUH.digested.png
|
|
91
|
+
- app/assets/builds/iceholidays/frontend/chongqing-CCJWJDUN.digested.png
|
|
92
|
+
- app/assets/builds/iceholidays/frontend/guangzhou-JGSVPIYY.digested.png
|
|
93
|
+
- app/assets/builds/iceholidays/frontend/guilin-AXXU7K32.digested.png
|
|
94
|
+
- app/assets/builds/iceholidays/frontend/harbin-2YJL7HHH.digested.png
|
|
95
|
+
- app/assets/builds/iceholidays/frontend/hongkong-IPUEZ35P.digested.png
|
|
96
|
+
- app/assets/builds/iceholidays/frontend/inner_mongolia-EURVGQVT.digested.png
|
|
97
|
+
- app/assets/builds/iceholidays/frontend/jiangxi-DTEOQGIY.digested.png
|
|
98
|
+
- app/assets/builds/iceholidays/frontend/kenya-F5ZJOIBS.digested.png
|
|
99
|
+
- app/assets/builds/iceholidays/frontend/kenya2-CCJWJDUN.digested.png
|
|
100
|
+
- app/assets/builds/iceholidays/frontend/kunming-OCHNG2UW.digested.png
|
|
101
|
+
- app/assets/builds/iceholidays/frontend/slikroad-CVUSDDRO.digested.png
|
|
102
|
+
- app/assets/builds/iceholidays/frontend/southafrica-HBPEOBHM.digested.png
|
|
103
|
+
- app/assets/builds/iceholidays/frontend/tanzania-VJSRMTCY.digested.png
|
|
104
|
+
- app/assets/builds/iceholidays/frontend/uganda-H4JWFN3A.digested.png
|
|
85
105
|
- app/assets/config/iceholidays_frontend_manifest.js
|
|
86
106
|
- app/assets/images/iceholidays/frontend/5star.png
|
|
87
107
|
- app/assets/images/iceholidays/frontend/Frame71.png
|
|
@@ -93,7 +113,7 @@ files:
|
|
|
93
113
|
- app/assets/images/iceholidays/frontend/africa.png
|
|
94
114
|
- app/assets/images/iceholidays/frontend/banner1.png
|
|
95
115
|
- app/assets/images/iceholidays/frontend/banner2.png
|
|
96
|
-
- app/assets/images/iceholidays/frontend/china.
|
|
116
|
+
- app/assets/images/iceholidays/frontend/china.png
|
|
97
117
|
- app/assets/images/iceholidays/frontend/china2.png
|
|
98
118
|
- app/assets/images/iceholidays/frontend/chongqing.png
|
|
99
119
|
- app/assets/images/iceholidays/frontend/cover_img.jpeg
|
|
Binary file
|
|
Binary file
|
|
Binary file
|