diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss
index 3524d8aef..908ae6003 100644
--- a/app/assets/stylesheets/themes/scinote.scss
+++ b/app/assets/stylesheets/themes/scinote.scss
@@ -462,6 +462,17 @@ a[data-toggle="tooltip"] {
margin-bottom: 15px;
}
+// Help link
+
+.glyphicon.glyphicon-info-sign {
+ font-size: 16px;
+ margin-top: 4px;
+
+ #help-link {
+ padding: 13px;
+ }
+}
+
/** Add users modal */
.btn-group-existing-users {
width: 100%;
diff --git a/app/views/shared/_navigation.html.erb b/app/views/shared/_navigation.html.erb
index 603c4cc68..9c2f1a8b4 100644
--- a/app/views/shared/_navigation.html.erb
+++ b/app/views/shared/_navigation.html.erb
@@ -54,6 +54,21 @@
+
+
diff --git a/config/initializers/constants.rb b/config/initializers/constants.rb
index 12aa8611a..836cb74df 100644
--- a/config/initializers/constants.rb
+++ b/config/initializers/constants.rb
@@ -69,6 +69,14 @@ ASSET_ESTIMATED_SIZE_FACTOR = 1.1
DEFAULT_PRIVATE_ORG_NAME = "My projects"
+# External URLs
+HTTP = 'http://'.freeze
+TUTORIALS_URL = (HTTP + 'scinote.net/product/tutorials/').freeze
+FAQ_URL = (HTTP + 'scinote.net/product/faq/').freeze
+SUPPORT_URL = (HTTP + 'scinote.net/plans/#prof-support').freeze
+PLANS_URL = (HTTP + 'scinote.net/plans/').freeze
+CONTACT_URL = (HTTP + 'scinote.net/about-us/').freeze
+
# ) \ / (
# /|\ )\_/( /|\
# * / | \ (/\|/\) / | \ *
diff --git a/config/locales/en.yml b/config/locales/en.yml
index ad0be3f80..2a91459c1 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -63,6 +63,12 @@ en:
profile: "My profile"
settings: "Settings"
logout: "Log out"
+ help:
+ tutorials: "Tutorials"
+ faq: "FAQ"
+ support: "Professional support and customization"
+ plans: "Plans"
+ contact: "Contact us"
activities:
none: "No activities!"
label: