Commit 0cef5f803cbe09621568e6f63c916197450f617b

Authored by Georg Hopp
1 parent 0065bab2

Header cleanup

@@ -2,24 +2,26 @@ @@ -2,24 +2,26 @@
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Georg Hopp aka Steffers</title> 4 <title>Georg Hopp aka Steffers</title>
  5 + <%= stylesheet_link_tag 'application',
  6 + media: 'all', 'data-turbolinks-track' => true %>
  7 + <%= csrf_meta_tags %>
5 </head> 8 </head>
6 <body> 9 <body>
7 <header id="header"> 10 <header id="header">
8 - <div class="header-content">  
9 - <div id="logo">  
10 - <%= image_tag "me-white.png", width: "62", height: "70" %>  
11 - <a href=""> Georg Hopp aka Steffers </a>  
12 - </div>  
13 - <nav id="nav">  
14 - <ul>  
15 - <li><a href="#section1" class="active" title="Next Section" >  
16 - About me</a></li>  
17 - <li><a href="#section2" title="Next Section">Skills</a></li>  
18 - <li><a href="#section3" title="Next Section">Vitae</a></li>  
19 - <li><a href="#section4" title="Next Section">Links</a></li>  
20 - </ul>  
21 - </nav> 11 + <div id="logo">
  12 + <%= image_tag "me-white.png", width: "62", height: "70" %>
  13 + <a href=""> Georg Hopp </a>
  14 + <span>aka Steffers</span>
22 </div> 15 </div>
  16 + <nav id="nav">
  17 + <ul>
  18 + <li><a href="#section1" class="active" title="Next Section" >
  19 + About me</a></li>
  20 + <li><a href="#section2" title="Next Section">Skills</a></li>
  21 + <li><a href="#section3" title="Next Section">Vitae</a></li>
  22 + <li><a href="#section4" title="Next Section">Links</a></li>
  23 + </ul>
  24 + </nav>
23 </header> 25 </header>
24 26
25 <%= yield %> 27 <%= yield %>
@@ -61,11 +63,8 @@ @@ -61,11 +63,8 @@
61 </div> 63 </div>
62 </footer> 64 </footer>
63 65
64 - <%= stylesheet_link_tag 'application',  
65 - media: 'all', 'data-turbolinks-track' => true %>  
66 <%= javascript_include_tag 'application', 66 <%= javascript_include_tag 'application',
67 'data-turbolinks-track' => true %> 67 'data-turbolinks-track' => true %>
68 - <%= csrf_meta_tags %>  
69 </body> 68 </body>
70 </html> 69 </html>
71 <!-- vim: set ts=2 sw=2: --> 70 <!-- vim: set ts=2 sw=2: -->
Please register or login to post a comment