Skip to content

Instantly share code, notes, and snippets.

@objo
Created January 31, 2018 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save objo/0ec86cf2533d7da918054a818d3e1769 to your computer and use it in GitHub Desktop.
Save objo/0ec86cf2533d7da918054a818d3e1769 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Travel Site</title>
<link rel="stylesheet" href="assets/stylesheets/site.css">
<link href="https://fonts.googleapis.com/css?family=Luckiest+Guy" rel="stylesheet">
</head>
<body>
<ul class="navbar">
<li><a href=".">Home</a></li>
<li><a href="http://flickr.com">Flickr</a></li>
<li><a href="http://objo.com">objo</a></li>
<li><a href="http://cnn.com">cnn</a></li>
</ul>
<div class="clearfix"></div>
<h1 class="title_page">Places I want to visit</h1>
<div class="container">
<div class="left-side">
<h3><span class="red_text large_text">Before</span> I croak</h3>
<ol>
<li><a href="pages/scotland.html" class="large_text">Scotland</a></li>
<li><a href="pages/iceland.html">Iceland</a></li>
<li><a href="pages/italy.html">Italy</a></li>
<li>Germany</li>
<li><span class="red_text">Sweden</span></li>
</ol>
</div>
<div class="right-side">
<h1>Scotland</h1>
<img src="assets/images/scotland.jpg" alt="My beautiful scotland pic" height="200px">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
<div class="clearfix"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment