Update main nav
949492200d1d3a44ab231b8298674f10ee5e6b83
1 parent
19aff721
index.html
+12 -9
| 1 | 1 | <!doctype html> |
|
| 2 | 2 | <html lang="en"> |
|
| 3 | 3 | <head> |
|
| 4 | 4 | <link rel="stylesheet" type="text/css" href="style.css"> |
|
| 5 | - | <title>cloudhead</title> |
|
| 5 | + | <title>cloudhead.io</title> |
|
| 6 | 6 | </head> |
|
| 7 | 7 | <body> |
|
| 8 | 8 | <header> |
|
| 9 | - | <h1>cloudhead</h1> |
|
| 10 | - | <ul> |
|
| 11 | - | <li><a href="/projects">projects</a></li> |
|
| 12 | - | <li><a href="http://alexissellier.com">art</a></li> |
|
| 13 | - | <li><a href="http://github.com/cloudhead">code</a></li> |
|
| 14 | - | <li><a href="http://twitter.com/cloudhead">tweets</a></li> |
|
| 15 | - | <li><a href="/lists">lists</a></li> |
|
| 16 | - | </ul> |
|
| 9 | + | <nav> |
|
| 10 | + | <h1>cloudhead</h1> |
|
| 11 | + | <ul> |
|
| 12 | + | <li><a href="/projects">projects</a></li> |
|
| 13 | + | <li><a href="/essays">essays</a></li> |
|
| 14 | + | <li><a href="http://alexissellier.com">art</a></li> |
|
| 15 | + | <li><a href="http://github.com/cloudhead">code</a></li> |
|
| 16 | + | <li><a href="http://twitter.com/cloudhead">tweets</a></li> |
|
| 17 | + | <li><a href="/lists">lists</a></li> |
|
| 18 | + | </ul> |
|
| 19 | + | </nav> |
|
| 17 | 20 | </header> |
|
| 18 | 21 | <footer> |
|
| 19 | 22 | <a href="mailto:hello@cloudhead.io">hello@cloudhead.io</a> |
|
| 20 | 23 | <p>© 2010-2014 Alexis Sellier</p> |
|
| 21 | 24 | </footer> |