Skip to content

Instantly share code, notes, and snippets.

@margieI
Created May 18, 2015 12:25
Show Gist options
  • Save margieI/e5941bc02441aef59196 to your computer and use it in GitHub Desktop.
Save margieI/e5941bc02441aef59196 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Waves solutions></title>
</head>
<body>
<!--page content goes in here-->
<div class="container">
<div class="header">
<h1>My header text</h1>
</div>
<div class="image"><img src="img/fruit-smoothie.jpg" alt"Smoothies">
</div>
<div class="intro column">
<h2>Introduction</h2>
<p>New healthy product smoothie strawberry</p>
<div class="skills column">
<h3>My skills</h3>
<ul id="skill_list">
<li>an item in a list</li>
<li>another item</li>
</ul>
</div>
<div class="main_text">
<h3>More about us</h3>
<p>If you didn't try our product jet you will have the chance these weekend in a big beach party to do that and to have fun. The summer is here and wait for all of us...</p>
</div>
</div>
</div> <!--end container-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment