diff --git a/README.md b/README.md deleted file mode 100644 index b64bf4c..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ - ___ ______ ____ _ _ ___ - / \ \ / / ___| / ___| | ___ _ _ __| |/ _ \ - / _ \ \ /\ / /\___ \ | | | |/ _ \| | | |/ _` | (_) | - / ___ \ V V / ___) | | |___| | (_) | |_| | (_| |\__, | - /_/ \_\_/\_/ |____/ \____|_|\___/ \__,_|\__,_| /_/ - ----------------------------------------------------------------- - - -Hi there! Welcome to AWS Cloud9! - -To get started, create some files, play with the terminal, -or visit https://docs.aws.amazon.com/console/cloud9/ for our documentation. - -Happy coding! - diff --git a/background.png b/background.png deleted file mode 100644 index bf55e15..0000000 Binary files a/background.png and /dev/null differ diff --git a/coders.gif b/coders.gif deleted file mode 100644 index e727a6f..0000000 Binary files a/coders.gif and /dev/null differ diff --git a/index.css b/index.css deleted file mode 100644 index ee4b9a9..0000000 --- a/index.css +++ /dev/null @@ -1,368 +0,0 @@ -/*BODY*/ -body{ - overflow-x: hidden; -} -.body{ - font-family: 'Source Code Pro', monospace; -} -*:focus {outline:none !important} -@media only screen and (max-width:1065px){ - h1{ - font-size:50px !important; - } - h3{ - font-size:30px !important; - } - h5{ - font-size:20px !important; - } - .headimg{ - width:88vw !important; - height:19vh !important; -} -} -a,a:hover,a:focus{ - color:#88CBD2; -} -/*NAV STYLES*/ -#navbut{ - transition:0.1s; -} -#navbut:hover{ - color: #AFADAD !important; -} - - -.sidenav { - height: 100%; - width: 0; - position: fixed; - z-index: 1; - top: 0; - left: 0; - background-color: rgba(0,0,0,0.9); - overflow-x: hidden; - transition: 0.4s; - padding-top: 60px; - text-align:center; -} - -.sidenav a { - padding: 8px 8px 8px 32px; - text-decoration: none; - font-size: 25px; - color: #818181; - display: block; - transition: 0.3s; - -} - -.sidenav a:hover{ - color: #f1f1f1; -} - -.sidenav .closebtn { - position: absolute; - top: 0; - right: 25px; - font-size: 36px; - margin-left: 50px; -} -@media screen and (max-height: 450px) { - .sidenav {padding-top: 15px;} - .sidenav a {font-size: 18px;} -} - - - - -/*HOME STYLES*/ -.home{ - - background-image: linear-gradient(rgba(125,125,125,0.4),rgba(125,125,125,0.4)),url('coders.gif'); - background-size: cover; - background-repeat:no-repeat; - background-position:center; - background-attachment:fixed; - width:100%; - height:100vh; -} -.headimg{ - display:block; - margin:0 auto; - width:80vw; - height:38vh; - opacity:0; -} -.headtext{ - font-size:120px; - -} -.top-button { - opacity:0; - padding-top:5vh; - padding-bottom:5vh; - padding-left:8vh; - padding-right:8vh; - - - border:3px solid rgb(233,186,0); - display:inline; - font-family:'Titillium Web', sans-serif !important; - color:rgb(233,186,0); - text-align:center; - - font-family:bold; - font-size:5vh; - font-weight: 1000; - - border-radius:0px; - transition:ease all .2s; - -} - -.top-button:hover { - background-color: rgb(233,186,0); - color: black; - background-repeat:no-repeat; - background-size:16px; - - -} -/*ABOUT STYLES*/ -.about{ - background-color:#1C1C1C; - -} -.about-head{ - color:rgb(233,186,0); - font-family:'Titillium Web', sans-serif !important;; - text-align:center; - font-size:100px; - padding-top:10px; - padding-bottom:5vh; -} -.about-subhead{ - color:rgb(233,186,0); - font-family: 'PT Sans Narrow', sans-serif !important; -} -.about-body{ - color:rgb(233,186,0); - font-family: 'Abel', sans-serif !important; -} -/*COURSES STYLES*/ - -.courses{ - background-color:#6C6B6B; - -} -.courses-head{ - color:rgb(233,186,0); - font-family:'Titillium Web', sans-serif !important;; - text-align:center; - font-size:100px; - padding-top:10px; - padding-bottom:2vh; -} -.courses-subhead{ - color:rgb(233,186,0); - font-family: 'PT Sans Narrow', sans-serif !important; -} -.courses-body{ - color:rgb(233,186,0); - font-family: 'Abel', sans-serif !important; -} -.btn-course{ - background-color:rgb(233,186,0) !important; - border-color:rgba(0,0,0,0) !important; - -} -.btn-course:hover{ - background-color:rgba(233,186,0,0.5) !important; - -} - -/*FAQ STYLES*/ - -.faq{ - background-color:#1C1C18; - -} -.faq-head{ - color:rgb(233,186,0); - font-family:'Titillium Web', sans-serif !important;; - text-align:center; - font-size:100px; - padding-top:10px; - padding-bottom:2vh; -} -.faq-subhead{ - color:rgb(233,186,0); - font-family: 'PT Sans Narrow', sans-serif !important; -} -.faq-body{ - color:rgb(233,186,0); - font-family: 'Abel', sans-serif !important; -} - -/*SCHEDULE STYLES*/ -.schedule{ - background-color:#6C6B6B; - -} -.schedule-head{ - color:rgb(233,186,0); - font-family:'Titillium Web', sans-serif !important;; - text-align:center; - font-size:100px; - padding-top:10px; - padding-bottom:2vh; -} -.schedule-subhead{ - color:rgb(233,186,0); - font-family: 'PT Sans Narrow', sans-serif !important; -} -.schedule-body{ - color:rgb(233,186,0); - font-family: 'Abel', sans-serif !important; -} -.nav-pills a:hover{ - text-decoration:none; - color:#FFFFFF -} -.nav-tabs > li, .nav-pills > li { - float:none; - display:inline-block; - *display:inline; /* ie7 fix */ - zoom:1; /* hasLayout ie7 trigger */ -} - -.nav-tabs, .nav-pills { - text-align:center; -} - - -.nav-pills > .active > a, .nav-pills > .active > a:hover{ - background-color: #424242 !important; -} - -.nav-pills > li > a:focus, .nav-pills > li > a:hover { - background-color: #424242; -} -.table-row{ - display: table; - table-layout: fixed; - width: 100%; - - border-collapse: separate; -} - - -.table-cell{ - display: table-cell; - - - position: relative; -} - -.table-hover-dark tbody tr:hover td, .table-hover tbody tr:hover th { - background-color: #424242; -} -td,thead{ - color:rgb(233,186,0); - font-family: 'Abel', sans-serif !important; -} -/*STAFF STYLES*/ -.staff{ - background-color:#E4E4E4; - -} -.staff-head{ - color:black; - font-family:'Titillium Web', sans-serif !important; - text-align:center; - font-size:100px; - padding-top:10px; - padding-bottom:2vh; -} -.staff-subhead{ - color:black; - font-family: 'PT Sans Narrow', sans-serif !important; -} -.staff-body{ - color:black; - font-family: 'Abel', sans-serif !important; -} - -.staff-img{ - height:250px; - width:270px; - display:block; - margin:0 auto; - border-radius: 50%; - transition: all .2s ease-in-out; -} -.staff-img:hover{ - height:260px; - width:280px; -} -.teach-img{ - height:200px; - width:220px; - display:block; - margin:0 auto; - border-radius: 50%; - transition: all .2s ease-in-out; -} -.teach-img:hover{ - height:210px; - width:230px; -} - -.collapsible { - background-color: #777; - color: white; - cursor: pointer; - padding: 40px; - width: 100%; - font-family:'Titillium Web', sans-serif !important; - border: none; - text-align: center; - outline: none; - font-size: 25px; -} - - .collapsible:hover { - background-color: #555; -} - -.content { - - max-height: 0; - overflow: hidden; - transition: max-height .4s ease-out; - background-color: #DDDDDD; -} -.triangle { - display:block; - margin:0 auto; - height: 0; - width: 0; - border-left: 30px solid transparent; - border-right: 30px solid transparent; - border-bottom: 30px solid transparent; - border-top: 30px solid #777; -} -/*FOOTER STYLES*/ -#foot.container-fluid{ - background-color: #2f2f2f; - color: #ffffff; - padding-right: 15px; - padding-left: 15px; - padding-top: 65px; - padding-bottom: 65px; -font-size:100%; - - - - } diff --git a/index.html b/index.html deleted file mode 100644 index 0932b91..0000000 --- a/index.html +++ /dev/null @@ -1,683 +0,0 @@ - - - North Allegheny Codes - - - - - - - - - - - - - - - - - - - - - - - - - -
- × - Home - About - Courses - Schedule - Team - - -
-
-
- -
- -
-
-
-
- -
- -
-
-

General Information

-
-
-

- What is it? -

-
- NA Codes is a free coding camp for kids from grades 4-8 to increase computer science exposure. -
-
-
-

- When is it? -

-
- The program will be held from June 25 - June 29 from 9 A.M. to 4 P.M. -
-
-
-

- Where is it? -

-
- Marshall Middle School
-

5145 Wexford Run Rd, Wexford, PA 15090

- -
-
-
- -
-

Courses

-

Here are the courses we will be offering:

-
-
-

- Intro to Coding -

-
- Language: Python -
-
- - - -
-
-
-

- Intermediate Coding -

-
- Language: Java -
- - - -
-
-

- Android App Development -

-
- Language: Java/XML -
-
- - - -
-
-
-
-
-

FAQ

-
- -
-

How much does the camp cost?

-
Nothing! All of the materials your child will need will be provided by us.
-
-
-

What if I sign my child up for a class that is too advanced/easy?

-
No worries, if your child feels that the course is too easy/difficult, we will allow them to change courses!
-
-
-

What would my child's day look like?

-
Down below we have outlined what our current schedule will look like. Do note, that this is subject to change based on how much material we cover.
-
-
-
- -
-

My child already has computer science experience. Will this be too easy for them?

-
Well we can't be sure BUT we do offer an array of courses that vary in difficulty.
-
-
-

What materials do I need to bring?

-
Nothing! Well, except a lunch and a curious mind!
-
-
-

What if I want to carpool with another family?

-
That's perfectly fine. Just have the parent that drops them off indicate on the sign-in sheet who is picking your children up.
-
-
-
-
-

Schedule

-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Time

Activity

9:00 - 9:15 A.M.Students arrive and sign-in
9:15 - 9:45 A.M.Ice Breakers and Overview of Class
9:45 - 10:00 A.M.Break Time
11:00 A.M. - 12:30 P.M.Class
12:30 - 1:00 P.M.Lunch
1:00 P.M. - 2:45 P.M.Class
2:45 - 3:00 P.M.Break Time
3:00 - 3:50 P.M.Class
3:50 - 4:00 P.M.Parents sign their children out and leave
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Time

Activity

9:00 - 9:15 A.M.Students arrive and sign-in
9:15 - 10:45 A.M.Class
10:45 - 11:00 A.M.Break Time
11:00 A.M. - 12:30 P.M.Class
12:30 - 1:00 P.M.Lunch
1:00 P.M. - 2:45 P.M.Class
2:45 - 3:00 P.M.Break Time
3:00 - 3:50 P.M.Class
3:50 - 4:00 P.M.Parents sign their children out and leave
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Time

Activity

9:00 - 9:15 A.M.Students arrive and sign-in
9:15 - 10:45 A.M.Class
10:45 - 11:00 A.M.Break Time
11:00 A.M. - 12:30 P.M.Class
12:30 - 1:00 P.M.Lunch
1:00 P.M. - 2:45 P.M.Class
2:45 - 3:00 P.M.Break Time
3:00 - 3:50 P.M.Class
3:50 - 4:00 P.M.Parents sign their children out and leave
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Time

Activity

9:00 - 9:15 A.M.Students arrive and sign-in
9:15 - 10:45 A.M.Class
10:45 - 11:00 A.M.Break Time
11:00 A.M. - 12:30 P.M.Introduce and Brainstorm ideas for Final Project
12:30 - 1:00 P.M.Lunch
1:00 P.M. - 2:45 P.M.Final Project Work Time
2:45 - 3:00 P.M.Break Time
3:00 - 3:50 P.M.Final Project Work Time
3:50 - 4:00 P.M.Parents sign their children out and leave
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Time

Activity

9:00 - 9:15 A.M.Students arrive and sign-in
9:15 - 10:45 A.M.Final Project Work Time
10:45 - 11:00 A.M.Break Time
11:00 A.M. - 12:30 P.M.Final Project Work Time
12:30 - 1:00 P.M.Lunch
1:00 P.M. - 3:00 P.M.Final Project Work Time
3:00 - 3:15 P.M.Final Projects are Finalized
3:15 - 4:00 P.M.Parents can come and view all of the projects on display
3:45 - 4:00 P.M.Parents sign their children out and leave
-
-
-
-
- -
-
-
-

Team

-
-
-
- -

Josh Zhou

-
Co-Founder/Organizer
- -
-
-
- -

Akshana Dassanaike

-
Co-Founder/Organizer
-
-
- - -
-
-
-
- -

Saif Ali

-
Teaches: Python
-
-
- -

Sari Abu-Hamad

-
Teaches: Python
-
-
- -

Akshana Dassanaike

-
Teaches: Android App Dev
-
-
-
-
- -

Teresa Huang

-
Teaches: Java
-
-
- -

Nicole McGaa

-
Teaches: Java
-
-
- -

Jacob Pan

-
Teaches: Python
-
-
-
-
- -

Anchey Peng

-
Teaches: Python
-
-
- -

Claire Shao

-
Teaches: Python
-
-
- -

Josh Zhou

-
Teaches: Android App Dev
-
-
-
- - -
- - - - - - diff --git a/index.js b/index.js deleted file mode 100644 index 9c85412..0000000 --- a/index.js +++ /dev/null @@ -1,65 +0,0 @@ -$(document).ready(function(){ - var controller = new ScrollMagic.Controller(); - var tween = TweenMax.to(".headimg",3,{opacity:1,y:0,delay:.75,ease:Power2.easeOut}); - var ourScene = new ScrollMagic.Scene({ - triggerElement:".title", - triggerHook:0.6, - reverse:false - - - }) - .setTween(tween) - - .addTo(controller); - var tween2 = TweenMax.to(".top-button",3,{opacity:1,y:-35,delay:1.75,ease:Power2.easeOut}); - var ourScene2 = new ScrollMagic.Scene({ - triggerElement:".headimg", - triggerHook:0.6, - reverse:false - - - }) - .setTween(tween2) - .addTo(controller); - - $("a").on('click', function(event) { - - // Make sure this.hash has a value before overriding default behavior - if (this.hash !== "" && !this.hash.includes("day")) { - - // Prevent default anchor click behavior - event.preventDefault(); - - // Store hash - var hash = this.hash; - - // Using jQuery's animate() method to add smooth page scroll - // The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area - $('html, body').animate({ - scrollTop: $(hash).offset().top - }, 1300, function(){ - - // Add hash (#) to URL when done scrolling (default click behavior) - window.location.hash = hash; - }); - } - }); - - var coll = document.getElementsByClassName("collapsible"); -var i; - -for (i = 0; i < coll.length; i++) { - coll[i].addEventListener("click", function() { - this.classList.toggle("active"); - - var content = this.nextElementSibling; - if (content.style.maxHeight){ - content.style.maxHeight = null; - } else { - content.style.maxHeight = content.scrollHeight + "px"; - } - }); -} - - -}); diff --git a/jacobpan.JPG b/jacobpan.JPG deleted file mode 100644 index 42f119c..0000000 Binary files a/jacobpan.JPG and /dev/null differ diff --git a/jacobpan2.png b/jacobpan2.png deleted file mode 100644 index 6a384f7..0000000 Binary files a/jacobpan2.png and /dev/null differ diff --git a/nacodelogo.png b/nacodelogo.png deleted file mode 100644 index 9b7337f..0000000 Binary files a/nacodelogo.png and /dev/null differ diff --git a/nacodes.png b/nacodes.png deleted file mode 100644 index ae12dd6..0000000 Binary files a/nacodes.png and /dev/null differ diff --git a/newna.png b/newna.png deleted file mode 100644 index a339aca..0000000 Binary files a/newna.png and /dev/null differ diff --git a/tech.gif b/tech.gif deleted file mode 100644 index 0c15ed9..0000000 Binary files a/tech.gif and /dev/null differ diff --git a/text2.png b/text2.png deleted file mode 100644 index 57c86e5..0000000 Binary files a/text2.png and /dev/null differ