-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (23 loc) · 1.08 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Firebase Events</title>
<script type='text/javascript' src='https://cdn.firebase.com/v0/firebase.js'></script>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script>
<link rel="stylesheet" type="text/css" href="event-evaluationCSS.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="buttons.css">
</head>
<body>
<h1> Which events should we sponsor?</h1>
<table id="eventTable" class="centerTable"></table>
<input type="text" id="eventName" placeholder="Event">
<input type="text" id="eventUpvotes" placeholder="0" style="display:none">
<input type="text" id="eventDownvotes" placeholder="0" style="display:none">
<input type="submit" value="Suggest Event" id="submit-btn" class="btn button button-flat-caution">
<script src="event-evaluationJSFile.js"></script>
<p>Powered by</p>
<a href="http://www.firebase.com" target="_blank"><img src="firebase-logo.jpg" alt="Firebase logo"></a>
</script>
</body>
</html>