-
Notifications
You must be signed in to change notification settings - Fork 2
/
comingSoon.html
59 lines (56 loc) · 3.48 KB
/
comingSoon.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
<!DOCTYPE html>
<html lang="en" class="h6 bg-black">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Roo Storage</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tachyons/4.9.1/tachyons.min.css" />
<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="Custom.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" />
<style>
.animated {
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
</style>
</head>
<body class="vh-100" style="background:url('https://fthmb.tqn.com/OiHafI02UCiFNrdDnPogfwwmHoU=/2121x1414/filters:no_upscale():fill(transparent,1)/about/Car-garage-GettyImages-528098460-58a1fba93df78c475869ff29.jpg') center;">
<div class="vh-100 w-100 bg-black-60 flex justify-center items-center">
<div class="z-5 absolute fw9 tracked-tight lh-solid white" style="font-size:20vmin;padding-bottom:3vmin;">
roo
</div>
<div class="z-4 br-pill absolute overflow-hidden bg-white animated pulse infinite" style="width:40vmin;height:40vmin;">
</div>
<div class="z-4 br-pill absolute overflow-hidden" style="width:39vmin;height:39vmin;background:url('https://fthmb.tqn.com/OiHafI02UCiFNrdDnPogfwwmHoU=/2121x1414/filters:no_upscale():fill(transparent,1)/about/Car-garage-GettyImages-528098460-58a1fba93df78c475869ff29.jpg') center;">
<div class="br-pill absolute absolute--fill bg-black-80"></div>
</div>
<div class="self-end flex flex-column items-center justify-center w-100 z-2 white f1-l f2-m f3 fw1 tracked tc lg-black-fade-up pa4">
<div class="pa3 grow">
coming soon
</div>
<div class="tracked-mega tc flex">
<a href="" class="hover-bg-purple flex br1 ma3-ns ma2 grow">
<span class="contain dib ma3 pa3 pt2 pl2" style="background:url('https://icongr.am/simple/twitter.svg?color=ffffff')"></span>
</a>
<a href="" class="hover-bg-purple flex br1 ma3-ns ma2 grow">
<span class="contain dib ma3 pa3 pt2 pl2" style="background:url('https://icongr.am/simple/instagram.svg?color=ffffff')"></span>
</a>
<a href="" class="hover-bg-purple flex br1 ma3-ns ma2 grow">
<span class="contain dib ma3 pa3 pt2 pl2" style="background:url('https://icongr.am/simple/facebook.svg?color=ffffff')"></span>
</a>
<a href="" class="hover-bg-purple flex br1 ma3-ns ma2 grow">
<span class="contain dib ma3 pa3 pt2 pl2" style="background:url('https://icongr.am/simple/spotify.svg?color=ffffff')"></span>
</a>
</div>
</div>
<div class="z-0 br-pill absolute ba bw1 b--gold animated infinite jello" style="width:39vmin;height:39vmin;"></div>
<div class="z-0 br-pill absolute ba bw1 b--gold animated infinite rubberBand" style="width:39vmin;height:39vmin;"></div>
<div class="z-0 br-pill absolute ba bw1 b--light-purple animated infinite wobble" style="width:39vmin;height:39vmin;"></div>
</div>
<div id="nav" class="absolute bottom--2"></div>
</body>
</html>