diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 17:39:17 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 17:39:17 +0000 |
commit | fa5220a0bf52d0b8a4bf7b747ef328d674588fd6 (patch) | |
tree | bb2ba77c82a67d363cd17d76339aca1871bd918c | |
parent | 3f7acf9f9acd1c84f05cae614b7c5ee736cdd4c8 (diff) |
Added the blurb
-rw-r--r-- | index.html | 12 | ||||
-rw-r--r-- | style.css | 21 |
2 files changed, 24 insertions, 9 deletions
@@ -14,8 +14,8 @@ <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. + Qualitied, experienced primary school teacher, dedicated to creating colourful and + clear educational learning resources. </p> </div> <div> @@ -47,6 +47,9 @@ </div> <div> <p> + I adore collage, especially using tissue paper and glue, rubber alphabet stamps, + marker pens and pencil crayons. + For more details of current projects, the processes involved and items that will soon to be made available, please visit <a href="https://blog.joannalemon.com" target="_blank">my blog</a>. </p> @@ -161,9 +164,8 @@ <img src="img/TVHC Resources.jpg" alt=""/> </div> <div> - <p> - I design and hand-sew bright, colourful resources for children - which can be bought at <a href="https://joannalemon.etsy.com/" target="_blank">Etsy</a>. + <p id="sewing-blurb"> + I was a stay-at-home Mum and Ofsted-registered child-minder who needed resources, so I made my own! Once I started I couldn't stop and so opened my <a href="https://joannalemon.etsy.com/" target="_blank">Etsy shop</a>... Every piece is unique and I'm designing new pieces all the time! </p> </div> </div> @@ -131,10 +131,19 @@ img { } .inner-grid_1 p { - font-size: 2.0rem; + font-size: 1.8rem; color: darkgray; padding-right: 100px; - padding-top: 100px; + padding-top: 60px; + padding-bottom:100px + text-align: right; +} + +.inner-grid_1 p#sewing-blurb { + font-size: 1.5rem; + color: darkgray; + padding-right: 100px; + padding-top: 20px; padding-bottom:100px text-align: right; } @@ -188,7 +197,7 @@ img { @media only screen and (max-width: 1200px) { .inner-grid_1 p { text-align: left; - font-size: 2.0rem; + font-size: 1.8rem; padding-top: 10px; padding-right: 20px; } @@ -201,7 +210,11 @@ img { padding-top: 10px; padding-right: 20px; } - + + .inner-grid_1 p#sewing-blurb { + font-size: 1.2rem; + padding-top: 5px; + } } a { |