-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSelection.html
42 lines (41 loc) · 1.56 KB
/
Selection.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
<!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 selection</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>
<h1 class="ClothingHeading">Store Location</h1>
<p class="welcome">Come Visit us today!</p>
<h3> We are located in Oxford Ohio on High Street.</h3>
<p>We are close to the Miami University Campus.</p>
<p>Our exact Adress is: 17775 E High Street, Oxford, OH 45056.</p>
<img style="margin-left:50px; margin-bottom:40px;"src="images/oxford-oh.gif" alt="map of oxford" width="320px"; height="350px";>
<p>In the future we are looking to expand to new locations. This may be a long term project, however.</p>
</div>
<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>