-
Notifications
You must be signed in to change notification settings - Fork 0
/
About_Us.html
66 lines (59 loc) · 2.07 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
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title>About Us - Kelp Shop</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Kelp Shop</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Shop.html">Kelp-Shop</a></li>
<li><a href="About_Us.html">About Us</a></li>
<li><a href="Reviews.html">Reviews</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>About Us</h2>
<p id="about us, about us, title">
The groundbraking, not-award-winning company for dried kelp.
</p>
<p>
Kelp Ltd. is a company (in the Hack Club Minecraft server) that sells dried kelp.
<br>
You can buy from us, up to one stack (64 blocks) of dried kelp blocks.
</p>
</section>
<h3>Our Team</h3>
<ul>
<li><strong>Odysseus</strong> - Founder & Co-Owner</li>
<li><strong>Marios</strong> - Co-Owner & Head Engineer</li>
<li><strong>Doruk</strong> - Factory Administrator</li>
</ul>
<br>
<h3>Our Parteners</h3>
<ul>
<li><strong>Here are our parteners of Kelp Ltd.</strong></li>
<br>
<li><strong>Devlos</strong> - Devlos has invested to Kelp Ltd. by providing equipment to dry kelp faster.</li>
<li><strong>Omay</strong> - Omay has helped us by offering to constract the facilities for drying kelp.</li>
<li><strong>ZeroQL</strong> - ZeroQL has invested to Kelp Ltd. by being our first customer.</li>
</ul>
</section>
</main>
<footer>
<p>© 2023 Kelp Shop. All rights reserved.
<br>
GNU General Public License v3.0
<br><br>
Not a real company, just a project for Hack Club
<br>
* Not really</p>
<img src="/images/Kelp.webp" id="gif">
</footer>
</body>
</html>