-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
44 lines (44 loc) · 1.55 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>about lakeview licks</title>
<meta name="about lakeview licks" content="learn more about lakeview licks" charset="utf-8">
<link rel="stylesheet" href="css.css">
</head>
<body>
<h1 class="heading1">about Lakeview Licks</h1>
<a href="https://lakeview-licks.github.io/"><img id="bar" src="Logo.png" alt="lakeview licks logo" height="100"></a>
<p id="about">
Lakeview Licks is a company founded by three kids; Henry: website coding & baking ,Beatrice: artwork & baking , and Noah website coding & baking the treats) )<br>
we live in the same neighborhood and thought that dog treats should not taste like uh... cabbage?<br>
we sell homemade treats that taste good to your dog AND you.
<div class="bottom">
<table>
<thead>
<tr>
<th>About Us</th>
<th>Order Now</th>
<th>Our suppliers</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="about.html">about page</a></td>
<td><a href="people-and-pets-peanut-bites.html">people and pets peanut bites</a></td>
<td></td>
</tr>
<tr>
<td><a href="contact-us.html">contact us</a></td>
<td><a href="almond-rollis.html">almond rollis</a></td>
<td></td>
</tr>
<tr>
<td><a href="preorder.html">order locally</a></td>
<td>new treats coming soon!</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>