-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.64 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
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>View Future Sign Up</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<title>Sign Up Form</title>
</head>
<body>
<script src="http://code.jquery.com/jquery-1.7.1.min.js" type="text/javascript"></script>
<script data-cb-account="5e5c61c3-5967-45ac-a0d3-b28f52048fea" src="https://slack.clearbit.com/v1/notify.js"></script>
<script src="./js/firebaseLogoWrite.js"></script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href='https://fonts.googleapis.com/css?family=Nunito:400,300' rel='stylesheet' type='text/css'>
<form action="index.html" method="post">
<h1>Register for View Future</h1>
<fieldset>
<legend><span class="number">1</span>Your basic info</legend> <label for="name">Full Name:</label> <input id="name" name="user_name" type="text"> <label for="mail">Company Email:</label> <input id="mail" name="user_email" type="email">
</fieldset><button id="submitButton" type="button">Sign Up</button>
</form>
<script src="https://www.gstatic.com/firebasejs/4.1.1/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyDZyl0o7SrE2U__CJHvku3M5vGAuBKOcgw",
authDomain: "view-575e1.firebaseapp.com",
databaseURL: "https://view-575e1.firebaseio.com",
projectId: "view-575e1",
storageBucket: "view-575e1.appspot.com",
messagingSenderId: "32304176667"
};
firebase.initializeApp(config);
</script>
</body>
</html>