-
Notifications
You must be signed in to change notification settings - Fork 0
/
loguser.php
140 lines (125 loc) · 7.06 KB
/
loguser.php
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
<?php
session_start();
$username = $_SESSION["uname"];
echo '<!DOCTYPE html>
<html>
<head>
<title>Fast Food</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<link href="css/login.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" id="my-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://localhost/FastFood/loguser.php" class="navbar-brand">Fast Food</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<a href="http://localhost/FastFood/logout.php" class="btn btn-warning navbar-btn navbar-right" data-toggle="modal">Log out</a>
<ul class="nav navbar-nav">
<li><a href="http://localhost/FastFood/loguser.php">Home</a>
<li><a href="http://localhost/FastFood/logusergallery.php">Gallery</a>
<li><a href="http://localhost/FastFood/logusermenu.php">Menus</a>
<li><a href="http://localhost/FastFood/logusercontact.php">Contact Us</a>
<li><a href="http://localhost/FastFood/cart.php">Shopping Cart</a>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container text-center">
<h1>Fast Food</h1>
<p>Sri Lanka'."'".'s best and fast food delivering system</p>
<div class="btn-group">
<a href="https://play.google.com/store/apps/details?id=com.ce.android.brand.uppercrust" target="_blank" class="btn btn-lg btn-info">Download App</a>
</div>
</div>
</div>
<!-- Feedback-->
<div class="container">
<section>
<div class="page-header" id="feedback">
<h2>Latest news.<small> Check out the Food Trends for 2016</small></h2>
</div>
<div class="row">
<div class="col-md-4">
<blockquote>
<p>Sriracha has been the go-to hot sauce of choice these last few years, being used in everything from pasta to cheese dip to ice cream, but it'."'".'s about to be joined by some new, spicy friends. According to Technomic, diners with adventurous palates can look forward to ingredients found in cuisine from North Africa and Southeast Asia such as dukka, ghost pepper, gochujang, harissa sambal and sumac.</p>
<footer>The hotter the better.</footer>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>For 2016, carbonated beverages are at your local watering hole, Technomic predicts that you'."'".'ll find a preponderance of champagne and Proseccos, soft drinks with a kick and sparkling teas -- not to be confused with bubble teas, which are accompanied by tapioca.</p>
<footer>Pass the bubbly, please.</footer>
</blockquote>
</div>
<div class="col-md-4">
<blockquote>
<p>In 2016, more diners will want to know where their food comes from and how it got onto their plates, according to Technomic. This clamoring for local and fresh ingredients means many restaurants will aim to streamline their supply chains and be as transparent as possible about their suppliers and food sources.</p>
<footer>Not the destination, but the journey.</footer>
</blockquote>
</div>
</div>
</section>
</div>
<footer>
<div class="footer" id="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12 ">
<h3> </h3>
<ul>
<li>
<div class="input-append newsletter-box text-center">
<input type="text" class="full text-center" placeholder="Email ">
<button class="btn bg-gray" type="button"> Subscribe <i class="fa fa-long-arrow-right"> </i> </button>
</div>
</li>
</ul>
<ul class="social">
<li> <a href="https://www.facebook.com/" target="blank"> <i class=" fa fa-facebook"> </i> </a> </li>
<li> <a href="https://twitter.com/" target="blank"> <i class="fa fa-twitter"> </i> </a> </li>
<li> <a href="https://plus.google.com/" target="blank"> <i class="fa fa-google-plus"> </i> </a> </li>
<li> <a href="https://www.pinterest.com/" target="blank"> <i class="fa fa-pinterest"> </i> </a> </li>
<li> <a href="https://www.youtube.com/" target="blank"> <i class="fa fa-youtube"> </i> </a> </li>
</ul>
</div>
</div>
<!--/.row-->
</div>
<!--/.container-->
</div>
<!--/.footer-->
<div class="footer-bottom">
<div class="container">
<p class="pull-left"> Copyright © Fast Food Restaurant 2016. All right reserved. </p>
<div class="pull-right">
<ul class="nav nav-pills payments">
<li><i class="fa fa-cc-visa"></i></li>
<li><i class="fa fa-cc-mastercard"></i></li>
<li><i class="fa fa-cc-amex"></i></li>
<li><i class="fa fa-cc-paypal"></i></li>
</ul>
</div>
</div>
</div>
<!--/.footer-bottom-->
</footer>
<script src="jquery/jquery-3.1.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
';
?>