Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
spring classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gigmania committed Nov 12, 2015
1 parent aab8007 commit 151837c
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 173 deletions.
3 changes: 1 addition & 2 deletions _includes/alert.html
@@ -1,7 +1,6 @@
{% if page.enable-mentor-alert %}
<div class="alert alert-warning alert-dismissable student-alert">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong> Student signup for the Fall 2015 classes is open. <a href="/programs/index.html"> SIGNUP here! </a></strong>
<strong> Student signup for the Spring 2016 classes is open. <a href="/programs/index.html"> SIGNUP here! </a></strong>
</div>
{% endif %}

76 changes: 38 additions & 38 deletions fall15android/index.html
@@ -1,6 +1,6 @@
---
enable-mentor-alert: false
title: "Fall 2015 Intro Android Mobile App Development Student Signup"
title: "Spring 2016 Intro Android Mobile App Development Student Signup"
scripts: |
<script src="js/spring15android.js"></script>
---
Expand All @@ -9,17 +9,17 @@
<div id="spring-student-form-box" class="row">
<div class="spring-student-head-box col-sm-12">
<p class="spring-student-headline">
<span class="spring15-form-title"> Mission Bit Fall 2015 Intro Android Mobile App Development student signup form.</span>
<span class="spring15-form-title"> Mission Bit Spring 2016 Intro Android Mobile App Development student signup form.</span>
<br>
<br>
<span class="spring15-form-title"> The first class meeting is Monday September 14th from 4pm-6pm.
<br> Please complete and submit the form below.
<span class="spring15-form-title"> This class meets on Monday and Wednesday from 4-6pm.
<br> Please complete and submit the form below.
</span>
</p>
</div>
<div class="spring-student-success-box col-sm-12" hidden>
<p class="spring-student-success-msg">
You have successfully registered for the 2015 Fall Semester Intro Android Mobile App Development. We look forward to working with you this semester and are excited to see what you build.
You have successfully registered for the 2016 Spring Semester Intro Android Mobile App Development. We look forward to working with you this semester and are excited to see what you build.
<br>
<br>
<span class="change-plan"> If your schedule and/or plans change and you are unable to take the class, immediately send an email to info@missionbit.com so we can give your spot to another student. </span>
Expand All @@ -29,61 +29,61 @@
<form role="form">
<div id="spring-firstName-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
Your First Name is required to register for the class.
Your First Name is required to register for the class.
</p>
</div>
<div class="form-group spring-student-input-box">
<div class="col-sm-12">
<input
id="spring-student-first-name"
type="text"
class="form-control name text student-form spring-lab"
maxlength="35"
<input
id="spring-student-first-name"
type="text"
class="form-control name text student-form spring-lab"
maxlength="35"
placeholder="First Name"
autofocus>
</div>
</div>
</div>
<div id="spring-lastName-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
Your Last Name is required to register for the class.
Your Last Name is required to register for the class.
</p>
</div>
<div class="form-group spring-student-input-box">
<div class="col-sm-12">
<input
id="spring-student-last-name"
type="text"
class="form-control name text student-form spring-lab"
maxlength="70"
<input
id="spring-student-last-name"
type="text"
class="form-control name text student-form spring-lab"
maxlength="70"
placeholder="Last Name">
</div>
</div>
</div>
<div id="spring-email-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
Your email is required to register for the class.
Your email is required to register for the class.
</p>
</div>
<div class="form-group spring-student-input-box">
<div class="col-sm-12">
<input
id="spring-student-email"
type="email"
class="form-control email student-form spring-lab"
<input
id="spring-student-email"
type="email"
class="form-control email student-form spring-lab"
placeholder="Email">
</div>
</div>
<div id="student-cell-div" class="form-group spring-student-input-box">
<div class="col-sm-12">
<input
id="spring-student-cell"
type="text"
class="form-control student-form spring-lab"
<input
id="spring-student-cell"
type="text"
class="form-control student-form spring-lab"
placeholder="Cell Phone e.g. 555-777-9999">
</div>
</div>
<div id="spring-school-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
You are required to indicate the high school you attend to register for the class.
You are required to indicate the high school you attend to register for the class.
</p>
</div>
<div id="student-detail-school-div" class="form-group spring-student-input-box">
Expand Down Expand Up @@ -114,7 +114,7 @@
</div>
<div id="spring-grade-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
You are required to indicate what grade you are in to register for the class.
You are required to indicate what grade you are in to register for the class.
</p>
</div>
<div id="student-detail-grade-div" class="form-group spring-student-input-box">
Expand All @@ -130,7 +130,7 @@
</div>
<div id="spring-gender-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
You are required to indicate your gender to register for the class.
You are required to indicate your gender to register for the class.
</p>
</div>
<div id="student-detail-gender-div" class="form-group spring-student-input-box">
Expand All @@ -144,7 +144,7 @@
</div>
<div id="spring-ethnicity-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
You are required to answer this question to register for the class.
You are required to answer this question to register for the class.
</p>
</div>
<div id="student-detail-ethnicity-div" class="form-group spring-student-input-box">
Expand All @@ -163,16 +163,16 @@
</div>
<div class="form-group spring-student-input-box">
<div class="col-sm-12">
<textarea
id="spring-student-comments"
class="form-control comments student-form spring-lab"
rows="6"> Please tell us a little bit about your coding experience. What classes have you taken in high school and/or with out-of-school organizations? What languages have you worked with? Describe and, if possible, provide links to any websites, apps or software you have built individually or as a member of a team.
<textarea
id="spring-student-comments"
class="form-control comments student-form spring-lab"
rows="6"> Please tell us a little bit about your coding experience. What classes have you taken in high school and/or with out-of-school organizations? What languages have you worked with? Describe and, if possible, provide links to any websites, apps or software you have built individually or as a member of a team.
</textarea>
</div>
</div>
<div id="spring-submit-error-msg" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-error-msg student-form">
Your registration for the class is not complete. Follow the instructions above and resubmit.
Your registration for the class is not complete. Follow the instructions above and resubmit.
</p>
</div>
<div class="col-sm-12 spring-student-sub-btn">
Expand All @@ -181,4 +181,4 @@
</form>
</div>
</div>
</div>
</div>
76 changes: 38 additions & 38 deletions fall15javascript/index.html
@@ -1,6 +1,6 @@
---
enable-mentor-alert: false
title: "Fall 2015 Intro Web Development Student Signup"
title: "Spring 2016 Intro Web Development Student Signup"
scripts: |
<script src="js/spring15javascript.js"></script>
---
Expand All @@ -9,17 +9,17 @@
<div id="spring-student-form-box" class="row">
<div class="spring-student-head-box col-sm-12">
<p class="spring-student-headline">
<span class="spring15-form-title"> Mission Bit Fall 2015 Intro Web Development student signup form.</span>
<span class="spring15-form-title"> Mission Bit Spring 2016 Intro Web Development student signup form.</span>
<br>
<br>
<span class="spring15-form-title"> This class meets on Tuesday and Thursday from 4-6pm. The first class meeting is Tuesday September 15th.
<br> Please complete and submit the form below.
<span class="spring15-form-title"> This class meets on Monday and Wednesday from 4-6pm.
<br> Please complete and submit the form below.
</span>
</p>
</div>
<div class="spring-student-success-box col-sm-12" hidden>
<p class="spring-student-success-msg">
You have successfully registered for the 2015 Fall Semester Intro Web Development. We look forward to working with you this semester and are excited to see what you build.
You have successfully registered for the 2016 Spring Semester Intro Web Development. We look forward to working with you this semester and are excited to see what you build.
<br>
<br>
<span class="change-plan"> If your schedule and/or plans change and you are unable to take the class, immediately send an email to info@missionbit.com so we can give your spot to another student. </span>
Expand All @@ -29,61 +29,61 @@
<form role="form">
<div id="spring-firstName-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
Your First Name is required to register for the class.
Your First Name is required to register for the class.
</p>
</div>
<div class="form-group spring-student-input-box">
<div class="col-sm-12">
<input
id="spring-student-first-name"
type="text"
class="form-control name text student-form spring-lab"
maxlength="35"
<input
id="spring-student-first-name"
type="text"
class="form-control name text student-form spring-lab"
maxlength="35"
placeholder="First Name"
autofocus>
</div>
</div>
</div>
<div id="spring-lastName-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
Your Last Name is required to register for the class.
Your Last Name is required to register for the class.
</p>
</div>
<div class="form-group spring-student-input-box">
<div class="col-sm-12">
<input
id="spring-student-last-name"
type="text"
class="form-control name text student-form spring-lab"
maxlength="70"
<input
id="spring-student-last-name"
type="text"
class="form-control name text student-form spring-lab"
maxlength="70"
placeholder="Last Name">
</div>
</div>
</div>
<div id="spring-email-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
Your email is required to register for the class.
Your email is required to register for the class.
</p>
</div>
<div class="form-group spring-student-input-box">
<div class="col-sm-12">
<input
id="spring-student-email"
type="email"
class="form-control email student-form spring-lab"
<input
id="spring-student-email"
type="email"
class="form-control email student-form spring-lab"
placeholder="Email">
</div>
</div>
<div id="student-cell-div" class="form-group spring-student-input-box">
<div class="col-sm-12">
<input
id="spring-student-cell"
type="text"
class="form-control student-form spring-lab"
<input
id="spring-student-cell"
type="text"
class="form-control student-form spring-lab"
placeholder="Cell Phone e.g. 555-777-9999">
</div>
</div>
<div id="spring-school-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
You are required to indicate the high school you attend to register for the class.
You are required to indicate the high school you attend to register for the class.
</p>
</div>
<div id="student-detail-school-div" class="form-group spring-student-input-box">
Expand Down Expand Up @@ -114,7 +114,7 @@
</div>
<div id="spring-grade-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
You are required to indicate what grade you are in to register for the class.
You are required to indicate what grade you are in to register for the class.
</p>
</div>
<div id="student-detail-grade-div" class="form-group spring-student-input-box">
Expand All @@ -130,7 +130,7 @@
</div>
<div id="spring-gender-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
You are required to indicate your gender to register for the class.
You are required to indicate your gender to register for the class.
</p>
</div>
<div id="student-detail-gender-div" class="form-group spring-student-input-box">
Expand All @@ -144,7 +144,7 @@
</div>
<div id="spring-ethnicity-error-box" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-success-msg student-form">
You are required to answer this question to register for the class.
You are required to answer this question to register for the class.
</p>
</div>
<div id="student-detail-ethnicity-div" class="form-group spring-student-input-box">
Expand All @@ -163,16 +163,16 @@
</div>
<div class="form-group spring-student-input-box">
<div class="col-sm-12">
<textarea
id="spring-student-comments"
class="form-control comments student-form spring-lab"
rows="6"> Please tell us a little bit about your coding experience. What classes have you taken in high school and/or with out-of-school organizations? What languages have you worked with? Describe and, if possible, provide links to any websites, apps or software you have built individually or as a member of a team.
<textarea
id="spring-student-comments"
class="form-control comments student-form spring-lab"
rows="6"> Please tell us a little bit about your coding experience. What classes have you taken in high school and/or with out-of-school organizations? What languages have you worked with? Describe and, if possible, provide links to any websites, apps or software you have built individually or as a member of a team.
</textarea>
</div>
</div>
<div id="spring-submit-error-msg" class="spring15-student-form-error col-sm-12" hidden>
<p class="spring-student-error-msg student-form">
Your registration for the class is not complete. Follow the instructions above and resubmit.
Your registration for the class is not complete. Follow the instructions above and resubmit.
</p>
</div>
<div class="col-sm-12 spring-student-sub-btn">
Expand All @@ -181,4 +181,4 @@
</form>
</div>
</div>
</div>
</div>

0 comments on commit 151837c

Please sign in to comment.