-
Notifications
You must be signed in to change notification settings - Fork 2
/
homeheader3.html
857 lines (804 loc) · 45.2 KB
/
homeheader3.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
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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<html lang="en">
<head>
<meta charset="utf-8">
<title>Roo</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1"
>
<meta
name="description"
content="Find affordable storage in your neighborhood and only pay for the days that you need it. We make storage simple. Roo is a neighborhood friendly platform that connects those with extra space to those in need of storage. Sign up now to ensure you get storage for the summer!"
>
<meta
name="keywords"
content="Storage,Roo Storage,Roo,roo,storage,college"
>
<link
href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet"
>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css"
>
<link
rel="stylesheet"
href="style.css"
>
<style>
@keyframes floaty {
0% {
transform: rotate(0deg) scale(0.75) translate3d(0%, 0%, 1px);
}
25% {
transform: rotate(-5deg) scale(1) translate3d(25%, 0%, 1px);
}
50% {
transform: rotate(5deg) scale(1.25) translate3d(0%, 30%, 1px);
}
75% {
transform: rotate(10deg) scale(1.5) translate3d(0%, -20%, 1px);
}
100% {
transform: rotate(0deg) scale(1.15) translate3d(-25%, 0%, 1px);
}
}
.floaty.animated img {
animation-name: floaty;
will-change: transform;
animation-duration: 10s;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: ease;
/* animation-play-state: paused; */
}
.floaty.n2 img {
animation-delay: -2s;
/* animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1); */
}
.floaty.n3 img {
animation-delay: -4s;
/* animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); */
}
.floaty.n4 img {
animation-delay: -8s;
/* animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); */
}
.floaty.n5 img {
animation-delay: -16s;
/* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
}
.floaty.n6 img {
animation-delay: -32s;
/* animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); */
}
.floaty.n7 img {
animation-delay: -64s;
/* animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); */
}
.floaty.n8 img {
animation-delay: -3s;
/* animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); */
}
.floaty.n14 img {
animation-delay: -6s;
/* animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); */
}
.floaty.n12 img {
animation-delay: -9s;
/* animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}
.floaty.n11 img {
animation-delay: -12s;
/* animation-timing-function: cubic-bezier(0.23, 1, 0.320, 1); */
}
.floaty.n10 img {
animation-delay: -15s;
/* animation-timing-function: cubic-bezier(0.68, 0.55, -0.265, 1.55); */
}
.floaty.n13 img {
animation-delay: -18s;
/* animation-timing-function: cubic-bezier(0.95, -0.05, 0.795, -0.035); */
}
.floaty.n9 img {
animation-delay: -14s;
/* animation-timing-function: cubic-bezier(0.175, -0.885, -0.32, 1.275); */
}
.floaty.n15 img {
animation-delay: -15s;
/* animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); */
}
</style>
</head>
<body class="navy">
<navbar
class="z-5 fixed top-0 right-0 w-100 w-auto-ns"
id="navbar"
>
<nav
class="mv2 mr3-ns mr4-l flex flex-row-ns flex-row-reverse w-100 w-auto-ns justify-between tracked-1 fadeInUp relative ng-star-inserted"
style="animation-duration: 100ms; transition-duration: 100ms; animation-delay: 0s; transition-delay: 0s;"
>
<button
class="self-center mh2 fw7 white tracked-1 bg-blue f-1 grow nv3"
type="button"
> Reserve </button>
<a
class="db dn-ns self-stretch flex-auto"
href="/"
>
</a>
<label
class="relative z-1 dn-ns flex items-center pv2 ph3 slideInLeft animated faster br3 br--right bg-white-80"
for="menu"
id="menuLabel"
>
<img
class="h1 w1 mr2"
src="https://icongr.am/clarity/menu.svg?color=002b64"
> Menu </label>
</nav>
</navbar>
<!-- <h1
class="z-4 bg-orange relative sticky top-0 ph4-ns ph3 f1 w-100 shadow-3 flex items-center justify-center justify-start-ns"
style="height:3.375rem;"
>
<img
class="h2 w2 mr2 ml3-l ml2-ns"
src="https://s3.us-east-2.amazonaws.com/roo-image-storage/static-images/logo/Tight/PNG/White.png"
>
<span class="clip"> Easy, Inexpensive, and Safe Storage. </span>
</h1> -->
<main>
<header class="flex flex-column relative bg-orange overflow-hidden pb7 nb7" style="min-height: 120vh;">
<div
class="absolute absolute--fill"
style="
background-size: 400vw 100%;
background-image: linear-gradient(rgba(241, 81, 41, 1) 50%, rgba(255, 255, 255, 1) 62%);
background-image:
-webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(241, 81, 41, 0.01) 62%, rgba(255,255,255,0.9) 84% ),
-webkit-radial-gradient(50% 0%, ellipse farthest-side, rgba(241, 81, 41, 0.01) 38%, rgba(255,255,255,1) 100% );
background-image:
-o-radial-gradient(50% 0%, ellipse farthest-side, rgba(241, 81, 41, 0.01) 62%, rgba(255,255,255,0.9) 84% ),
-o-radial-gradient(50% 0%, ellipse farthest-side, rgba(241, 81, 41, 0.01) 38%, rgba(255,255,255,1) 100% );
background-image:
radial-gradient(ellipse farthest-side at 50% 0%, rgba(241, 81, 41, 0.01) 62%, rgba(255,255,255,0.9) 84% ),
radial-gradient(ellipse farthest-side at 50% 0%, rgba(241, 81, 41, 0.01) 38%, rgba(255,255,255,1) 100% );
"
>
</div>
<!-- top -->
<div class="relative flex-auto flex">
<div class="floaty dn flex-auto o-0">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/home.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n2 animated flex-ns dn items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/cog.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n3 animated flex-ns dn items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/check.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n4 animated flex-ns dn items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/shield.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n5 animated flex-ns dn items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/bundle.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n6 animated flex-ns dn items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/trailer.svg?color=f5856c"
alt=""
>
</div>
</div>
<!-- logo -->
<div class="relative flex items-center">
<div class="floaty n7 animated dn flex-ns items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/calendar.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n8 animated dn flex-ns items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/lock.svg?color=f5856c"
alt=""
>
</div>
<div class="measure tc lh-phi mv4">
<div class="center bg-orange shadow-2 br-pill ba bw2 content-box b--transparent w-20 img-child">
<div class="aspect-ratio--1x1"></div>
<img
src="https://s3.us-east-2.amazonaws.com/roo-image-storage/static-images/logo/Tight/PNG/White.png"
alt=""
>
</div>
<h2 class="f5 white ma3 lh-title br-pill">Storage Made Simple</h2>
<p class="white ma3">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ronsequuntur ratione mollitia
perspiciatis ad.
</p>
</div>
<div class="floaty n9 animated dn flex-ns items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/archive.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n10 animate dn flex-ns items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/thumbs-up.svg?color=f5856c"
alt=""
>
</div>
</div>
<!-- logo -->
<!-- form -->
<div class="relative flex items-center">
<div class="floaty n11 animate dn flex-ns items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/happy-face.svg?color=f5856c"
alt=""
>
</div>
<!-- FORM -->
<form class="center relative measure-narrow hide-child z-5">
<label
for="locationSearch"
class="child absolute w-100 white mh2 mv1 tc"
style="bottom:100%;"
>Find a listing</label>
<style>
.hover-br--top:hover,
.hover-br--top:focus {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
</style>
<div class="relative f1 z-1 flex shadow-2 br4 overflow-hidden hover-br--top">
<input
class="bg-white br0 b--white br4 br--top br--left"
type="search"
autocomplete="address-line1"
placeholder="Enter your address..."
id="locationSearch"
value=""
>
<button
type="button"
class="bg-blue hover-bg-navy white br0"
><img
class="rotate-90"
style="width: 1em; height: 1em;"
src="https://icongr.am/clarity/angle.svg?color=ffffff"
alt=""
></button>
</div>
<div
style="top:100%"
class="absolute w-100 bg-white br4 br--bottom shadow-2 child"
>
<menu class="flex tc">
<a
href="#"
class="flex-auto flex justify-center items-center blue pv3 bw2 br0 bb b--transparent hover-b--blue"
><img
class="mr1"
style="width: 1em; height: 1em;"
src="https://icongr.am/clarity/blocks-group.svg?color=007ac3"
alt=""
>some boxes</a>
<a
href="#"
class="flex-auto flex justify-center items-center blue pv3 bw2 br0 bb b--transparent hover-b--blue"
><img
class="mr1"
style="width: 1em; height: 1em;"
src="https://icongr.am/clarity/campervan.svg?color=007ac3"
alt=""
>a vehicle</a>
</menu>
<nav class="fw7">
<a
href="#"
class="link glow flex items-center pa2 bt b--black-10"
>
<img
class="ma2"
style="width: 1em; height: 1em;"
src="https://icongr.am/clarity/compass.svg?color=007ac3"
alt=""
>
Use Current Location
</a>
<a
href="#"
class="link glow flex items-center pa2 bt b--black-10"
>
<img
class="ma2 o-40"
style="width: 1em; height: 1em;"
src="https://icongr.am/clarity/map-marker.svg?color=002b64"
alt=""
>
Columbia, MO, USA
</a>
<a
href="#"
class="link glow flex items-center pa2 bt b--black-10"
>
<img
class="ma2 o-40"
style="width: 1em; height: 1em;"
src="https://icongr.am/clarity/map-marker.svg?color=002b64"
alt=""
>
St. Louis, MO, USA
</a>
</nav>
</div>
</form>
<div class="relative floaty n12 animated dn flex-ns items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/share.svg?color=f5856c"
alt=""
>
</div>
</div>
<!-- form -->
<!-- below -->
<div class="relative flex-auto flex style="min-height:30vh;"items-center pt4">
<div class="floaty n13 animated flex items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/blocks-group.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n14 animated flex items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/user.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty animated flex items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/home.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty n15 animated flex-ns dn items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/star.svg?color=f5856c"
alt=""
>
</div>
<div class="floaty animated flex-ns dn items-center justify-center flex-auto">
<img
style="object-fit: none; object-position: center; width: auto; height: auto;"
src="https://icongr.am/clarity/recycle.svg?color=f5856c"
alt=""
>
</div>
</div>
<!-- below -->
<!-- Listings -->
<ol
class="relative flex pt5 pb4 overflow-x-auto overflow-y-visible w-100 ph5-l ph4-ns ph2 items-center">
<li
class="animated fadeIn delay-2s relative mw6 flex-none flex flex-column bg-white shadow-2 br5 mh3 pa2">
<!-- Host Profile -->
<section class="flex flex-row-reverse items-end pa2">
<div class="ml2 z-1 center h4-ns w4-ns h3 w3 relative nt5">
<div
class="flex-none aspect-ratio--1x1 w-100-l br-pill overflow-hidden shadow-2 relative img-child">
<img src="https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91">
</div>
<div
class="f1-l f-2 f0-ns absolute grow-large white pa1 bottom-0 right-0 lh-solid hide-child flex items-center">
<div class="relative pa1 br-pill bg-blue">
<img
style="height:1em;width:1em;"
src="https://icongr.am/clarity/shield-check.svg?color=ffffff"
>
</div>
</div>
</div>
<div class="mr2 flex-auto blue">
<div class="tracked-5 f-1 yellow lh-phi">★★★★<span class="black-20">★</span></div>
<h2 class="f1 lh-title">
Maddies Space
</h2>
<p class="f-2">
Professional, Kind, Friendly
</p>
</div>
</section>
<!-- Easy Info -->
<ol class="relative z-1 pv1 flex items-center mr2 tc lh-title">
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">monthly</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
<sup class="nl1 fw6 f-3">$</sup>69 </p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">distance</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
3<sup class="nr1 fw6 f-3"> mi</sup></p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">size</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
56<sup class="nr1 fw6 f-3"> sf</sup>
</p>
</li>
</ol>
</li>
<li
class="animated fadeIn delay-2s relative mw6 flex-none flex flex-column bg-white shadow-2 br5 mh3 pa2">
<!-- Host Profile -->
<section class="flex flex-row-reverse items-end pa2">
<div class="ml2 z-1 center h4-ns w4-ns h3 w3 relative nt5">
<div
class="flex-none aspect-ratio--1x1 w-100-l br-pill overflow-hidden shadow-2 relative img-child">
<img src="https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91">
</div>
<div
class="f1-l f-2 f0-ns absolute grow-large white pa1 bottom-0 right-0 lh-solid hide-child flex items-center">
<div class="relative pa1 br-pill bg-blue">
<img
style="height:1em;width:1em;"
src="https://icongr.am/clarity/shield-check.svg?color=ffffff"
>
</div>
</div>
</div>
<div class="mr2 flex-auto blue">
<div class="tracked-5 f-1 yellow lh-phi">★★★★<span class="black-20">★</span></div>
<h2 class="f1 lh-title">
Maddies Space
</h2>
<p class="f-2">
Professional, Kind, Friendly
</p>
</div>
</section>
<!-- Easy Info -->
<ol class="relative z-1 pv1 flex items-center mr2 tc lh-title">
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">monthly</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
<sup class="nl1 fw6 f-3">$</sup>69 </p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">distance</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
3<sup class="nr1 fw6 f-3"> mi</sup></p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">size</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
56<sup class="nr1 fw6 f-3"> sf</sup>
</p>
</li>
</ol>
</li>
<li
class="animated fadeIn delay-2s relative mw6 flex-none flex flex-column bg-white shadow-2 br5 mh3 pa2">
<!-- Host Profile -->
<section class="flex flex-row-reverse items-end pa2">
<div class="ml2 z-1 center h4-ns w4-ns h3 w3 relative nt5">
<div
class="flex-none aspect-ratio--1x1 w-100-l br-pill overflow-hidden shadow-2 relative img-child">
<img src="https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91">
</div>
<div
class="f1-l f-2 f0-ns absolute grow-large white pa1 bottom-0 right-0 lh-solid hide-child flex items-center">
<div class="relative pa1 br-pill bg-blue">
<img
style="height:1em;width:1em;"
src="https://icongr.am/clarity/shield-check.svg?color=ffffff"
>
</div>
</div>
</div>
<div class="mr2 flex-auto blue">
<div class="tracked-5 f-1 yellow lh-phi">★★★★<span class="black-20">★</span></div>
<h2 class="f1 lh-title">
Maddies Space
</h2>
<p class="f-2">
Professional, Kind, Friendly
</p>
</div>
</section>
<!-- Easy Info -->
<ol class="relative z-1 pv1 flex items-center mr2 tc lh-title">
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">monthly</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
<sup class="nl1 fw6 f-3">$</sup>69 </p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">distance</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
3<sup class="nr1 fw6 f-3"> mi</sup></p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">size</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
56<sup class="nr1 fw6 f-3"> sf</sup>
</p>
</li>
</ol>
</li>
<li
class="animated fadeIn delay-2s relative mw6 flex-none flex flex-column bg-white shadow-2 br5 mh3 pa2">
<!-- Host Profile -->
<section class="flex flex-row-reverse items-end pa2">
<div class="ml2 z-1 center h4-ns w4-ns h3 w3 relative nt5">
<div
class="flex-none aspect-ratio--1x1 w-100-l br-pill overflow-hidden shadow-2 relative img-child">
<img src="https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91">
</div>
<div
class="f1-l f-2 f0-ns absolute grow-large white pa1 bottom-0 right-0 lh-solid hide-child flex items-center">
<div class="relative pa1 br-pill bg-blue">
<img
style="height:1em;width:1em;"
src="https://icongr.am/clarity/shield-check.svg?color=ffffff"
>
</div>
</div>
</div>
<div class="mr2 flex-auto blue">
<div class="tracked-5 f-1 yellow lh-phi">★★★★<span class="black-20">★</span></div>
<h2 class="f1 lh-title">
Maddies Space
</h2>
<p class="f-2">
Professional, Kind, Friendly
</p>
</div>
</section>
<!-- Easy Info -->
<ol class="relative z-1 pv1 flex items-center mr2 tc lh-title">
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">monthly</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
<sup class="nl1 fw6 f-3">$</sup>69 </p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">distance</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
3<sup class="nr1 fw6 f-3"> mi</sup></p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">size</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
56<sup class="nr1 fw6 f-3"> sf</sup>
</p>
</li>
</ol>
</li>
<li
class="animated fadeIn delay-2s relative mw6 flex-none flex flex-column bg-white shadow-2 br5 mh3 pa2">
<!-- Host Profile -->
<section class="flex flex-row-reverse items-end pa2">
<div class="ml2 z-1 center h4-ns w4-ns h3 w3 relative nt5">
<div
class="flex-none aspect-ratio--1x1 w-100-l br-pill overflow-hidden shadow-2 relative img-child">
<img src="https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91">
</div>
<div
class="f1-l f-2 f0-ns absolute grow-large white pa1 bottom-0 right-0 lh-solid hide-child flex items-center">
<div class="relative pa1 br-pill bg-blue">
<img
style="height:1em;width:1em;"
src="https://icongr.am/clarity/shield-check.svg?color=ffffff"
>
</div>
</div>
</div>
<div class="mr2 flex-auto blue">
<div class="tracked-5 f-1 yellow lh-phi">★★★★<span class="black-20">★</span></div>
<h2 class="f1 lh-title">
Maddies Space
</h2>
<p class="f-2">
Professional, Kind, Friendly
</p>
</div>
</section>
<!-- Easy Info -->
<ol class="relative z-1 pv1 flex items-center mr2 tc lh-title">
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">monthly</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
<sup class="nl1 fw6 f-3">$</sup>69 </p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">distance</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
3<sup class="nr1 fw6 f-3"> mi</sup></p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">size</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
56<sup class="nr1 fw6 f-3"> sf</sup>
</p>
</li>
</ol>
</li>
<li
class="animated fadeIn delay-2s relative mw6 flex-none flex flex-column bg-white shadow-2 br5 mh3 pa2">
<!-- Host Profile -->
<section class="flex flex-row-reverse items-end pa2">
<div class="ml2 z-1 center h4-ns w4-ns h3 w3 relative nt5">
<div
class="flex-none aspect-ratio--1x1 w-100-l br-pill overflow-hidden shadow-2 relative img-child">
<img src="https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91">
</div>
<div
class="f1-l f-2 f0-ns absolute grow-large white pa1 bottom-0 right-0 lh-solid hide-child flex items-center">
<div class="relative pa1 br-pill bg-blue">
<img
style="height:1em;width:1em;"
src="https://icongr.am/clarity/shield-check.svg?color=ffffff"
>
</div>
</div>
</div>
<div class="mr2 flex-auto blue">
<div class="tracked-5 f-1 yellow lh-phi">★★★★<span class="black-20">★</span></div>
<h2 class="f1 lh-title">
Maddies Space
</h2>
<p class="f-2">
Professional, Kind, Friendly
</p>
</div>
</section>
<!-- Easy Info -->
<ol class="relative z-1 pv1 flex items-center mr2 tc lh-title">
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">monthly</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
<sup class="nl1 fw6 f-3">$</sup>69 </p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">distance</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
3<sup class="nr1 fw6 f-3"> mi</sup></p>
</li>
<li
class="mv1 ml2 flex-grow-1 ba b--black-10 bg-white-80 overflow-hidden br4 flex flex-column-reverse items-stretch tc">
<h3 class="blue bt b--black-05 ph2 lh-phi f-2 fw6 tracked-1">size</h3>
<p class="fw6 ba bw3 tracked-1 b--transparent ph2 lh-title pt1">
56<sup class="nr1 fw6 f-3"> sf</sup>
</p>
</li>
</ol>
</li>
<li>
<button
type="button"
class="bg-blue white ma5"
>Load More</button>
</li>
</ol>
<!-- Listings -->
</header>
<section class="relative pa5 w-100">
<p class="pa3 lh-copy measure center">
This is Just placeholder content to Illustrate what having other content on the page may look like.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique ad consequuntur quas quidem
labore! Nisi, atque amet saepe numquam nulla fugit rerum neque aliquid possimus, minima temporibus
pariatur quia ipsa.
</p>
</section>
</main>
<footer class="">
<nav class="flex f2 tc white">
<a
class="flex-auto relative db pa2 bg-black-40"
href="mailto:[email protected]"
>
<img
class="db center ma1"
style="width:1em;height:1em;"
src="https://icongr.am/clarity/email.svg?color=ffffff"
/>
<span class="dn di-ns f-1">[email protected]</span>
</a>
<a
style="background-color: #3C5A99"
class="flex-auto relative db pa2"
href="https://www.facebook.com/RooStorage"
>
<img
class="db center ma1"
style="width:1em;height:1em;"
src="https://icongr.am/simple/facebook.svg?color=ffffff"
/>
<span class="dn di-ns f-1">fb.com/roostorage</span>
</a>
<a
style="background-color: #833AB4"
class="flex-auto relative db pa2"
href="https://www.instagram.com/roostorage"
>
<img
class="db center ma1"
style="width:1em;height:1em;"
src="https://icongr.am/simple/instagram.svg?color=ffffff"
/>
<span class="dn di-ns f-1">@roostorage</span>
</a>
</nav>
<nav class="flex flex-wrap f-2 bg-blue justify-around pa2">
<a
class="ma1 white w-25-ns"
href="https://s3.us-east-2.amazonaws.com/roo-image-storage/policies/terms-of-service.pdf"
> Terms of Service </a>
<a
class="ma1 white w-25-ns"
href="https://s3.us-east-2.amazonaws.com/roo-image-storage/policies/privacy-policy.pdf"
> Privacy Policy </a>
<a
class="ma1 white w-25-ns"
href="https://s3.us-east-2.amazonaws.com/roo-image-storage/policies/nondiscrimination-policy.pdf"
> Nondiscriminiation Policy </a>
</nav>
<p class="f-3 tracked-2 tc pa2 bg-navy white-50 ttu fw7">Copyright © Roo 2019</p>
</footer>
</html>