-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathorder_iOS.html
More file actions
94 lines (88 loc) · 5.46 KB
/
order_iOS.html
File metadata and controls
94 lines (88 loc) · 5.46 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sign Up for a Camp</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="coloredSection">
<div class="container-fluid" id="signUpHeaderSection">
<h1>Sign up for a Bytecamps iOS App Development Camp!</h1>
<p>We are so glad that you would like to sign up for a Bytecamps camp. Please do these two things: </p>
<ol>
<li>Fill out all the questions below</li>
<li>Follow the link to pay securely using Stripe</li>
</ol>
<p>We will get back to you asap after you sign up!</p>
</div>
</div>
<div class="whiteSection">
<div class="container-fluid">
<h3><u>About you</u></h3>
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">First off, what is your name?<sup>*</sup></p>
<input type="text" name="parent_name" value="" id="parent_name">
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">What is your email?<sup>*</sup></p>
<input type="email" id="email" name="email">
<h3 style="padding-top: 50px;"><u>About your child</u></h3>
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">What is the name of your child?<sup>*</sup></p>
<input type="text" name="child_name" value="" id="child_name">
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">How old is your child?<sup>*</sup></p>
<input type="text" name="child_age" value="" id="child_age">
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">In what grade is your child?<sup>*</sup></p>
<input type="text" name="child_grade" value="" id="child_grade">
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">What is your child's gender?<sup>*</sup></p>
<input type="text" name="child_gender" value="" id="child_gender">
<h3 style="padding-top: 50px;"><u>About the camp</u></h3>
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">What camp are you signing up for?<sup>*</sup></p>
<input type="radio" id="app_dev_begin" name="camp_type" value="app_dev_begin">
<label for="app_dev_begin">iOS App Development - beginner</label><br>
<input type="radio" id="app_dev_adv" name="camp_type" value="app_dev_adv">
<label for="app_dev_adv">iOS App Development - advanced</label><br>
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">What week are you signing up for?<sup>*</sup></p>
<input type="radio" id="june21_to_june25_2021" name="camp_week" value="june21_to_june25_2021">
<label for="june21_to_june25_2021">June 21st - June 25th 2021 : BEGINNER</label><br>
<input type="radio" id="july12_to_july16_2021" name="camp_type" value="july12_to_july16_2021">
<label for="july12_to_july16_2021">July 12th - July 16th 2021 : BEGINNER</label><br>
<input type="radio" id="august2_to_august6_2021" name="camp_type" value="august2_to_august6_2021">
<label for="august2_to_august6_2021">August 2nd - August 6th 2021 : BEGINNER OR ADVANCED</label><br>
<h3 style="padding-top: 50px;"><u>Final questions</u></h3>
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">What is your phone number?<sup>*</sup></p>
<small>Format: 123-456-7890</small> <br>
<input type="tel" id="phone" name="phone"
pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}"
required>
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">How much coding/Procreate experience does your child have (please be specific)?<sup>*</sup></p>
<input type="text" name="child_experience" value="" id="child_experience">
<p style="padding-bottom: 5px; font-weight: bold; padding-top: 20px;">How did you hear about us?<sup>*</sup></p>
<input type="text" name="hear_about_us" value="" id="hear_about_us">
<br>
<br>
<button type="button" class="btn btn-success" onclick="submitButtonClicked()">Submit & take me to payment page</button>
</div>
</div>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-analytics.js"></script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyBt6gYO_8fRfBme-DgR95YxI51ydwdllBc",
authDomain: "bytecamps-website.firebaseapp.com",
projectId: "bytecamps-website",
storageBucket: "bytecamps-website.appspot.com",
messagingSenderId: "382286865533",
appId: "1:382286865533:web:4bd24a6d7a08f15fd43d14",
measurementId: "G-4Y4CWSG7LQ"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<script src="order_iOS.js" charset="utf-8"></script>
</body>
</html>