-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
152 lines (131 loc) · 7.69 KB
/
Copy pathindex.php
File metadata and controls
152 lines (131 loc) · 7.69 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
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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cafeteria</title>
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="navbar.css">
<link rel="stylesheet" type="text/css" href="footer.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href="https://fonts.googleapis.com/css2?family=Ranchers&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
</head>
<body>
<div class="main-loader"></div>
<div>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
<a class="navbar-brand mr-auto mr-lg-0 fas fa-coffee" href="index.php" style="padding-right: 20px;font-size: 30px;"><span style="padding-left: 20px;">Cup o' Joe</span></a>
<button class="navbar-toggler p-0 border-0" type="button" data-toggle="offcanvas">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse offcanvas-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link dep" href="index.php">Home</a>
</li>
<li class="nav-item">
<a class="nav-link dep" href="news.php">News</a>
</li>
<li class="nav-item">
<a class="nav-link dep" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link dep" href="#">Contact Us</a>
</li>
<?php
session_start();
$_SESSION['pdetails']="index";
if(isset($_SESSION['username'])){
echo '<li class="nav-item">
<a class="nav-link dep" href="#">Welcome '.$_SESSION["username"].'</a>
</li>';
echo '<li class="nav-item">
<a class="nav-link dep" href="logout.php">Logout</a>
</li>';}else{
echo '<li class="nav-item">
<a class="nav-link dep" href="login.php">Login</a>
</li>';
echo '<li class="nav-item">
<a class="nav-link dep" href="signup.php">SignUp</a>
</li>';
} ?>
</ul>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner"><div id="ban2" class="carousel-caption d-md-block" style="text-align: justify;padding-bottom: 177px;">
<h1 id="hxh"><span></span>Welcome to Cup o' Joe</h1>
<p class="dxd" style="color:white;font-family: 'Lobster', cursive;font-size: large;">'The Night Cafe' and 'The Starry Night' still emit such pathos, density, and intensity that they send shivers down the spine. Whether Van Gogh thought in color or felt with his intellect, the radical color, dynamic distortion, heart, soul, and part-by-part structure in these paintings make him a bridge to a new vision and the vision itself.</p>
<p class="dxd" style="color:white;float: right;font-family: 'Lobster', cursive;font-size: large;">-Jerry Saltz</p>
</div>
<div class="carousel-item active">
<img class="ghj" src="images/tony-lee-8IKf54pc3qk-unsplash.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="ghj" src="images/nathan-dumlao-I_394sxx0ec-unsplash (2).jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="ghj" src="images/nathan-dumlao-6VhPY27jdps-unsplash (2).jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="drf" style="padding-bottom: 235px;">
<h1 id="drf1">GAME DAY PARTY PACKAGES</h1>
<hr style="padding-bottom: 5px;width: 14%;color: white;background-color: white;">
<p style="padding-top: 31px;color: white;font-size: 30px;margin-bottom: 0;font-family: 'Oswald', sans-serif;letter-spacing: 1px;padding-bottom: 20px;">FEED YOUR SQUAD OF 6 FOR ₹1000 OR 12 FOR ₹1500 ON GAME DAY.</p>
<p style="font-size: 30px;color: white;padding-bottom: 27px;font-family: 'Oswald', sans-serif;letter-spacing: 1px;">ORDER ONLINE OR BY DRIVE-THRU FOR SAME-DAY PICKUP.</p>
<a href="order.php" class="btn aza">ORDER ONLINE</a>
</div>
<div class="container row1" id="ord">
<div class="col-xl-5">
<h1 style="font-family: 'Ranchers', cursive;font-size: revert;">3 WAYS TO <br><span style="font-family: 'Sansita Swashed', cursive;font-size: 90px;">JOE</span> <img src="images/oderr.jpg" alt=""> </h1>
<p style="font-family: 'Pacifico', cursive;letter-spacing: 3px;">Select your pickup preference when <br>you Order from our site</p>
<a href="news.php" class="btn btn-info" style="border-radius: 20px;font-weight: 900;">SEE HOW WE'RE SERVING SAFELY</a>
</div>
<div class="col-xl-7">
<img src="images/curbside.jpg" alt="" class="img">
<img src="images/drive thru.jpg" alt="" class="img">
<img src="images/in store.jpg" alt="" class="img">
</div>
</div>
<?php include "footer.php";?>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- <script src="index.js"></script> -->
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
<script>
var $preLoader = $(".main-loader");
$(window).load(function() {
$preLoader.fadeOut(""); // Animate loader off screen
});
$(function () {
'use strict'
$('[data-toggle="offcanvas"]').on('click', function () {
$('.offcanvas-collapse').toggleClass('open')
})
})
</script>
</html>