-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStores.html
80 lines (76 loc) · 2.42 KB
/
Stores.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
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<!--
Course: CIS 181 WW1
Name: Jamie Steinberg
Date: July 13, 2021
-->
<title>Stores</title>
<link href="jpf_reset.css" rel="stylesheet" />
<link href="jpf_styles.css" rel="stylesheet" />
<link href="jpf_sudoku.css" rel="stylesheet" />
<meta charset="utf-8">
</head>
<body>
<header>
<img src="jpf_logo.png" alt="Japanese Puzzle Factory" id="logoimg" />
<nav> <a id="navicon" href="#"><img src="jpf_navicon.png" alt="" /></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Stores.html">Store</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li><a href="Benefits.html">Benefits</a></li>
<li><a href="contactUs.html">Contact Us</a></li>
</ul>
</nav>
</header>
<article>
<h2>Sudoku Stores</h2>
<br/>
<p> These are local stores that feature sudoku puzzles for purchase.</p>
<ul>
<li>All stores are in Chicago</li><br/>
<li>All stores are locally owned.</li><br/>
<li>All stores have excellent selection.</li><br/>
</ul>
<br/>
<br/>
<img src="sudoku2.png" height=auto width=auto position="center" alt="Sudoku Stores"> <br/>
<br/>
<br/>
</article>
<footer>
<nav>
<ul>
<li><a href="#">Akari</a></li>
<li><a href="#">Divide by Box</a></li>
<li><a href="#">Fillomino</a></li>
<li><a href="#">Hashiwokakero</a></li>
<li><a href="#">Heyawake</a></li>
</ul>
<ul>
<li><a href="#">Hitori</a></li>
<li><a href="#">Kakuro</a></li>
<li><a href="#">Katagaku</a></li>
<li><a href="#">Masugo</a></li>
<li><a href="#">Masyu</a></li>
</ul>
<ul>
<li><a href="#">Nonogram</a></li>
<li><a href="#">Oekaki Logic</a></li>
<li><a href="#">Shikaku</a></li>
<li><a href="#">Sudoku</a></li>
<li><a href="#">Suhai</a></li>
</ul>
<ul>
<li><a href="#">Super Sudoku</a></li>
<li><a href="#">Tenketsu</a></li>
<li><a href="#">Tentai Show</a></li>
<li><a href="#">Wordoku</a></li>
<li><a href="#">Yajilin</a></li>
</ul>
</nav>
</footer>
</body>
</html>