-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (48 loc) · 1.32 KB
/
index.html
File metadata and controls
50 lines (48 loc) · 1.32 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
---
layout: custom
---
<header>
<div class="wrapper">
<h1>Happy Birthday Jack</h1>
<img src="images/header.jpg" alt="Jack" />
</div>
</header>
<div class="page-content">
<div class="wrapper feature">
<div class="img-container">
<img src="images/wiggleworks1.jpg" alt="wiggleworks play">
</div>
<div class="content">
<h2>Birthday party details</h2>
<ul class="basic">
<li><b>Where:</b> WiggleWorks at Crossroads Mall</li>
<li><b>When:</b> Saturday, November 15</li>
<li><b>Time:</b> 10am - 11:30am</li>
</ul>
</div>
</div>
<div class="wrapper feature">
<div class="img-container">
<img src="images/wiggleworks2.jpg" alt="wiggleworks play">
</div>
<div class="content">
<h2>Other things to remember</h2>
<ul>
<li>Bring socks for your child</li>
<li>We will be having some snacks + cupcakes</li>
<li>If you've never been to WiggleWorks before, you can fill out a waiver ahead of time (you can also just do this day of too)</li>
</ul>
</div>
</div>
<div class="wrapper feature">
<div class="img-container">
<img src="images/game-face.jpg" alt="game faces">
</div>
<div class="content">
<h2>Last things...</h2>
<ul>
<li>Get your game faces on and be ready to party!</li>
</ul>
</div>
</div>
</div>