blob: 53ddf3b2b0351259705f266b1cd127283c73d364 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
<!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="#">TES Shop</a></div>
<div align="center"><a href="#">Etsy</a></div>
<div align="center"><a href="#">Blog</a></div>
</div>
</div>
<div>
</div>
</div>
</header>
<main>
<div class="wrapper">
<div>
<div class="cell">
<h2>Paper based resources</h2>
<hr class="divider">
<div class="inner-grid">
<div>
<img src="img/alphabet_cards.jpg" alt=""/>
</div>
<div>
<p>
I design quality, clear educational resources which can be downloaded
from my <a href="#" target="_blank">TES shop</a> for free.
</p>
</div>
</div>
</div>
<div class="cell">
<h2>Hand sewn resources</h2>
<hr class="divider">
<div class="inner-grid">
<div>
<img src="img/alphabet_sq.jpg" alt="Alphabet square"/>
</div>
<div>
<p>
I design quality, clear educational resources which can be downloaded
from my <a href="#" target="_blank">TES shop</a> for free.
</p>
</div>
</div>
</div>
<div class="cell">
<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="cell">
<h2>Reviews</h2>
<hr class="divider">
<div>
<p>
<q>Joanna is a talented resource maker!</q>
<p>- Amanda Bobbinson</p>
<hr class="divider">
<p>
<q>Joanna is a REALLY talented resource maker!</q>
<p>- Teresa McEwan</p>
</p>
</p>
</div>
</div>
</div>
</main>
</body>
</html>
|