Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
anonimal
monero-site
Commits
25c02469
Unverified
Commit
25c02469
authored
Sep 21, 2015
by
Riccardo Spagni
Browse files
fixed header and menu
parent
2a09e594
Changes
3
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
25c02469
...
...
@@ -10,8 +10,7 @@
<!-- JS -->
<script
src=
"//static.getmonero.org/js/jquery.min.js"
></script>
<script
src=
"//static.getmonero.org/js/bootstrap.min.js"
></script>
<script
src=
"//static.getmonero.org/scripts.js"
></script>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
(){
$
(
'
[data-toggle="tooltip"]
'
).
tooltip
();
...
...
_includes/head.html
View file @
25c02469
...
...
@@ -33,13 +33,8 @@
<meta
name=
"msapplication-TileImage"
content=
"/mstile-144x144.png"
>
<meta
name=
"theme-color"
content=
"#ffffff"
>
<link
href=
"//static.getmonero.org/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"//static.getmonero.org/css/main.css?1"
rel=
"stylesheet"
>
<link
href=
"//static.getmonero.org/style.css?1"
rel=
"stylesheet"
>
<meta
name=
"msapplication-config"
content=
"/ietemplates/ieconfig.xml"
>
<!--[if lt IE 9]>
<script src="//static.getmonero.org/js/html5shiv.js"></script>
<script src="//static.getmonero.org/js/respond.min.js"></script>
<![endif]-->
</head>
_includes/header.html
View file @
25c02469
...
...
@@ -9,44 +9,44 @@
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</label>
<a
class=
"navbar-brand"
href=
"/
/getmonero.org/
"
><img
class=
"logo"
src=
"//static.getmonero.org/images/logo.svg"
></a>
<a
class=
"navbar-brand"
href=
"/"
><img
class=
"logo"
src=
"//static.getmonero.org/images/logo.svg"
></a>
<ul
class=
"nav navbar-nav navbar-right navbar-collapse"
>
<li><a
class=
"yellow"
href=
"https://forum.getmonero.org"
>
{% t menu.forum %}
</a></li>
<li
class=
"dropdown"
>
<input
type=
"checkbox"
class=
"dropdown-input"
id=
"drop-1"
/><label
for=
"drop-1"
class=
"purple"
>
{% t menu.blog %}
<span
class=
"caret"
></span></label>
<ul
class=
"dropdown-menu"
role=
"menu"
>
<li><a
href=
"/
/getmonero.org/
blog"
>
{% t menu.allblog %}
</a></li>
<li><a
href=
"/
/getmonero.org/
blog/tags/monero%20missives"
>
{% t menu.missives %}
</a></li>
<li><a
href=
"/
/getmonero.org/
blog/tags/dev%20diaries"
>
{% t menu.devdiaries %}
</a></li>
<li><a
href=
"/blog"
>
{% t menu.allblog %}
</a></li>
<li><a
href=
"/blog/tags/monero%20missives"
>
{% t menu.missives %}
</a></li>
<li><a
href=
"/blog/tags/dev%20diaries"
>
{% t menu.devdiaries %}
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
<input
type=
"checkbox"
id=
"drop-2"
/><label
for=
"drop-2"
class=
"red"
>
{% t global.getting_started %}
<span
class=
"caret"
></span></label>
<ul
class=
"dropdown-menu"
role=
"menu"
>
<li><a
href=
"/
/getmonero.org/
getting-started/choose"
>
{% t menu.choose %}
</a></li>
<li><a
href=
"/
/getmonero.org/
getting-started/running"
>
{% t menu.running %}
</a></li>
<li><a
href=
"/
/getmonero.org/
getting-started/donate"
>
{% t menu.donations %}
</a></li>
<li><a
href=
"/getting-started/choose"
>
{% t menu.choose %}
</a></li>
<li><a
href=
"/getting-started/running"
>
{% t menu.running %}
</a></li>
<li><a
href=
"/getting-started/donate"
>
{% t menu.donations %}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"/
/getmonero.org/
downloads"
>
{% t menu.downloads %}
</a></li>
<li><a
href=
"/downloads"
>
{% t menu.downloads %}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"/
/getmonero.org/
getting-started/accepting"
>
{% t menu.accepting %}
</a></li>
<li><a
href=
"/
/getmonero.org/
getting-started/merchants"
>
{% t menu.merchants %}
</a></li>
<li><a
href=
"/getting-started/accepting"
>
{% t menu.accepting %}
</a></li>
<li><a
href=
"/getting-started/merchants"
>
{% t menu.merchants %}
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
<input
type=
"checkbox"
id=
"drop-3"
/><label
for=
"drop-3"
class=
"orange"
>
{% t menu.knowledge_base %}
<span
class=
"caret"
></span></label>
<ul
class=
"dropdown-menu"
role=
"menu"
>
<li><a
href=
"/
/getmonero.org/
knowledge-base/about"
>
{% t menu.about %}
</a></li>
<li><a
href=
"/
/getmonero.org/
knowledge-base/people"
>
{% t menu.people %}
</a></li>
<li><a
href=
"/
/getmonero.org/
knowledge-base/moneropedia"
>
{% t global.wiki %}
</a></li>
<li><a
href=
"/knowledge-base/about"
>
{% t menu.about %}
</a></li>
<li><a
href=
"/knowledge-base/people"
>
{% t menu.people %}
</a></li>
<li><a
href=
"/knowledge-base/moneropedia"
>
{% t global.wiki %}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"/
/getmonero.org/
knowledge-base/user-guides"
>
{% t menu.userguides %}
</a></li>
<li><a
href=
"/
/getmonero.org/
knowledge-base/developer-guides"
>
{% t menu.developerguides %}
</a></li>
<li><a
href=
"/knowledge-base/user-guides"
>
{% t menu.userguides %}
</a></li>
<li><a
href=
"/knowledge-base/developer-guides"
>
{% t menu.developerguides %}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"/
/getmonero.org/
design-goals"
>
{% t menu.goals %}
</a></li>
<li><a
href=
"/
/getmonero.org/
research-lab"
>
{% t menu.lab %}
</a></li>
<li><a
href=
"/
/getmonero.org/
knowledge-base/openalias"
>
{% t menu.openalias %}
</a></li>
<li><a
href=
"/
/getmonero.org/
knowledge-base/projects"
>
{% t menu.projects %}
</a></li>
<li><a
href=
"/design-goals"
>
{% t menu.goals %}
</a></li>
<li><a
href=
"/research-lab"
>
{% t menu.lab %}
</a></li>
<li><a
href=
"/knowledge-base/openalias"
>
{% t menu.openalias %}
</a></li>
<li><a
href=
"/knowledge-base/projects"
>
{% t menu.projects %}
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment