-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSupport.php
More file actions
50 lines (39 loc) · 1.63 KB
/
Support.php
File metadata and controls
50 lines (39 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<title>Support</title>
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
</head>
<body style="background: linear-gradient(to top right, #66ccff 0%, #ff99cc 100%)";
}>
<nav class="navbar navbar-expand-lg navbar sticky-top" style="background-color: #639ea4">
<a class="navbar-brand" style="color:#000000" href="welcome.php">Park.<span style="color:#ff9933">Le</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" style="color:#000000" href="welcome.php">Home </a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:#000000" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:#000000" href="#">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:#000000" href="#">Donate</a>
</li>
</ul>
<form class="form-inline">
<a href="logout.php" class="btn btn-danger"
">Sign Out of Your Account</a>
</form>
</nav>
<div class ="jumbotron" style="background-color:#ffff99">
<h1 style="color: #000066">We are here to support you!!</h1>
<p style="color:#000066">We try our best to not make you uncomfortable :)</p>
</div>
</body>
</html>