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' ) }}
@@ -120,7 +121,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 76a5feac43a8..81f2ecef302d 100644
--- a/public/css/splash.css
+++ b/public/css/splash.css
@@ -310,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;
@@ -547,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