move documentation link out of main menu and on to the footer

This commit is contained in:
hankhill19580
2020-01-31 02:00:41 +00:00
parent 338d5bdba9
commit 84f454e1e6
4 changed files with 116 additions and 110 deletions

View File

@@ -16,6 +16,7 @@
<ul> <ul>
<li><a href="{{ site_url('get-involved') }}"><div class="footeritem"><span>{{ _('Get involved!') }}</span></div></a></li> <li><a href="{{ site_url('get-involved') }}"><div class="footeritem"><span>{{ _('Get involved!') }}</span></div></a></li>
<li><a href="{{ site_url('get-involved/donate') }}"><div class="footeritem"><span>{{ _('Donate') }}</span></div></a></li> <li><a href="{{ site_url('get-involved/donate') }}"><div class="footeritem"><span>{{ _('Donate') }}</span></div></a></li>
<li><a href="{{ site_url('docs') }}"><div class="footeritem"><span>{{ _('Learn More!') }}</span></div></a></li>
</ul> </ul>
</div> </div>

View File

@@ -57,6 +57,8 @@
<li><a href="{{ site_url('links') }}"><div class="menuitem"><span>{{ _('Links') }}</span></div></a></li> <li><a href="{{ site_url('links') }}"><div class="menuitem"><span>{{ _('Links') }}</span></div></a></li>
</ul> </ul>
<li><a href="{{ site_url('get-involved/donate') }}"><div class="menuitem"><span class="donateitem">{{ _('Donate') }}</span></div></a></li> <li><a href="{{ site_url('get-involved/donate') }}"><div class="menuitem"><span class="donateitem">{{ _('Donate') }}</span></div></a></li>
<!--<li class="has-sub"><div class="menuitem"><span>{{ _('Learn') }}</span></div>
<ul>
<li class="has-sub"><div class="menuitem"><span>{{ _('Docs') }}</span></div> <li class="has-sub"><div class="menuitem"><span>{{ _('Docs') }}</span></div>
<ul> <ul>
<li><a href="{{ site_url('docs') }}"><div class="menuitem"><span>{{ _('Documentation index') }}</span></div></a></li> <li><a href="{{ site_url('docs') }}"><div class="menuitem"><span>{{ _('Documentation index') }}</span></div></a></li>
@@ -176,6 +178,8 @@
<li><a href="http://{{ i2pconv('trac.i2p2.i2p') }}/"><div class="menuitem"><span>{{ _('Bug tracker') }}</span></div></a></li> <li><a href="http://{{ i2pconv('trac.i2p2.i2p') }}/"><div class="menuitem"><span>{{ _('Bug tracker') }}</span></div></a></li>
</ul> </ul>
</li> </li>
</ul>
</li>-->
<li><a href="{{ get_url('blog_index') }}"><div class="menuitem"><span>{{ _('Blog') }}</span></div></a></li> <li><a href="{{ get_url('blog_index') }}"><div class="menuitem"><span>{{ _('Blog') }}</span></div></a></li>
<li class="has-sub"><div class="menuitem"><span>{{ _('Labs') }}</span></div> <li class="has-sub"><div class="menuitem"><span>{{ _('Labs') }}</span></div>
<ul> <ul>

View File

@@ -81,6 +81,7 @@ slightly different in Brave or Iridium, for instance. From the <em>Main</em>
menu, navigate to the <em>Settings</em>, and search for the <em></em> menu item. menu, navigate to the <em>Settings</em>, and search for the <em></em> menu item.
Clicking it will open the right settings for your platform. Clicking it will open the right settings for your platform.
{%- endtrans %}</p> {%- endtrans %}</p>
<img src="{{ url_for('static', filename='images/chrome.proxy.png') }}" alt="{{ _('Chrome Proxy Options') }}" title="{{ _('Chrome Proxy Options') }}">
<p>{% trans -%} <p>{% trans -%}
On Windows, this button will launch you into the shared proxy settings used On Windows, this button will launch you into the shared proxy settings used
by <a href="#ie8"><em>Internet Explorer</em></a>, and you can configure it by by <a href="#ie8"><em>Internet Explorer</em></a>, and you can configure it by
@@ -98,9 +99,9 @@ is now configured to use I2P. Highly detailed instructions are available at the
<a name="ie8"></a> <a name="ie8"></a>
<h3>{{ _('Internet Explorer') }}</h3> <h3>{{ _('Internet Explorer') }}</h3>
<p>{% trans -%} <p>{% trans -%}
In the tools menu select the "Internet Options" line to open the settings. In the In the start menu search for the the "Network and Internet Settings" to open the
settings window choose the connections tab and click on LAN settings for the settings. The last entry in the menu is the Proxy Settings, click it to
proxy port configuration. your proxy to connect to I2P.
{%- endtrans %}</p> {%- endtrans %}</p>
<img src="{{ url_for('static', filename='images/ie.options.png') }}" alt="{{ _('IE Internet Options') }}" title="{{ _('IE Internet Options') }}"> <img src="{{ url_for('static', filename='images/ie.options.png') }}" alt="{{ _('IE Internet Options') }}" title="{{ _('IE Internet Options') }}">
<p>{% trans -%} <p>{% trans -%}

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB