mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:45:05 +03:00
Move press/blog to the footer
This commit is contained in:
parent
8086a428a9
commit
85197c9c7f
4 changed files with 7 additions and 9 deletions
|
@ -11,12 +11,6 @@ title = 'Equitable Open-Source for Web3'
|
|||
title = 'community'
|
||||
url = './#community'
|
||||
weight = 4
|
||||
[[menu.main]]
|
||||
identifier = 'blog'
|
||||
name = 'Blog'
|
||||
title = 'blog'
|
||||
url = 'https://medium.com/teaxyz'
|
||||
weight = 5
|
||||
[[menu.main]]
|
||||
identifier = 'github'
|
||||
name = 'GitHub'
|
||||
|
|
|
@ -2,6 +2,4 @@
|
|||
title: "press"
|
||||
Description: "Tell Everyone About the Tea Party!"
|
||||
layout: "press"
|
||||
menu: main
|
||||
weight: 8
|
||||
---
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
<ul class="nav justify-content-end">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link footer-link small" aria-current="page" href="/blog/">Blog</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link footer-link small" aria-current="page" href="/press/">Press</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link footer-link small" aria-current="page" href="/careers/">Careers</a>
|
||||
</li>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<section class="footer" id="community">
|
||||
<div class="container">
|
||||
<div class="row footer-top">
|
||||
<div class="row footer-top one-box-down">
|
||||
<div class="col-lg-8 footer-content">
|
||||
<h4>Changing the way you build. And what happens after you build it.</h4>
|
||||
<p>tea.cli is a delightful package manager that gets out of your way and sets you up for a joyful development process. <a class="teal" href="#">You can install it today</a>. Our web3 protocol will create an OSS ecosystem that is safer for all users, and fair for all maintainers. Read our <a class="teal" href="#">white paper</a> here.</p>
|
||||
|
|
Loading…
Reference in a new issue