-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmenu.html
122 lines (116 loc) · 5.45 KB
/
menu.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
<html>
<head>
<title>view our menu</title>
<html>
<head>
<title>Menu</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link rel="Shortcut Icon" href="http://jpg.hoodamath.com/large/papaspizzeria_300x225.jpg">
</head>
<body>
<h1 style="font-family: freestyle script" align="center"><font size="480">Papa's Pizzeria</font></h1>
<h2 style="font-family: freestyle script" align="center"><font size="480">Menu</font></h2>
<div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="home.html">Home <span class="sr-only">(current)</span></a>
</li>
<div class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Menu
<span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="menu.html">Pizza</a></li>
<li><a href="sides.html">Sides</a></li>
<li><a href="desserts.html">Desserts</a></li>
</ul>
</div>
<li class="nav-item active">
<a class="nav-link" href="#">Locations <span class="sr-only">(current)</span></a>
</li>
<div class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Games
<span class="caret"></span></button>
<ul class="dropdown-menu">
<a class="dropdown-item" href="http://www.coolmath-games.com/0-papas-pizzeria">Papa's Pizzeria </a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="http://www.coolmath-games.com/0-papas-freezeria">Papa's Freezeria</a>
<a class="dropdown-item" href="http://www.coolmath-games.com/0-papas-pancakeria">Papa's Pancakeria</a>
</ul>
</div>
<li class="nav-item active">
<a class="nav-link" href="#">Social Media <span class="sr-only">(current)</span></a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
</div>
<div class="container">
<div class="row">
<div class="col-sm">
1 topping-small
<p>$4.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/X1PUP.png" width="" height="">
</div>
<div class="col-sm">
1 topping-regular
<p>$6.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/X1PUP.png" width="" height="">
</div>
<div class="col-sm">
1 topping-large
<p>$8.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/X1PUP.png" width="" height="">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm">
Chicken<br>
<p>$8.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/STCBS.png" width="" height="">
</div>
<div class="col-sm">
Hawaian<br>
<p>$7.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/STCS.png" width="" height="">
</div>
<div class="col-sm">
Three Cheese<br>
<p>$8.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/STTPS.png" width="" height="">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm">
Vegetable<br>
<p>$6.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/STPAS.png" width="" height="">
</div>
<div class="col-sm">
Chicken Pizza-dilla<br>
<p>$5.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/CHPIZ.png" width="" height="">
</div>
<div class="col-sm">
Steak Pizza-dilla<br>
<p>$5.99</p>
<img src="https://cdn.pizzapizza.ca/o33/static/PPLNEWWEB/EN/products/full/1x/STPIZ.png" width="" height="">
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
</body>
</html>