Skip to content

Commit

Permalink
Final touches. Link to top text for github. Fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-w-williams committed Oct 3, 2018
1 parent a0d1b79 commit 87379e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 2018/fn-home04/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ h4 { font-size: 1.2em; }

.gap { margin-top: 2em; }

.logo-bottom { height:24px; float: left; }
.logo-bottom { height:20px; }

/* Hamburger Menu */

Expand Down
14 changes: 7 additions & 7 deletions 2018/fn-home04/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu-content">
<li><a href="https://github.com/fnproject/fn">Quickstart</a></li>
<li><a href="https://github.com/fnproject/docs">Docs</a></li>
<li><a href="https://github.com/fnproject/fn#top">Quickstart</a></li>
<li><a href="https://github.com/fnproject/docs#-project-documentation">Docs</a></li>
<li><a href="https://fnproject.io/tutorials">Tutorials</a></li>
<li><a href="https://join.slack.com/t/fnproject/shared_invite/MjIwNzc5MTE4ODg3LTE1MDE0NTUyNTktYThmYmRjZDUwOQ">Slack</a></li>
<li><a href="https://medium.com/fnproject">Medium</a></li>
<li><a href="https://twitter.com/fnproj">Twitter</a></li>
<li><a href="https://www.youtube.com/fnproj">YouTube</a></li>
<li><a href="https://github.com/fnproject/fn" >View on GitHub</a></li>
<li><a href="https://github.com/fnproject" >View on GitHub</a></li>
</ul>
</div>

Expand Down Expand Up @@ -90,11 +90,11 @@ <h4 class="gap">Tutorials</h4>

<!-- FOOTER -->
<footer>
<img src="images/fn-300x125.png" class="logo-bottom" />
<p style="text-align: right;">
<script type="text/javascript">var today=new Date(); document.write(today.getFullYear());</script> © Fn&nbsp;&nbsp;&nbsp;&nbsp;
<p style="text-align: center; margin-top: 4em;">
<script type="text/javascript">var today=new Date(); document.write(today.getFullYear());</script> ©
<img src="images/fn-300x125.png" class="logo-bottom" />
</p>
</footer>
</footer>
<!-- END FOOTER -->


Expand Down

0 comments on commit 87379e8

Please sign in to comment.