-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBackEndandIndex2
More file actions
71 lines (57 loc) · 2.27 KB
/
BackEndandIndex2
File metadata and controls
71 lines (57 loc) · 2.27 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="css/qdIsm.css">
</head>
<body>
<h1><span class="yellow">HackToSpons</span></h1>
<h2>Need a sponsor for your hackathon? Looking for hackathons to get publicity from? <a rel="nofollow" rel="noreferrer"href="https://github.com/hacktospons2/hacktospons2.github.io" target="_blank">We have the solution.</a></h2>
<form class="btn-group" action="" style="text-align: center">
<input type="radio" name="type" class="btn btn-primary" style="margin: 0 auto; padding: 100px"> Hackathon Organizer
<input type="radio" name="type" class="btn btn-primary" style="margin: 0 auto"> Company
</form>
<form style="text-align: center">
Contact email:
<input type="text" name="email" style="margin: 0 auto">
</form>
<form style="text-align: center">
Website:
<input type="text" name="website" style="margin: 0 auto">
</form>
<form style="text-align: center">
Money requesting/sponsoring:
<input type="text" name="money" style="margin: 0 auto">
</form>
<form style="text-align: center">
Location:
<input type="text" name="location" style="margin: 0 auto">
</form>
<form style="text-align: center">
Availability Start Date:
<input type="text" name="startDate" style="margin: 0 auto">
Availability End Date:
<input type="text" name="endDate" style="margin: 0 auto">
</form>
<form style="text-align: center">
<input type="submit" value="Submit">
</form>
<form style="text-align: center" action="hackathonList.html">
<input type="submit" value="View Hackathons/Sponsors">
</form>
</body>
<ol>
</ol>
<script src="https://www.gstatic.com/firebasejs/3.7.3/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyBZCedSSmWw8zgbJ_IE9mJDjYbepZgsR94",
authDomain: "hacktospons-3cbeb.firebaseapp.com",
databaseURL: "https://hacktospons-3cbeb.firebaseio.com",
storageBucket: "hacktospons-3cbeb.appspot.com",
messagingSenderId: "523367268259"
};
firebase.initializeApp(config);
</script>