blob: e6c144ad9698c5009c281faa7a2e19a8238b8ccb (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8">
<title>Jo signpost page</title>
</head>
<body>
<header>
<div class="inner-header">
<div>
</div>
<div class="info">
<h1>Joanna Lemon Learning</h1>
<p>
Welcome to my gallery of creativity. Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand.
</p>
</div>
<div>
</div>
<div>
</div>
<div class="info">
<p>For information: please contact <a href="#">joanna@joannalemon.com</a></p>
<div class="jumplist">
<div align="center"><a href="#">Etsy</a></div>
<div align="center"><a href="#">Blog</a></div>
<div align="center"><a href="#">Another place</a></div>
</div>
</div>
<div>
</div>
</div>
</header>
<main>
<div class="wrapper">
<div>
<div class="left-section">
<h2>Section title</h2>
<p>
Welcome to my gallery of creativity. Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand.
</p>
</div>
<div class="left-section">
<h2>Section 2 title</h2>
<p>
Welcome to my gallery of creativity. Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand.
</p>
</div>
<div class="left-section">
<h2>Section 2 title</h2>
<p>
Welcome to my gallery of creativity. Here you'll find a collection of my latest works, from paintings to pottery, all lovingly crafted by hand.
</p>
</div>
</div>
<div class="child">
<p>For information: please contact <a href="#">joanna@joannalemon.com</a></p>
<div class="jumplist">
<div align="center"><a href="#">Etsy</a></div>
<div align="center"><a href="#">Blog</a></div>
<div align="center"><a href="#">Another place</a></div>
</div>
</div>
<div class="child">
<p></p>
</div>
<div class="child">
<p>Here is the left bit of content.</p>
<div class="objectpic">
<img src="img/tk.jpg" class="objectpic" alt=""/>
</div>
<div class="objectpic">
<img src="img/tk.jpg" class="objectpic" alt=""/>
</div>
<div class="objectpic">
<img src="img/tk.jpg" class="objectpic" alt=""/>
</div>
</div>
<div class="child">
<p>Here is the middle bit of content.</p>
<div class="inner">
<div class="objectpic">
<img src="img/wp.jpg" alt=""/>
</div>
<div class="objectpic">
<img src="img/wp.jpg" alt=""/>
</div>
</div>
</div>
<div class="child">
<p>Other things are available</p>
<ul>
<li>This item</li>
<li>This item</li>
<li>This item</li>
</ul>
</div>
</div>
</main>
</body>
</html>
|