-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
75 lines (69 loc) · 2.73 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
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
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia|Spectral|Rubik">
<title> anastasis about us</title>
<meta charset="UTF-8">
</head>
<body>
<div style="margin-bottom:15px;">
<nav class="navigation">
<a href="index.html">Home</a>
<a href="materialize2.html">Bakery</a>
<a href="materialize3.html">Bakery Interactive</a>
<a href="materialize.html">Bavarian Recipe</a>
<a href="Bootstrap.html">About our Art</a>
<a href="JQuery.html">Art Gallery</a>
<a href="Selection.html">Store Location</a>
<a href="about.html">About Us</a>
</nav>
</div>
<header style="text-align:left">Anastasis</header>
<div class="goal">
<strong>Anastasis's goal</strong> is to create cool clothing designs, with non-toxic materials and dyes.
</div>
<p style="margin: 35px auto;padding-left:10px;">Anastasis's founders were on a quest to find clothing that is made with friendly materials, <em>and</em>looks exciting. They found that the clothing Industry sadly has an overemphasis on using harsh chemicals and toxic materials in dyes. Brands were found that sell organic clothing, however, more foten than not, they are marketed to be eco-friendly, rather than to retain a cool factor. The founders of Anastasis had such a hard time finding clothing that fits both categories, they decided to attempt to fill this need themselves. Anastasis's purpose is to create clothing that is kind to your body, <i>and</i> exciting to wear.</p>
<hr>
<h2 class="ClothingHeading">Clothing types</h2>
<ol class="materials">
<li class="materials">Organic Cotton</li>
<li class="materials">Merino Wool</li>
<li class="materials">Nylon</li>
</ol>
<br>
<p>Organic Cotton is our primary clothing material. Merino Wool is used with select products. Nylon is used in tiny amounts to reinforce Merino wool in some products. </p>
<hr>
<br>
<br>
<div>
</div>
<hr>
<div class="progress">Progress goals for the Fall:</div>
<table>
<tr>
<th>October</th>
<th>November</th>
<th>December</th>
</tr>
<tr>
<td>Introduce Children Selection of clothing</td>
<td>Roll out Winter Designs</td>
<td>launch a working version of the online Store</td>
</tr>
</table>
<br>
<h3 style="margin-left:10px;">feedback</h3>
<p>Anastasis is committed to providing cool and exciting designs. If you want to provide feedback, critism, or even your own design ideas, we will gladly listen to you.</p>
<br>
<div class="foot">Naturally Cool Clothing</div>
<footer>
2024 Anastasis All rights reserved
<br>
<br>
<h3 class="footernotes">contact Info:</h3>
<p class="footernotes">Phone Number: (513)800-336-8888</p>
<p class="footernotes">email adress:[email protected]</p>
</footer>
</body>
</html>