-
Notifications
You must be signed in to change notification settings - Fork 0
/
splash.html
86 lines (85 loc) · 5.35 KB
/
splash.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
<!DOCTYPE html>
<head>
<title>Nombler</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="msapplication-config" content="https://tyewang.github.io/nombler-public/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta property="og:url" content="https://www.nombler.com" />
<meta property="og:title" content="Nombler | Discover and share the best places on Earth" />
<meta property="og:description" content="Easily create, share, and explore beautiful interactive maps, from the best pizza spots in Chicago to your favorite denim shops in New York." />
<meta property="og:image" content="https://tyewang.github.io/nombler-public/img/splash/og_meta_image.png" />
<meta property="fb:app_id" content="355306274936079" />
<link rel="apple-touch-icon" sizes="180x180" href="https://tyewang.github.io/nombler-public/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://tyewang.github.io/nombler-public/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://tyewang.github.io/nombler-public/img/favicon/favicon-16x16.png">
<link rel="manifest" href="https://tyewang.github.io/nombler-public/img/favicon/manifest.json">
<link rel="mask-icon" href="https://tyewang.github.io/nombler-public/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="https://tyewang.github.io/nombler-public/img/favicon/favicon.ico">
<link rel=stylesheet type=text/css href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans|Lato|Poppins:500,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" />
<link rel=stylesheet type=text/css href="https://tyewang.github.io/nombler-public/css/splash.css">
</head>
<body>
<div class="homepage-hero-module">
<div class="video-container">
<div class="overlay-desc">
<div class="overlay-content">
<div class='main-jumbotron'>
<div class='jumbotron-content'>
<div class="page-header">
<img class='nombler-logo' src="https://tyewang.github.io/nombler-public/img/logo.svg"></img>
<span class='navlinks'>
<a href='/featured-maps'>Featured Maps</a>
<span class='divider'> </span>
<a href='/login'>Log in</a>
<a href='/signup' class='signup'>Sign Up</a>
</span>
</div>
<img class='short-logo' src="https://tyewang.github.io/nombler-public/img/splash/short_logo.png"></img>
<span class='one-line-pitch'>Nombler is a new way to organize all the places that are important to you.</span>
<a href='/signup' class="btn btn-lg btn-transparent cta">Try it out</a>
</div>
</div>
<div class="description">
<div class="valueprops">
<div class="description-section">
<p><span class='keyverb'>Create</span> beautiful, interactive maps of your favorite places.</p>
<video autoplay loop muted>
<source src="https://tyewang.github.io/nombler-public/video/nomblerdemo.mp4" type="video/mp4" />Your browser does not support the video tag. I suggest you upgrade your browser.
</video>
</div>
<div class="description-section"><p><span class='keyverb'>Share</span> your maps with all your friends.</p><img src="https://tyewang.github.io/nombler-public/img/splash/sharing_demo.png"></div>
<div class="description-section">
<p><span class='keyverb'>Collaborate</span> with others to get additional recommendations</p>
<a href="https://www.nombler.com/ZgcrhRPC/" class='map-item' style='background-image: url("https://tyewang.github.io/nombler-public/img/splash/wheretodrinkbeerinnyc.png")'>
<div class='map-item-content'>
<h4>Help me build a map of great beer and cider places in NYC!</h4>
</div>
</a>
</div>
<div class="description-section">
<p><span class='keyverb'>Discover</span> new maps created by other Nombler members</p><img src="https://tyewang.github.io/nombler-public/img/splash/featuredmaps.png">
</div>
</div>
</div>
<div class="page-footer">
<span class='copyright'>Copyright © 2018 Nombler LLC. All rights reserved.</span>
<span class='other'>
<span class='legal'>
<a href='/tos' target='_blank'>Terms</a>
<a href='/privacy' target='_blank'>Privacy</a>
</span>
<span class='divider'>|</span>
<a class='inquiries' href='mailto:[email protected]'>Inquiries</a>
</span>
<span class='social'>
<a href='https://www.facebook.com/nombler/'><i class="fa fa-facebook-square fa-3x"></i></a>
<a href='https://twitter.com/NomblerApp'><i class="fa fa-twitter-square fa-3x"></i></a>
</span>
</div>
</div>
</div>
</div>
</div>
</body>