modified: meta-base-funnel.j2

modified:   meta-base.j2
This commit is contained in:
russellballestrini 2018-10-27 14:13:36 -04:00
parent 7a0893d6d8
commit 75f3246fa3
2 changed files with 9 additions and 1 deletions

View file

@ -65,8 +65,15 @@ input#email_input {
{% include 'snippets/flash-alerts.j2' %}
<div class="funnel" role="main">
<p style="text-align: right; padding-right: 10px;">
<a href="https://faq.remarkbox.com">FAQ</a>
&nbsp;
&nbsp;
&nbsp;
<a href="{{ request.marketing_url }}">Home</a>
</p>
<div class="funnel" role="main">
<center>
<a href="{{ request.app_url }}" style="opacity: 1.0;"><img src="/static/theme/meta/img/remarkbox-minified.png" alt="Remarkbox Logo" style="width: 100%; margin-bottom: 30px;"/></a>

View file

@ -33,6 +33,7 @@
<a href="{{ request.app_url }}" class="navlogolink"><img src="/static/theme/meta/img/remarkbox-minified.png" class="navlogo" alt="Remarkbox Logo" /></a>
<div class="navlinks">
<a class="navlink" href="{{ request.marketing_url }}">Home</a>
<a class="navlink" href="https://faq.remarkbox.com">Faq</a>
<a class="navlink" href="https://meta.remarkbox.com">Meta</a>
{%- if request.user %}