-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsponsors.html
More file actions
40 lines (30 loc) · 1.43 KB
/
sponsors.html
File metadata and controls
40 lines (30 loc) · 1.43 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Project Boolean</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="manifest" href="manifest.webmanifest">
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<body><h1>Project |<span class="col_orange">| Boolean</span></h1><div class="container"><div class="row"><div class="col-xl-2"></div>
<div class="wrapper col-xl-8">
<div class="wrapper-header">
<p>A Programming Competition for Highschoolers</p>
</div>
<h3>Level 3 Sponsors</h3>
<!--Level 3 Sponsors get Logo/Photo, title, and short description in a slideshow, as well as a mention in index-->
<h3>Level 2 Sponsors</h3>
<!--Level 2 Sponsors get Logo/Photo , title, and short description in a slideshow-->
<h3>Level 1 Sponsors</h3>
<!--Level 1 Sponsors get Logo and title-->
<h5>Individual Supporters</h5>
<br>
<a href="index.html">»<span class="detail_mimic">Back to home</span>«</a>
</div>
<div class="col-xl-2"></div></div></body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="insertConfig.js" type="text/javascript"></script>
</html>