-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.php
126 lines (101 loc) · 6.4 KB
/
news.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
<!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>News</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="news.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=Oswald&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=Bangers&display=swap" rel="stylesheet">
</head>
<body>
<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']="news";
if(isset($_SESSION['username'])){
echo '<li class="nav-item">
<a class="nav-link dep" href="#">'.$_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 class="container row1" style="background-color:#E8F4F7 ;padding-left: 0;margin-top: 87px;margin-bottom: 87px;padding-right: 0">
<div class="col-xl-7 col-sm-12" style="padding-left: 0;padding-right: 0;">
<img src="images/mask.jpg" style="width: 100%;height: 100%">
</div>
<div class="col-xl-5 col-sm-12" style="text-align: center;color:#0A8FA5 ;padding-right: 0;padding-top: 44px;padding-left: 0">
<p style="font-family: 'Oswald', sans-serif;font-size: 40px;">DIDICATED TO SERVING</p>
<p style="font-family: 'Sansita Swashed', cursive;font-size: 37px;">Safely & Responsibly</p>
<p style="font-family: 'Oswald', sans-serif;font-size: 40px;">WITH A SMILE</p>
</div>
</div>
<div style="text-align: center;padding-left: 100px;padding-right: 100px;" class="container" id="tgf">
<div>
<h1 style="font-family: 'Sansita Swashed', cursive;font-size: 3em;text-decoration: underline;">News & Update</h1>
<h1 class="fon">Face covering required in-store for you and our team members to help keep everyone safe</h1>
<p class="fon1">As we prioritize the safety and well-being of our teams, guests, and communities, face coverings will be required for guests who enter Cup o' Joe company-owned locations. Customers who are not wearing a face covering have alternate options to receive their order, including ordering at the drive-thru or order online on Joe's site. Those with underlying medical exemptions and young children are excluded from the requirement</p>
</div>
<div>
<h1 class="fon">Coffee and Community fuel us.</h1>
<p class="fon1">It’s how we start good days and gear up for late nights. It’s how we provide comfort, warmth and stamina, and now more than ever, it’s providing purpose. Your ongoing support and appreciation allow us to keep Joe open for business and our team’s livelihoods intact. As a local coffee company with deep roots and a strong community connection, we are infinitely grateful. In return, we pledge to continue to serve you, our guests, safely and responsibly while giving back in our communities where we can.</p>
</div>
<p style="font-family: 'Pacifico', cursive;font-size: 31px;font-weight: 600;padding-top: 50px;padding-bottom: 50px;" id="kgf">Though your experience visiting us may look a little different nowadays, we are here to serve you safely, responsibly, and with a smile — even if it’s under our face coverings.</p>
<p style="font-family: 'Pacifico', cursive;font-weight: 600;font-size: 40px;padding-bottom: 20px;" id="kgf1">LET’S KEEP EACH OTHER SAFE.</p></div>
<div class="container row1" id="kgf2">
<div class="col-xl-6">
<img src="images/rule1.jpg" style="width: 100%;padding-top: 30px;">
</div>
<div class="col-xl-6">
<img src="images/rule2.jpg" style="width: 100%;padding-top: 30px;">
</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>
</body>
<script>
$(function () {
'use strict'
$('[data-toggle="offcanvas"]').on('click', function () {
$('.offcanvas-collapse').toggleClass('open')
})
})
</script>
</html>