-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (56 loc) · 1.93 KB
/
index.html
File metadata and controls
62 lines (56 loc) · 1.93 KB
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
<!DOCTYPE html>
<html>
<!---............... index / Home..................-->
<head>
<title>Spooky Little Developer's Monster-Creations</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a class="active" href="landing.html">Home</a></li>
<li><a href="index.html">Creations</a></li>
<li><a href="details.html">About</a></li>
<li style="float:right"><a href="details.html">Something Wicked This Way Comes...</a></li>
</ul>
</nav>
</header>
<main>
<h1>View my creations if you dare.....</h1>
<div class="grid-container">
<a href="details.html">
<div class="grid-item">
<h3>
Eerie Sleep Hollow?
</h3>
<img src="/Users/jenniferdunsmore/Desktop/Per Scholas/halloween-7451643_640.jpg" alt=>
<p>Adventure Traveling</p>
</div>
</a>
<a href="details.html">
<div class="grid-item">
<h3>
Vampire's Castle?
</h3>
<img src="/Users/jenniferdunsmore/Desktop/Per Scholas/halloween-8317126_640 (1).jpg" alt=>
<p>Spooky Lodging</p>
</div>
</a>
<a href="detail.html">
<div class="grid-item">
<h3>
The Witch's Coven?
</h3>
<img src="/Users/jenniferdunsmore/Desktop/Per Scholas/Images/The Haunted House by anacathie on DeviantArt.jpg"
alt=>
<p>Haunted House Attraction</p>
</div>
</a>
</div>
</main>
<footer>
Made with angst by a struggling bootcamp student
</footer>
</body>
</html>