-
Notifications
You must be signed in to change notification settings - Fork 0
/
events page.html
86 lines (63 loc) · 2.19 KB
/
events page.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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>Steak House Events</title>
<link href="CSS/events design.css" rel="stylesheet" type="text/css">
<style>
</style>
</head>
<body >
<div class="top">
<div class="navbar">
<a href="index.html"><img class="logo" src="images/LogoPNG.png"></a>
<div class="subnav">
<button class="subnavbtn"> <a href="menu-page.html"> Menu </a> <i class="fa fa-caret-down"> </i> </button>
<div class="subnav-content">
<a href="Menu-Page.html">Appetizers</a>
<a href="Menu-Page.html">Entrees</a>
<a href="Menu-Page.html">Deserts</a>
</div>
</div>
<div class="subnav">
<button class="subnavbtn"><a href="drinks.html"> Drinks </a> <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
</div>
</div>
<div class="subnav">
<button class="subnavbtn"><a href="takeout.html">Takeout </a> <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
</div>
</div>
<div class="subnav">
<button class="subnavbtn"><a href="events page.html">Events </a> <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
</div>
</div>
<a class="cta" href="contact page.html"><button>Contact Us</button></a>
</div>
</div>
<table>
<tr>
<th> <img src="images/FramedMusic.png" alt="Music" height="350" > </th>
<th> <img src="images/FramedSteak.png" alt="steak" height="350" > </th>
<th> <img src="images/FramedOktoberfest.png" alt="oktoberfest" height="350" > </th>
</tr>
<tr align="center">
<th> <h2>Live Music</h2> </th>
<th> <h2>The 96 Ouncer</h2> </th>
<th> <h2> Oktoberfest </h2> </th>
</tr>
<tr align="center">
<th> <p> October 8 <br/>
October 22 <br/>
November 5 <br/>
November 19 <br/>
December 3
</p> </th>
<th> <p> A 96 ounce T-Bone that comes free if the participant consumes the entire steak within an hour </p> </th>
<th > <p> Come in for German Beers and specials on our steaksduring October 24-30 </p> </th>
</tr>
</table>
</body>
</html>