summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 98a5f043bf58866485cfbddb6ef42cdf2ed84616 (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
<!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="right-section">
                        <h2>Paper based resources</h2>
                        <hr class="divider">
                        <div class="left-section-grid">
                            <div>
                                <img src="img/alphabet_cards_sq.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>
                                <p>
                                More explanatory text here...
                                </p>
                            </div>
                        </div>
                    </div>

                    <div class="right-section">
                        <h2>Hand sewn resources</h2>
                        <div>
                            <img src="img/alphabet_sq.jpg" alt="Alphabet square"/>
                        </div>
                    </div>
                    
                    <div class="right-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="right-section">
                    <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>