-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (165 loc) · 6.17 KB
/
index.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Goblin Store</title>
<link rel="icon" type="image/icon" href="/pics/tiny.png" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link href="/pages/css/index.css" rel="stylesheet" />
<!-- Load jQuery from a cdn (cloudflare) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
</head>
<body>
<!-- Header -->
<div id="header"></div>
<!-- Content -->
<div class="container text-center">
<p class="row-cols-6 lh-sm p-md-5 m-auto fs-1" id="p">
Welcome!<br /><br />
<span class="fs-5">
Our goblins are trapped in a humane way of underground cages. <br />
We use a special lure that they enjoy once they enter the cage.<br />
Unlike other trappers that use dogs to scare them into hiding.<br /><br />
We hunt for our goblins in two places:<br />
Goblin Valley in Utah, US<br />
Goblin Swamp in Hawke National Park, Pemberton, AUS<br />
Please browse through our catalog and find your favorite goblin.<br />
<strong>Expedited shipping is available!</strong><br />
</span>
</p>
</div>
<div class="container d-flex justify-content-center pb-5">
<div class="col-md-6 col-sm-12">
<div
id="carouselExampleCaptions"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-indicators">
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="0"
class="active"
aria-current="true"
aria-label="Slide 1"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="1"
aria-label="Slide 2"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="2"
aria-label="Slide 3"
></button>
<button
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide-to="3"
aria-label="Slide 4"
></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img
src="/pics/greg-rakozy-unsplash.jpg"
class="d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block">
<h5>Goblin Valley in Utah, US</h5>
</div>
</div>
<div class="carousel-item">
<img
src="/pics/michael-tuszynski-unsplash.jpg"
class="d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block">
<h5>Goblin Valley in Utah, US</h5>
</div>
</div>
<div class="carousel-item">
<img
src="/pics/goblinSwamp1.jfif"
class="d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block">
<h5>Goblin Swamp in Hawke National Park, Pemberton, AUS</h5>
</div>
</div>
<div class="carousel-item">
<img
src="./pics/goblinSwamp2.jfif"
class="d-block w-100"
alt="..."
/>
<div class="carousel-caption d-none d-md-block">
<h5>Goblin Swamp in Hawke National Park, Pemberton, AUS</h5>
</div>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleCaptions"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<!-- Shopping Cart Button -->
<div id="shoppingCart"></div>
<!-- Footer -->
<div id="footer"></div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<script>
// on document ready
$(document).ready(() => {
// Load the header.html into the header div, once it's loaded execute callback to add class to headerHome div
$("#header").load("template/header/header.html", () => {
$("#headerHome")
.removeClass()
.addClass("nav-link active text-black fw-bold");
});
// Load the footer.html into the footer div, once it's loaded execute callback to add class to footerHome div
$("#footer").load("template/footer/footer.html", () => {
$("#footerHome")
.removeClass()
.addClass("nav-link active text-black fw-bold");
});
// Load shoppingCart.html
$("#shoppingCart").load("template/shoppingCart/shoppingCart.html");
});
</script>
</body>
</html>