forked from RocketChat/docs-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4d74b4
commit eeb693d
Showing
23 changed files
with
2,098 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,76 @@ | ||
<footer> | ||
<div class="wrapper"> | ||
<ul> | ||
<li><a href="https://rocket.chat/download">Download</a></li> | ||
<li><a href="https://rocket.chat/support">Support</a></li> | ||
<li><a href="https://rocket.chat/cloud">Cloud</a></li> | ||
<li><a href="https://rocket.chat/docs/">Docs</a></li> | ||
</ul> | ||
<ul> | ||
<li><a href="https://rocket.chat/team">Team</a></li> | ||
<li><a href="https://rocketchat.recruitee.com/">Jobs</a></li> | ||
<li><a href="https://rocket.chat/partners">Partners</a></li> | ||
<li><a href="https://rocket.chat/terms">Terms of Service</a></li> | ||
</ul> | ||
<ul> | ||
<li><a href="https://rocket.chat/community">Community</a></li> | ||
<li><a href="https://forums.rocket.chat">Forums</a></li> | ||
<li><a href="https://rocket.chat/blog/">Blog</a></li> | ||
<li><a href="https://rocket.chat/contact">Contact</a></li> | ||
</ul> | ||
<ul> | ||
<li><a href="https://shop.spreadshirt.com/rocketchat" target="_blank">Swag Store</a></li> | ||
<li><a href="https://www.stickermule.com/user/1070688638/stickers" target="_blank">Stickers</a></li> | ||
<li><a href="https://rocket.chat/press">Press</a></li> | ||
</ul> | ||
<footer class="app-footer {% if page.theme == 'light' %}app-footer--light{% else %}app-footer--black{% endif %}"> | ||
<div class="container"> | ||
|
||
<div class="app-footer_col"> | ||
<input id="menu1" type="checkbox" /> | ||
<label for="menu1" class="app-footer_pre-menu">Product</label> | ||
<ul class="app-footer_nav"> | ||
<li><a href="/">Rocket.Chat</a></li> | ||
<li><a href="/support">Support</a></li> | ||
<li><a href="/cloud">Cloud</a></li> | ||
<li><a href="/community">Community</a></li> | ||
<li><a target="_blank" rel="noopener noreferrer" href="//rocket.chat/docs/">Documentation</a></li rel='noopener noreferrer'> | ||
</ul> | ||
</div> | ||
|
||
<div class="app-footer_col"> | ||
<input id="menu2" type="checkbox" /> | ||
<label for="menu2" class="app-footer_pre-menu">Company</label> | ||
<ul class="app-footer_nav"> | ||
<li><a href="/team">Team</a></li> | ||
<li><a target="_blank" rel="noopener noreferrer"href="//rocketchat.recruitee.com/">Jobs</a></li rel='noopener noreferrer'> | ||
<li><a href="/contact">Contact</a></li> | ||
<li><a href="/partners">Partners</a></li> | ||
<li><a href="/press">Press</a></li> | ||
<li><a href="/blog/">Blog</a></li> | ||
<li><a href="/bots/">Bots</a></li> | ||
<li><a href="/pt/webinars/">Webinars</a></li> | ||
<li><a href="//shop.spreadshirt.com/rocketchat" target="_blank" rel="noopener noreferrer">Gift shop</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="app-footer_col"> | ||
<input id="menu3" type="checkbox" /> | ||
<label for="menu3" class="app-footer_pre-menu">Legal</label> | ||
<ul class="app-footer_nav"> | ||
<li><a href="/terms">Terms of Service</a></li> | ||
<li><a href="/privacy">Privacy</a></li> | ||
<li><a href="/dmca">DMCA Policy</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="app-footer_col"> | ||
<input id="menu4" type="checkbox" /> | ||
<label for="menu4" class="app-footer_pre-menu">Get started</label> | ||
<ul class="app-footer_nav"> | ||
<li><a class="app-footer_install" target="_blank" rel="noopener noreferrer" href="//cloud.rocket.chat/trial/small"><span><img src="/images/default/cloud.svg" alt="Free trial"></span> Cloud trial</a></li> | ||
<li><a class="app-footer_install" href="/install" title="install"><span style="margin-top: -0.1em;"><img src="/images/default/install.svg" alt="Install"></span> Install server</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="app-footer_wrap-logo"> | ||
<h1 class="app-footer_logo"> | ||
<a href="/"> | ||
<img src="/images/default/logo.svg" alt="Rocket.Chat"> | ||
</a> | ||
</h1> | ||
|
||
<a class="app-footer_github" target="_blank" href="//github.com/RocketChat/Rocket.Chat" rel="noopener noreferrer"> | ||
<span><img src="/images/default/star.svg" alt="GitHub Stars"></span> | ||
<span class="star-count">{{site.stars}}K</span> | ||
</a> | ||
<a class="app-footer_github" target="_blank" href="//github.com/RocketChat/Rocket.Chat/fork" rel="noopener noreferrer"> | ||
<span><img src="/images/default/fork.svg" alt="GitHub forks"></span> | ||
<span class="fork-count">{{site.forks}}K</span> | ||
</a> | ||
<a class="app-footer_github-link" target="_blank" href="//github.com/RocketChat/Rocket.Chat" rel="noopener noreferrer"> | ||
<span><img src="/images/default/github.svg" alt="GitHub"></span> | ||
Open on GitHub | ||
</a> | ||
|
||
<a href="//keycdn.com" target="_blank" rel="noopener noreferrer" class="app-footer_partner"> | ||
<img src="/images/default/keycdnlogo.png" alt="KeyCDN"> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="clear"></div> | ||
</footer> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<div class="app-header app-header--black"> | ||
<header class="app-header_wrap headroom--top"> | ||
<div class="container"> | ||
<h1 class="app-header_logo"> | ||
<a href="/"> | ||
<img class="normal" src="/images/default/logo.svg" alt="Rocket.Chat"> | ||
</a> | ||
</h1> | ||
|
||
<input type="checkbox" id="handle-menu" /> | ||
<label class="app-header_handle-menu" for="handle-menu"><span /></label> | ||
|
||
<nav class="app-header_menu"> | ||
<ul> | ||
<li><a href="//rocket.chat/cloud">Cloud</a></li> | ||
<li><a href="//rocket.chat/install">Install</a></li> | ||
<li><a href="//rocket.chat/support">Support</a></li> | ||
<li><a href="//rocket.chat/community">Community</a></li> | ||
<li><a href="//rocket.chat/docs/">Docs</a></li> | ||
<li><a href="//rocket.chat/blog/">Blog</a></li> | ||
<li><a href="//rocket.chat/contact">Contact</a></li> | ||
</ul> | ||
<a class="app-header_install" href="/cloud"><span><img src="/images/default/cloud.svg" alt="Install"></span> Try now</a> | ||
</nav> | ||
|
||
</div> | ||
</header> | ||
</div> | ||
|
||
<!-- | ||
<div class="pusher"> | ||
<header> | ||
<div class="wrapper"> | ||
<div class="burger"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</div> | ||
<a class="logo" href="/"> | ||
<img src="{{ site.url }}/images/default/logo.svg" alt="Rocket.Chat"> | ||
</a> | ||
<a class="logo mobile" href="/"> | ||
<img src="{{ site.url }}/images/default/icon.svg" alt="Rocket.Chat"> | ||
</a> | ||
<div class="header-items"> | ||
<ul> | ||
<li><a href="https://rocket.chat/download">Download</a></li> | ||
<li><a href="https://rocket.chat/cloud">Cloud</a></li> | ||
<li><a href="https://rocket.chat/community">Community</a></li> | ||
<li><a href="https://rocket.chat/docs/">Docs</a></li> | ||
<li><a href="https://rocket.chat/blog/">Blog</a></li> | ||
<li><a href="https://rocket.chat/contact">Contact</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.