Skip to content

Commit

Permalink
Page structure
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Feb 23, 2018
1 parent 7c64178 commit 20efe0c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions about.html
Expand Up @@ -10,11 +10,22 @@
</head>
<body>

<nav class="navigation">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="pictures.html">Pictures</a></li>
</ul>
</nav>

<section class="content">

<img class="profile-picture" alt="My profile picture" src="http://web-intro.luontola.fi/html/ruby.png">

<h1>Hi, I'm Ruby</h1>

<p>My name is Ruby and here is my picture.</p>

</section>

</body>
</html>

0 comments on commit 20efe0c

Please sign in to comment.