-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (96 loc) · 4.46 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Roust | Simplified Marketplace</title>
<link rel="shortcut icon" href="static/img/roustfavi.png" type="image/x-icon">
<meta name="msapplication-TileColor" content="#663fb5">
<meta name="msapplication-config" content="img/favicon/browserconfig.xml">
<meta name="theme-color" content="#663fb5">
<link rel="stylesheet" href="static/css/landio.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
.material-icons.md-18 {
font-size: 18px;
}
.material-icons.md-24 {
font-size: 24px;
}
.material-icons.md-36 {
font-size: 36px;
}
.material-icons.md-48 {
font-size: 48px;
}
</style>
</head>
<body>
<!-- Navigation
================================================== -->
<nav class="navbar navbar-dark bg-inverse bg-inverse-custom navbar-fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<span><img
src="static/img/h4.svg" height="60px"
style="margin-top: -20px"></span>
<span class="sr-only">Ashram</span>
</a>
</div>
</nav>
<!-- Hero Section
================================================== -->
<header class="bg-white bg-inverse text-xs-center center-vertically" role="banner">
<div class="container">
<h1 class="display-3"><img
src="static/img/roust.png" height="100px"
style="margin-top: 40px;"></h1>
<br>
<h2 class="m-b-3" style="color: black">Local + Private + Simple = Roust.in </h2>
<a class="btn btn-secondary-outline m-b-1" style="border-color: grey; color: saddlebrown" href="" role="button">Coming Soon</a>
</div>
</header>
<!-- Intro
================================================== -->
<section class="section-intro bg-faded text-xs-center">
<div class="container">
<h3 class="wp wp-1">What is Roust?</h3>
<p class="lead wp wp-2">Roustin is a new location based app which takes a nifty approach of limiting what postings one sees to a set radius near their location. Based on extensive data analysis and market research we found that used item sales which did not have a courier involvement and were direct owner-buyer hardly ever exceeded 20 miles in distance in even the lowest population density regions. For high density cities even that distance was much lower. What this means is that we can successfully contract the Region of visibility for a particular user without significantly impacting the transactional viability. This essentially translates into a nifty quick and clean buying/selling experience for you, our user. We plan to incorporate machine learning into our enterprise to fine tune our filtering algorithm to adjust the radius of influence depending on various market influencers as we go along. After you have found he relevant party, our in App chat service makes it super easy to contact them and arrange for the transaction. Hope you enjoy the service and it helps make your lives just a little bit more simple. </p>
</div>
</section>
<!-- Features
================================================== -->
<!-- Video
================================================== -->
<!-- Pricing
================================================== -->
<!-- Testimonials
================================================== -->
<!-- Text Content
================================================== -->
<!-- News
================================================== -->
<!-- Sign Up
================================================== -->
<!-- Footer
================================================== -->
<footer class="section-footer bg-inverse" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-5">
<div class="media">
<small class="media-body media-bottom">
© Roust 2017 <br>
</small>
</div>
</div>
<div class="col-md-6 col-lg-7">
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="static/js/landio.min.js"></script>
</body>
</html>