mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 01:26:52 +01:00
remove all CTAs
This commit is contained in:
parent
bd05b0deb5
commit
68603c3314
@ -1,9 +1,19 @@
|
||||
main:
|
||||
- title: Foundation
|
||||
url: /foundation/
|
||||
- title: Contact
|
||||
url: /contact/
|
||||
|
||||
footer:
|
||||
- title: FAQ
|
||||
url: /faq/
|
||||
- title: Blog
|
||||
url: https://medium.com/ipdb-blog
|
||||
|
||||
legal:
|
||||
- title: Contact
|
||||
url: /contact/
|
||||
- title: Terms
|
||||
url: /terms/
|
||||
- title: Privacy
|
||||
url: /privacy/
|
||||
- title: Imprint
|
||||
url: /imprint/
|
||||
|
@ -2,7 +2,10 @@
|
||||
<div class="row">
|
||||
<div class="menu__logo">
|
||||
<a class="menu__link menu__link--logo" href="/">
|
||||
<svg class="logo" aria-labelledby="title"><title>Logo IPDB</title><use xlink:href="/assets/img/sprite.svg#logo"></use></svg>
|
||||
<svg class="logo" aria-labelledby="title">
|
||||
<title>Logo IPDB</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -11,12 +14,12 @@
|
||||
<div class="menu-overflow">
|
||||
|
||||
{% for link in site.data.menus.main %}
|
||||
{% assign active = nil %}
|
||||
{% if page.url contains link.url %}
|
||||
{% assign active = 'active' %}
|
||||
{% endif %}
|
||||
{% assign active = nil %}
|
||||
{% if page.url contains link.url %}
|
||||
{% assign active = 'active' %}
|
||||
{% endif %}
|
||||
|
||||
<a class="menu__link {{ active }}" href="{{ link.url }}">{{ link.title }}</a>
|
||||
<a class="menu__link {{ active }}" href="{{ link.url }}">{{ link.title }}</a>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
@ -8,7 +8,6 @@ css: page-front
|
||||
redirect_from:
|
||||
- /docs/
|
||||
- /jobs/
|
||||
- /canary/
|
||||
---
|
||||
|
||||
{% assign content = site.data.content-front %}
|
||||
|
Loading…
Reference in New Issue
Block a user