-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (72 loc) · 2.18 KB
/
index.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lucky Shrub</title>
<meta name="author" content="Lucky Shrub">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<img src="/html/Asset 1@3x.png" alt="this is a logo" width="150" height="150">
</header>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li> <a href="index.html">Solutions</a></li>
<li> <a href="index.html">About us</a></li>
<li> <a href="index.html">Contact</a></li>
</ul>
</nav>
<main>
<section>
<article>
<h1>
Who are we?
</h1>
<p>
Based in Tuscon, Arizona, Lucky Shrub is a medium-sized garden design firm that specializes in garden design and creation, maintenance and landscaping. The company also runs a small plant nursery that sells indoor and outdoor plants, making them a one-stop shop for clients to "transform any space into an oasis you can be proud of".
</p>
</article>
</section>
<section>
<article>
<h2>
What We do:
</h2>
<img src="/html/download1.jpeg" alt="Logo" >
<p>
Some things
</p>
</article>
<article>
<h2>
What we do:
</h2>
<img src="/html/download2.jpeg" alt="Logo" >
<p>
Some things
</p>
</article>
<article>
<h2>
What we do:
</h2>
<img src="/html/download.jpeg" alt="Logo" >
<p>
Some things
</p>
</article>
</section>
</main>
<footer>
<div>
<img src="/html/Asset 2@3x.png" alt="Logo" width="80" height="80">
</div>
<div>
<p>@Copyrigth Lucky Shrub</p>
</div>
</footer>
</body>
</html>