Skip to content
This repository has been archived by the owner on Feb 21, 2018. It is now read-only.

Commit

Permalink
Add standard header to other ROS resources
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsCosmo committed Nov 24, 2017
1 parent db5ae12 commit cb6a107
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
17 changes: 16 additions & 1 deletion _includes/header-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,20 @@ <h1 class="logo">
<img style="height: 33px" src="/assets/img/ros_robots.png"/>
</a>
</h1>
<table id="topnav-table">
<tbody><tr> <td valign="middle">
ROS Resources:
<a href="http://wiki.ros.org/">Documentation</a>
|
<a href="http://wiki.ros.org/Support">Support</a>
|
<a href="http://discourse.ros.org/">Discussion Forum</a>
|
<a href="http://status.ros.org/">Service Status</a>
|
<a href="http://answers.ros.org/">Q&amp;A answers.ros.org</a>
</td> </tr> </tbody>
</table>
</header>
{% include menu-search.html %}
{% include menu-search.html %}

2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/styl/_header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ $bg
color main
text-decoration none
font-size rem(28px)
#topnav-table
position fixed
@media (min-width: 800px)
top rem(25px)
right rem(125px)
@media (max-width: 800px)
display none

// Header Post
.header-post
Expand Down

0 comments on commit cb6a107

Please sign in to comment.