-
Notifications
You must be signed in to change notification settings - Fork 0
/
About Us.html
57 lines (57 loc) · 2.61 KB
/
About Us.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="About Us.css">
<script rel="javascript" src="About Us.js"> </script>
<div id="sidebar">
<div class="toggle-btn" onclick="show()">
<span></span>
<span></span>
<span></span>
</div>
<ul>
<li><a href="https://lyndonljc123.github.io/Home/" class="sidebar-hl"> Home </a></li>
<li><a href="https://lyndonljc123.github.io/Weddings/" class="sidebar-hl"> Weddings </a></li>
<li><a href="https://lyndonljc123.github.io/Funerals/" class="sidebar-hl"> Funerals </a></li>
<li><a href="https://lyndonljc123.github.io/Events/" class="sidebar-hl"> Events </a></li>
</ul>
</div>
</head>
<body>
<header>
<img id="logo" src="Zlogo.jpg">
<h2 class="text"> About Us </h2>
</header>
<main class="text">
<article>
<p>SJC creations was created in 2009 by Sally John-Charles,
Sally started this business as a small store in blackheath
market... SJC creations closed... SJC creations has reopened in 2023.
</article>
<article>
<p> Sally achieved a diploma in floristry at the university of ... and landed a job
at a local florist. Here she developed her skills... she moved to London in ... where
she began working in management. </p>
<p></p>
</article>
<img src="Zhomepicture.jpg" class="images">
<article>
<p> Since ... Sally has been working as a freelance forist, during this time she has
completed a multitude of projects... </p>
</article>
<article>
<p> Now in 2023 SJC Creations will be open for business from ... We will be operating
in London & the Midlands. </p>
<p></p>
</article>
</main>
<footer>
<a href="https://www.instagram.com/sjcfloralcreations/?hl=en"> <img src="ZInstagram.jpg" class="social-media"> </a>
<a href="https://www.tiktok.com/@sjcfloralcreations?lang=en" > <img src="ZTikTok.jpg" class="social-media"> </a>
<a href="https://www.facebook.com/profile.php?id=100089802482598" > <img src="ZFacebook.jpg" class="social-media"> </a>
</footer>
</body>
</html>