-
Notifications
You must be signed in to change notification settings - Fork 0
/
remove.html
100 lines (87 loc) · 3.47 KB
/
remove.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link rel="stylesheet" href="css/index.css">
<style>
body {
background-color: #12243A;
}
</style>
<!-- Scripts -->
</head>
<body data-spy="scroll" data-target="#MainNavbar" data-offset-top="50">
<nav class="navbar navbar-inverse navbar-fixed-top" id="mainNavbar">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">JHacks</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
</ul>
<ul class="nav white navbar-nav navbar-right">
<li>
<a class="white" href="index.html#about">About</a>
</li>
<li>
<a class="white" href="index.html#faq">FAQs</a>
</li>
<li>
<a class="white" href="index.html#schedule">Schedule</a>
</li>
<li>
<a class="white" href="index.html#location">Location</a>
</li>
<li>
<a class="white" href="index.html#sponsor">Sponsors</a>
</li>
<li>
<a class="white" href="index.html#register">Register</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Fills empty space behind the navbar -->
<div class="topSpace">
</div>
<!-- /////////////////////////////////////// -->
<!-- Start of FAQ section -->
<div class="container-fluid" id="faq">
<div class="top50 bottom50">
<div align="center">
<h1 class="white boldThis">Remove Request Processed</h1>
</div>
</div>
<div class="col" style="text-align: center;">
<h3 class="white">Thanks for letting us know. We'll miss you!</h3>
</div>
</div>
<!-- End of FAQ section -->
<!-- /////////////////////////////////// -->
<!-- All the scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script type="text/javascript" src="js/index.js"></script>
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAMBc_p3jxkMuwKMb0_tiRhqA1jkz8vyhc&callback=initMap"></script>
</body>
</html>