diff --git a/app/views/public/header.blade.php b/app/views/public/header.blade.php
index 37eb3620dc55..e216afa55d4b 100644
--- a/app/views/public/header.blade.php
+++ b/app/views/public/header.blade.php
@@ -64,7 +64,8 @@
- - {{ link_to('about', 'About Us' ) }}
+ - {{ link_to('features', 'Features' ) }}
+ - {{ link_to('faq', 'FAQ' ) }}
- {{ link_to('contact', 'Contact Us' ) }}
- {{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}
diff --git a/public/css/splash.css b/public/css/splash.css
index dd164fef6d2a..81f2ecef302d 100644
--- a/public/css/splash.css
+++ b/public/css/splash.css
@@ -182,6 +182,11 @@ a .cta:hover span {
background-size: cover;
}
+.hero2 h1 {
+ color: #fff;
+ margin: 0;
+}
+
.hero3 {
text-align: center;
background-image: url(/images/hero-bg-3.jpg);
@@ -192,7 +197,6 @@ a .cta:hover span {
}
.hero4 {
- text-align: center;
background-image: url(/images/hero-bg-4.jpg);
padding: 150px 0;
background-repeat: no-repeat;
@@ -208,11 +212,6 @@ a .cta:hover span {
background-size: cover;
}
-.hero2 h1,.hero3 h1,.hero4 h1 {
- color: #fff;
- margin: 0;
-}
-
.hero1.background {
background-repeat: no-repeat;
background-position: center center;
@@ -311,6 +310,10 @@ section.about.white-bg .col-md-5 {
padding-right: 43px;
padding-left: 15px;
}
+section.about img {
+ width: 100%;
+ min-width: 100%;
+}
section.contact .address .glyphicon {
background: #edd71e;
@@ -548,6 +551,13 @@ footer .social p {
font-size: 30px;
}
+ section.about .col-md-5 {
+ padding-left: 15px !important;
+ }
+ section.about.white-bg .col-md-5 {
+ padding-right: 15px !important;
+ }
+
.navbar {
text-align: center;
padding: 25px 0 18px;
diff --git a/public/images/Thumbs.db b/public/images/Thumbs.db
index fe00159ab67b..d82cef6f0a2b 100644
Binary files a/public/images/Thumbs.db and b/public/images/Thumbs.db differ