wbase 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/et-line.eot +0 -0
  3. data/app/assets/fonts/et-line.svg +1214 -0
  4. data/app/assets/fonts/et-line.ttf +0 -0
  5. data/app/assets/fonts/et-line.woff +0 -0
  6. data/app/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  7. data/app/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  8. data/app/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  9. data/app/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  10. data/app/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  11. data/app/assets/javascripts/wbase/landing.js +17 -0
  12. data/app/assets/javascripts/wbase/landing/bootstrap.min.js +7 -0
  13. data/app/assets/javascripts/wbase/landing/jquery-2.2.4.min.js +4 -0
  14. data/app/assets/javascripts/wbase/landing/jquery.easing.min.js +44 -0
  15. data/app/assets/javascripts/wbase/landing/scripts.js +61 -0
  16. data/app/assets/javascripts/wbase/landing/validator.min.js +27 -0
  17. data/app/assets/stylesheets/wbase/bootstrap/_bootstrap-compass.scss +9 -0
  18. data/app/assets/stylesheets/wbase/bootstrap/_bootstrap-mincer.scss +19 -0
  19. data/app/assets/stylesheets/wbase/bootstrap/_bootstrap-sprockets.scss +9 -0
  20. data/app/assets/stylesheets/wbase/bootstrap/_bootstrap.scss +56 -0
  21. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_alerts.scss +73 -0
  22. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_badges.scss +68 -0
  23. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_breadcrumbs.scss +28 -0
  24. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_button-groups.scss +244 -0
  25. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_buttons.scss +168 -0
  26. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_carousel.scss +270 -0
  27. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_close.scss +36 -0
  28. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_code.scss +69 -0
  29. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_component-animations.scss +37 -0
  30. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_dropdowns.scss +216 -0
  31. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_forms.scss +617 -0
  32. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_glyphicons.scss +307 -0
  33. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_grid.scss +84 -0
  34. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_input-groups.scss +171 -0
  35. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_jumbotron.scss +54 -0
  36. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_labels.scss +66 -0
  37. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_list-group.scss +130 -0
  38. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_media.scss +66 -0
  39. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_mixins.scss +40 -0
  40. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_modals.scss +150 -0
  41. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_navbar.scss +662 -0
  42. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_navs.scss +242 -0
  43. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_normalize.scss +424 -0
  44. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_pager.scss +54 -0
  45. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_pagination.scss +89 -0
  46. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_panels.scss +271 -0
  47. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_popovers.scss +131 -0
  48. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_print.scss +101 -0
  49. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_progress-bars.scss +87 -0
  50. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_responsive-embed.scss +35 -0
  51. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_responsive-utilities.scss +179 -0
  52. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_scaffolding.scss +161 -0
  53. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_tables.scss +234 -0
  54. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_theme.scss +291 -0
  55. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_thumbnails.scss +38 -0
  56. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_tooltip.scss +101 -0
  57. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_type.scss +298 -0
  58. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_utilities.scss +55 -0
  59. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_variables.scss +874 -0
  60. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/_wells.scss +29 -0
  61. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_alerts.scss +14 -0
  62. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_background-variant.scss +12 -0
  63. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_border-radius.scss +18 -0
  64. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_buttons.scss +65 -0
  65. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_center-block.scss +7 -0
  66. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_clearfix.scss +22 -0
  67. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_forms.scss +88 -0
  68. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_gradients.scss +58 -0
  69. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_grid-framework.scss +81 -0
  70. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_grid.scss +122 -0
  71. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_hide-text.scss +21 -0
  72. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_image.scss +33 -0
  73. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_labels.scss +12 -0
  74. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_list-group.scss +32 -0
  75. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_nav-divider.scss +10 -0
  76. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  77. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_opacity.scss +8 -0
  78. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_pagination.scss +24 -0
  79. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_panels.scss +24 -0
  80. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_progress-bar.scss +10 -0
  81. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_reset-filter.scss +8 -0
  82. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_reset-text.scss +18 -0
  83. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_resize.scss +6 -0
  84. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_responsive-visibility.scss +21 -0
  85. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_size.scss +10 -0
  86. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_tab-focus.scss +9 -0
  87. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_table-row.scss +28 -0
  88. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_text-emphasis.scss +12 -0
  89. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_text-overflow.scss +8 -0
  90. data/app/assets/stylesheets/wbase/bootstrap/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  91. data/app/assets/stylesheets/wbase/landing.css.scss +6 -0
  92. data/app/assets/stylesheets/wbase/landing/animate.css +3340 -0
  93. data/app/assets/stylesheets/wbase/landing/icon-font.scss +343 -0
  94. data/app/assets/stylesheets/wbase/landing/styles.scss +1358 -0
  95. data/app/assets/stylesheets/wbase/variables.scss.erb +12 -0
  96. data/app/controllers/wbase/static_pages_controller.rb +2 -0
  97. data/app/views/layouts/wbase/landing.html.erb +59 -0
  98. data/app/views/wbase/static_pages/_map.html.erb +17 -0
  99. data/app/views/wbase/static_pages/_order_stats.html.erb +28 -0
  100. data/app/views/wbase/static_pages/_pricing.html.erb +89 -0
  101. data/app/views/wbase/static_pages/_stats.html.erb +28 -0
  102. data/app/views/wbase/static_pages/_testimonial.html.erb +16 -0
  103. data/app/views/wbase/static_pages/affiliate.html.erb +54 -0
  104. data/app/views/wbase/static_pages/contact.html.erb +55 -0
  105. data/app/views/wbase/static_pages/faq.html.erb +63 -0
  106. data/app/views/wbase/static_pages/landing/_about.html.erb +45 -0
  107. data/app/views/wbase/static_pages/landing/_contact.html.erb +59 -0
  108. data/app/views/wbase/static_pages/landing/_customers.html.erb +67 -0
  109. data/app/views/wbase/static_pages/landing/_description.html.erb +28 -0
  110. data/app/views/wbase/static_pages/landing/_features.html.erb +20 -0
  111. data/app/views/wbase/static_pages/landing/_footer.html.erb +3 -0
  112. data/app/views/wbase/static_pages/landing/_header.html.erb +21 -0
  113. data/app/views/wbase/static_pages/landing/_nav.html.erb +21 -0
  114. data/app/views/wbase/static_pages/landing/_newsletter.html.erb +23 -0
  115. data/app/views/wbase/static_pages/landing/_pricing.html.erb +27 -0
  116. data/app/views/wbase/static_pages/landing/_social.html.erb +12 -0
  117. data/app/views/wbase/static_pages/landing/_team.html.erb +17 -0
  118. data/app/views/wbase/static_pages/landing/_trial.html.erb +32 -0
  119. data/app/views/wbase/static_pages/landing/_video.html.erb +13 -0
  120. data/app/views/wbase/static_pages/privacy.html.erb +41 -0
  121. data/app/views/wbase/static_pages/start.html.erb +56 -0
  122. data/app/views/wbase/static_pages/subscribed.html.erb +85 -0
  123. data/app/views/wbase/static_pages/terms.html.erb +35 -0
  124. data/app/views/wbase/static_pages/thanks.html.erb +85 -0
  125. data/app/views/wbase/static_pages/welcome.html.erb +3 -2
  126. data/config/initializers/assets.rb +5 -0
  127. data/config/routes.rb +15 -1
  128. data/lib/wbase/engine.rb +65 -0
  129. data/lib/wbase/version.rb +1 -1
  130. metadata +153 -6
  131. data/app/assets/javascripts/wbase/static_pages.js +0 -2
  132. data/app/assets/stylesheets/wbase/application.css +0 -15
  133. data/app/assets/stylesheets/wbase/static_pages.css +0 -4
  134. data/app/views/wbase/static_pages/testing.html.erb +0 -1
@@ -0,0 +1,12 @@
1
+ $gray-base: #000 !default;
2
+ $gray-darker: lighten($gray-base, 13.5%) !default; // #222
3
+ $gray-dark: lighten($gray-base, 20%) !default; // #333
4
+ $gray: lighten($gray-base, 33.5%) !default; // #555
5
+ $gray-light: lighten($gray-base, 46.7%) !default; // #777
6
+ $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
7
+
8
+ $brand-primary: <%= Wbase.primary_color || 'darken(#428bca, 6.5%)' %> !default; // #337ab7
9
+ $brand-success: <%= Wbase.success_color || '#5cb85c' %> !default;
10
+ $brand-info: <%= Wbase.info_color || '#5bc0de' %> !default;
11
+ $brand-warning: <%= Wbase.warning_color || '#f0ad4e' %> !default;
12
+ $brand-danger: <%= Wbase.danger_color || '#d9534f' %> !default;
@@ -2,6 +2,8 @@ require_dependency "wbase/application_controller"
2
2
 
3
3
  module Wbase
4
4
  class StaticPagesController < ApplicationController
5
+ layout 'wbase/landing'
6
+
5
7
  def welcome
6
8
  end
7
9
 
@@ -0,0 +1,59 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8
+
9
+ <!-- Website Title -->
10
+ <title><%= Wbase.title %></title>
11
+
12
+ <!-- OG Meta Tags to improve the way the post looks when you share the page on LinkedIn, Facebook, Google+-->
13
+ <meta property="og:site_name" content="<%= Wbase.site_name %>" />
14
+ <meta property="og:site" content="<%= Wbase.url %>" />
15
+ <meta property="og:title" content="<%= Wbase.title %>"/>
16
+ <meta property="og:description" content="<%= Wbase.description %>" />
17
+ <meta property="og:image" content="<%= Wbase.image %>" />
18
+ <meta property="og:url" content="<%= Wbase.url %>" />
19
+ <meta property="og:type" content="article" />
20
+
21
+ <!-- SEO Meta Tags -->
22
+ <meta name="description" content="<%= Wbase.description %>">
23
+ <meta name="keywords" content="<%= Wbase.keywords %>">
24
+
25
+ <!-- Styles -->
26
+ <link href="https://fonts.googleapis.com/css?family=Poppins:300,500" rel="stylesheet">
27
+
28
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
29
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
30
+ <!--[if lt IE 9]>
31
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
32
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
33
+ <![endif]-->
34
+
35
+ <!-- Favicon and Apple Icons -->
36
+ <link rel="apple-touch-icon" sizes="57x57" href="images/favicon/apple-icon-57x57.png">
37
+ <link rel="apple-touch-icon" sizes="60x60" href="images/favicon/apple-icon-60x60.png">
38
+ <link rel="apple-touch-icon" sizes="72x72" href="images/favicon/apple-icon-72x72.png">
39
+ <link rel="apple-touch-icon" sizes="76x76" href="images/favicon/apple-icon-76x76.png">
40
+ <link rel="apple-touch-icon" sizes="114x114" href="images/favicon/apple-icon-114x114.png">
41
+ <link rel="apple-touch-icon" sizes="120x120" href="images/favicon/apple-icon-120x120.png">
42
+ <link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-icon-144x144.png">
43
+ <link rel="apple-touch-icon" sizes="152x152" href="images/favicon/apple-icon-152x152.png">
44
+ <link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-icon-180x180.png">
45
+ <link rel="icon" type="image/png" sizes="192x192" href="images/favicon/android-icon-192x192.png">
46
+ <link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
47
+ <link rel="icon" type="image/png" sizes="96x96" href="images/favicon/favicon-96x96.png">
48
+ <link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
49
+
50
+ <%= stylesheet_link_tag "wbase/landing", media: "all" %>
51
+ <%= csrf_meta_tags %>
52
+ </head>
53
+ <body class="animated fadeIn" id="top">
54
+ <%= yield %>
55
+ <%= javascript_include_tag "wbase/landing" %>
56
+ <%= yield :javascripts %>
57
+
58
+ </body>
59
+ </html>
@@ -0,0 +1,17 @@
1
+ <div class="col-md-8">
2
+ <div class="card sameheight-item" data-exclude="xs,sm">
3
+ <div class="card-header">
4
+ <div class="header-block">
5
+ <h3 class="title">
6
+ Submission by Country
7
+ </h3>
8
+ <p>
9
+ Coming soon...
10
+ </p>
11
+ </div>
12
+ </div>
13
+ <div class="card-block">
14
+ <div id="dashboard-sales-map" style="width: 100%; height: 400px;"></div>
15
+ </div>
16
+ </div>
17
+ </div>
@@ -0,0 +1,28 @@
1
+ <div class="card stats" data-exclude="xs">
2
+ <div class="card-block">
3
+ <div class="title-block">
4
+ <h4 class="title">
5
+ Order Metrics
6
+ </h4>
7
+ <p class="title-description">
8
+ </p>
9
+ </div>
10
+
11
+ <div class="row row-sm stats-container">
12
+ <% @order_report.report_items.each do |item| %>
13
+ <div class="col-xs-12 col-sm-12 stat-col text-<%= item.klass %>">
14
+ <div class="stat-icon"> <i class="fa fa-<%= item.icon %>"></i> </div>
15
+ <div class="stat">
16
+ <div class="value"> <%= item.value %> </div>
17
+ <div class="name"> <%= item.name %> </div>
18
+ </div>
19
+ <progress class="progress progress-<%= item.klass %> stat-progress" value="75" max="100">
20
+ <div class="progress">
21
+ <span class="progress-bar" style="width: 75%;"></span>
22
+ </div>
23
+ </progress>
24
+ </div>
25
+ <% end %>
26
+ </div>
27
+ </div>
28
+ </div>
@@ -0,0 +1,89 @@
1
+ <div class="pricing-tables attached">
2
+ <div class="row">
3
+ <div class="col-sm-4 col-md-4">
4
+ <!-- <div class="plan first"> -->
5
+ <!-- <div class="head"> -->
6
+ <!-- <h2>Personal</h2> -->
7
+ <!-- </div> -->
8
+ <!-- <ul class="item&#45;list"> -->
9
+ <!-- <li><strong>1</strong> Form</li> -->
10
+ <!-- <li><strong>10K</strong> Submissions</li> -->
11
+ <!-- <li> Spam Protection </li> -->
12
+ <!-- <li> Integrations </li> -->
13
+ <!-- <li> </li> -->
14
+ <!-- <li> </li> -->
15
+ <!-- </ul> -->
16
+ <!-- <div class="price"> -->
17
+ <!-- <h3><span class="symbol">$</span>5</h3> -->
18
+ <!-- <h4>per month</h4> -->
19
+ <!-- </div> -->
20
+ <!-- <% if logged_in? %> -->
21
+ <!-- <a href="/subscription/new?plan=personal" type="button" class="btn btn&#45;outline">Select</a> -->
22
+ <!-- <% else %> -->
23
+ <!-- <a href="/user/new?plan=personal" type="button" class="btn btn&#45;outline">Sign Up</a> -->
24
+ <!-- <% end %> -->
25
+ <!-- <p> -->
26
+ <!-- <small>14 day free trial</small> -->
27
+ <!-- </p> -->
28
+ <!-- </div> -->
29
+ </div>
30
+
31
+ <div class="col-sm-4 col-md-4 ">
32
+ <div class="plan recommended">
33
+ <div class="head">
34
+ <h2>Consultant</h2>
35
+ </div>
36
+ <ul class="item-list">
37
+ <li><strong>Unlimited</strong> Invoices</li>
38
+ <li><strong>Unlimited</strong> Orders</li>
39
+ <li><strong>Email</strong> Support </li>
40
+ <li> Integrations </li>
41
+ </ul>
42
+
43
+ <div class="price">
44
+ <h3><span class="symbol">$</span>5</h3>
45
+ <h4>per month</h4>
46
+ </div>
47
+
48
+ <% if logged_in? %>
49
+ <a href="/subscription/new?plan=consultant" type="button" class="btn btn-success">Select</a>
50
+ <% else %>
51
+ <a href="/user/new?plan=consultant" type="button" class="btn btn-success">Sign Up</a>
52
+ <% end %>
53
+ <p>
54
+ <small>14 day free trial</small>
55
+ </p>
56
+ </div>
57
+ </div>
58
+
59
+ <div class="col-sm-4 col-md-4">
60
+ <!-- <div class="plan last"> -->
61
+ <!-- <div class="head"> -->
62
+ <!-- <h2>Enterprise</h2> -->
63
+ <!-- </div> -->
64
+ <!-- -->
65
+ <!-- <ul class="item&#45;list"> -->
66
+ <!-- <li><strong>100</strong> Forms</li> -->
67
+ <!-- <li><strong>Unlimited</strong> Submissions</li> -->
68
+ <!-- <li><strong>Email</strong> Support </li> -->
69
+ <!-- <li><strong>Phone</strong> Support </li> -->
70
+ <!-- <li> Spam Protection </li> -->
71
+ <!-- <li> Integrations </li> -->
72
+ <!-- </ul> -->
73
+ <!-- -->
74
+ <!-- <div class="price"> -->
75
+ <!-- <h3><span class="symbol">$</span>69</h3> -->
76
+ <!-- <h4>per month</h4> -->
77
+ <!-- </div> -->
78
+ <!-- <% if logged_in? %> -->
79
+ <!-- <a href="/subscription/new?plan=enterprise" type="button" class="btn btn&#45;outline">Select</a> -->
80
+ <!-- <% else %> -->
81
+ <!-- <a href="/user/new?plan=enterprise" type="button" class="btn btn&#45;outline">Sign Up</a> -->
82
+ <!-- <% end %> -->
83
+ <!-- <p> -->
84
+ <!-- <small>14 day free trial</small> -->
85
+ <!-- </p> -->
86
+ <!-- </div> -->
87
+ </div>
88
+ </div>
89
+ </div>
@@ -0,0 +1,28 @@
1
+ <div class="card stats" data-exclude="xs">
2
+ <div class="card-block">
3
+ <div class="title-block">
4
+ <h4 class="title">
5
+ Financial Metrics
6
+ </h4>
7
+ <p class="title-description">
8
+ </p>
9
+ </div>
10
+
11
+ <div class="row row-sm stats-container">
12
+ <% @report.report_items.each do |item| %>
13
+ <div class="col-xs-12 col-sm-12 stat-col text-<%= item.klass %>">
14
+ <div class="stat-icon"> <i class="fa fa-<%= item.icon %>"></i> </div>
15
+ <div class="stat">
16
+ <div class="value"> <%= item.value %> </div>
17
+ <div class="name"> <%= item.name %> </div>
18
+ </div>
19
+ <progress class="progress progress-<%= item.klass %> stat-progress" value="75" max="100">
20
+ <div class="progress">
21
+ <span class="progress-bar" style="width: 75%;"></span>
22
+ </div>
23
+ </progress>
24
+ </div>
25
+ <% end %>
26
+ </div>
27
+ </div>
28
+ </div>
@@ -0,0 +1,16 @@
1
+ <!-- Start Slider Testimonial -->
2
+ <h2 class="fh5co-uppercase-heading-sm text-center animate-box">Customer Says...</h2>
3
+ <div class="fh5co-spacer fh5co-spacer-xs"></div>
4
+ <div class="owl-carousel-fullwidth animate-box">
5
+ <div class="item">
6
+ <p class="text-center quote">&ldquo;Design must be functional and functionality must be translated into visual aesthetics, without any reliance on gimmicks that have to be explained. &rdquo; <cite class="author">&mdash; Ferdinand A. Porsche</cite></p>
7
+ </div>
8
+ <div class="item">
9
+ <p class="text-center quote">&ldquo;Creativity is just connecting things. When you ask creative people how they did something, they feel a little guilty because they didn’t really do it, they just saw something. It seemed obvious to them after a while. &rdquo;<cite class="author">&mdash; Steve Jobs</cite></p>
10
+ </div>
11
+ <div class="item">
12
+ <p class="text-center quote">&ldquo;I think design would be better if designers were much more skeptical about its applications. If you believe in the potency of your craft, where you choose to dole it out is not something to take lightly. &rdquo;<cite class="author">&mdash; Frank Chimero</cite></p>
13
+ </div>
14
+ </div>
15
+ <!-- End Slider Testimonial -->
16
+
@@ -0,0 +1,54 @@
1
+ <div id="fh5co-hero" style="background-image: url(images/slide_2.jpg);">
2
+ <div class="overlay"></div>
3
+ <a href="#fh5co-main" class="smoothscroll fh5co-arrow to-animate hero-animate-4"><i class="ti-angle-down"></i></a>
4
+ <!-- End fh5co-arrow -->
5
+ <div class="container">
6
+ <div class="col-md-12">
7
+ <div class="fh5co-hero-wrap">
8
+ <div class="fh5co-hero-intro">
9
+ <h1 class="to-animate hero-animate-1">Affiliates affiliate!</h1>
10
+ <h2 class="to-animate hero-animate-2">Start earning recurring revenue with referrals</h2>
11
+ </div>
12
+ </div>
13
+ </div>
14
+ </div>
15
+ </div>
16
+
17
+ <div id="fh5co-main">
18
+ <div class="fh5co-cards">
19
+ <div class="container">
20
+ <div class="row animate-box">
21
+ <div class="col-md-12 heading text-center"><h2>How It Works</h2></div>
22
+ </div>
23
+ <div class="row">
24
+ <div class="col-md-8 col-md-offset-2">
25
+ <h1>5%</h1>
26
+ <p>
27
+ Once you've signed up for RoeMe you're given an "Invite
28
+ Link." This is your affiliate link. You can use this in blog posts,
29
+ READMEs, on social media and any other way you reach your contacts.
30
+ When someone signs up after clicking your link, they become one of
31
+ your "invitees." If that person converts to a paying customer, you
32
+ will earn 5% of their monthly subscription.
33
+ </p>
34
+
35
+ <p>
36
+ Once you've sent out a link and at least one user is signed up,
37
+ you'll see a new tab in your dashboard that shows "Affiliates." From
38
+ that view you can see all of your "invitees" and how long they've
39
+ got left in their trial and the expected earnings. As soon as those
40
+ users convert, you'll see "Converted" and the earnings amount. The
41
+ coolest part is that this is paid to you monthly as long as that
42
+ user is a paying customer, so rather than a one time "finders fee"
43
+ you're earning over the life of the customer.
44
+ </p>
45
+
46
+ <p>
47
+ If you have any questions or would like to become an affiliate,
48
+ please email support@roeme.com.
49
+ </p>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ </div>
@@ -0,0 +1,55 @@
1
+ <div id="fh5co-hero" style="background-image: url(images/slide_2.jpg);">
2
+ <div class="overlay"></div>
3
+ <a href="#fh5co-main" class="smoothscroll fh5co-arrow to-animate hero-animate-4 fadeInDown animated"><i class="ti-angle-down"></i></a>
4
+ <!-- End fh5co-arrow -->
5
+ <div class="container">
6
+ <div class="col-md-12">
7
+ <div class="fh5co-hero-wrap">
8
+ <div class="fh5co-hero-intro">
9
+ <h1 class="to-animate hero-animate-1 fadeInUp animated">Contact Us</h1>
10
+ <h2 class="to-animate hero-animate-2 fadeInUp animated">We'd love to talk with you.</h2>
11
+ </div>
12
+ </div>
13
+ </div>
14
+ </div>
15
+ </div>
16
+ <div id="fh5co-main">
17
+ <div id="fh5co-contact">
18
+ <div class="container">
19
+ <div class="row">
20
+ <div class="col-md-8">
21
+ <form action="https://www.serverlessform.com/f/a9494424" method="post">
22
+ <div class="col-md-12">
23
+ <div class="form-group">
24
+ <label for="name" class="sr-only">Name</label>
25
+ <input placeholder="Name" id="name" type="text" name="name" class="form-control input-lg">
26
+ </div>
27
+ </div>
28
+ <div class="col-md-12">
29
+ <div class="form-group">
30
+ <label for="email" class="sr-only">Email</label>
31
+ <input placeholder="Email" id="email" type="text" name="email" class="form-control input-lg">
32
+ </div>
33
+ </div>
34
+
35
+ <div class="col-md-12">
36
+ <div class="form-group">
37
+ <label for="message" class="sr-only">Message</label>
38
+ <textarea placeholder="Message" id="message" name="message" class="form-control input-lg" rows="3"></textarea>
39
+ </div>
40
+ </div>
41
+ <div class="col-md-12">
42
+ <div class="form-group">
43
+ <input type="submit" class="btn btn-primary btn-lg " value="Send">
44
+ </div>
45
+ </div>
46
+ </form>
47
+ </div>
48
+ <div class="col-md-4">
49
+ <h3>Guess What?</h3>
50
+ <p>That form right there... yep. it's a <a href="/welcome">RoeMe</a>. :)</p>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ </div>
@@ -0,0 +1,63 @@
1
+ <div id="fh5co-hero" style="background-image: url(images/slide_2.jpg);">
2
+ <div class="overlay"></div>
3
+ <a href="#fh5co-main" class="smoothscroll fh5co-arrow to-animate hero-animate-4"><i class="ti-angle-down"></i></a>
4
+ <!-- End fh5co-arrow -->
5
+ <div class="container">
6
+ <div class="col-md-12">
7
+ <div class="fh5co-hero-wrap">
8
+ <div class="fh5co-hero-intro">
9
+ <h1 class="to-animate hero-animate-1">Frequently Asked Questions</h1>
10
+ <h2 class="to-animate hero-animate-2"></h2>
11
+ </div>
12
+ </div>
13
+ </div>
14
+ </div>
15
+ </div>
16
+
17
+ <div id="fh5co-main">
18
+ <div class="fh5co-cards">
19
+ <div class="container">
20
+ <div class="row animate-box">
21
+ <div class="col-md-12 heading text-center"><h2></h2></div>
22
+ </div>
23
+ <div class="row">
24
+ <div class="col-md-8 col-md-offset-2">
25
+ <h1>Are there videos?</h1>
26
+ <p>We've made a few rough getting started <%= link_to "videos here", "/videos" %> and will continue to add more as we progress.</p>
27
+ <p></p>
28
+
29
+ <h1>Can customers shop from RoeMe?</h1>
30
+ <p>Yes, customers can view your online parties directly on RoeMe and claim items on RoeMe. You'll still need to invoice through Build.</p>
31
+
32
+ <h1>Does RoeMe keep track of customers and what they purchased?</h1>
33
+ <p>Yes, you can search a list of customers by name or email and see all of their previous invoices and even keep track of the discounts and LuLaCash they've accumulated.</p>
34
+
35
+ <h1>Who is RoeMe created for?</h1>
36
+ <p>RoeMe is a tool for LuLaRoe consultants created specifically to help <a href="">Nicole Avilla</a>. We believe there are a handfull of awesome tools out there and hope to bring you one unified system that both integrates with Audrey, and also gives you facebook integration.</p>
37
+ <p></p>
38
+
39
+ <h1>Is the RoeMe founder a consultant?</h1>
40
+ <p>CJ is not a consultant, but Nicole is :)</p>
41
+
42
+ <h1>Is there a free trial?</h1>
43
+ <p>There sure is! A new account gets 14 days go nuts.</p>
44
+
45
+ <h1>How will RoeMe help me?</h1>
46
+ <p>RoeMe helps you keep all of your digital inventory, customers, and orders in one place. The earliest value added is telling you how much you should reinvest, what you should order and give you a way to post to Facebook.</p>
47
+
48
+ <h1>How frequently is data imported from Audrey?</h1>
49
+ <p>We would love to import data automatically and frequently from Audrey. Some tools will ask for your Audrey userame and password to accomplish this. We believe this is an unsafe and insecure way to import data. Instead of asking for your username and password, we give you an API key that can be used along with our chrome extension. That means that every time you visit Audrey, you can optionally process all new orders and invoices. So, we will import as frequently as you click the "Process" button in the chrome extension.</p>
50
+
51
+ <h1>What does the feature roadmap look like? Can I request a feature?</h1>
52
+ <p>We are interested in adding support for printing postage, a raffling / contest system, ability to host multi consultant online parties directly on RoeMe. Many more, but this is just the start. If you have any feedback / ideas or questions please email support@roeme.com</p>
53
+
54
+ <h1>Is RoeMe compliant with LuLaRoe?</h1>
55
+ <p>We strive to be compliant with the LuLaRoe standards and have initiated discussion around this.</p>
56
+
57
+ <h1></h1>
58
+ <p></p>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ </div>
63
+ </div>