Browse Source

Header cleanup

responsive
Georg Hopp 9 years ago
parent
commit
0cef5f803c
  1. 11
      app/views/layouts/application.html.erb

11
app/views/layouts/application.html.erb

@ -2,13 +2,16 @@
<html> <html>
<head> <head>
<title>Georg Hopp aka Steffers</title> <title>Georg Hopp aka Steffers</title>
<%= stylesheet_link_tag 'application',
media: 'all', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
</head> </head>
<body> <body>
<header id="header"> <header id="header">
<div class="header-content">
<div id="logo"> <div id="logo">
<%= image_tag "me-white.png", width: "62", height: "70" %> <%= image_tag "me-white.png", width: "62", height: "70" %>
<a href=""> Georg Hopp aka Steffers </a>
<a href=""> Georg Hopp </a>
<span>aka Steffers</span>
</div> </div>
<nav id="nav"> <nav id="nav">
<ul> <ul>
@ -19,7 +22,6 @@
<li><a href="#section4" title="Next Section">Links</a></li> <li><a href="#section4" title="Next Section">Links</a></li>
</ul> </ul>
</nav> </nav>
</div>
</header> </header>
<%= yield %> <%= yield %>
@ -61,11 +63,8 @@
</div> </div>
</footer> </footer>
<%= stylesheet_link_tag 'application',
media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', <%= javascript_include_tag 'application',
'data-turbolinks-track' => true %> 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
</body> </body>
</html> </html>
<!-- vim: set ts=2 sw=2: --> <!-- vim: set ts=2 sw=2: -->
Loading…
Cancel
Save