diff --git a/README.md b/README.md index c7e44c5..0f675a1 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ ``` npm install bower install +gulp build gulp ``` diff --git a/app/_variables.scss b/app/_variables.scss index edfb575..38caa63 100644 --- a/app/_variables.scss +++ b/app/_variables.scss @@ -76,4 +76,4 @@ $form-border-color-focus: $base-accent-color; $form-border-radius: $base-border-radius; $form-box-shadow: inset 0 1px 3px rgba(black,0.06); $form-box-shadow-focus: $form-box-shadow, 0 0 5px rgba(darken($form-border-color-focus, 5), 0.7); -$form-font-size: $base-font-size; \ No newline at end of file +$form-font-size: $base-font-size; diff --git a/app/images/2015_05_27_NSS8_Group_012_T_S.jpg b/app/images/2015_05_27_NSS8_Group_012_T_S.jpg index 2093adf..a5fb3fe 100755 Binary files a/app/images/2015_05_27_NSS8_Group_012_T_S.jpg and b/app/images/2015_05_27_NSS8_Group_012_T_S.jpg differ diff --git a/app/images/2015_05_27_NSS8_Group_024_T_BW_S.jpg b/app/images/2015_05_27_NSS8_Group_024_T_BW_S.jpg index 558295b..b597776 100755 Binary files a/app/images/2015_05_27_NSS8_Group_024_T_BW_S.jpg and b/app/images/2015_05_27_NSS8_Group_024_T_BW_S.jpg differ diff --git a/app/index.scss b/app/index.scss index 6545f18..3085749 100644 --- a/app/index.scss +++ b/app/index.scss @@ -25,51 +25,57 @@ text-align: center; #end { - background-image: url('images/snapshots/centrecoders.jpg'); + background: linear-gradient( + rgba(0, 0, 0, 0.3), + rgba(0, 0, 0, 0.3) + ), center fixed no-repeat url('images/snapshots/centrecoders.jpg'); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #school { - background-image: url('images/snapshots/omniauth.jpg'); + background: linear-gradient( + rgba(0, 0, 0, 0.3), + rgba(0, 0, 0, 0.3) + ), center fixed no-repeat url('images/snapshots/omniauth.jpg'); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #program { - background-image: url('images/snapshots/mollyandy.jpg'); + background: linear-gradient( + rgba(0, 0, 0, 0.3), + rgba(0, 0, 0, 0.3) + ), center fixed no-repeat url('images/snapshots/mollyandy.jpg'); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #curriculum { - background-image: url('images/snapshots/jurnell.jpg'); + background: linear-gradient( + rgba(0, 0, 0, 0.3), + rgba(0, 0, 0, 0.3) + ), center fixed no-repeat url('images/snapshots/jurnell.jpg'); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #intense { - background-image: url('images/snapshots/tylerjacob.jpg'); + background: linear-gradient( + rgba(0, 0, 0, 0.3), + rgba(0, 0, 0, 0.3) + ), center fixed no-repeat url('images/snapshots/tylerjacob.jpg'); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #hack { - background-image: url('images/snapshots/snacktnteam.jpg'); + background: linear-gradient( + rgba(0, 0, 0, 0.3), + rgba(0, 0, 0, 0.3) + ), center fixed no-repeat url('images/snapshots/snacktnteam.jpg'); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } @@ -77,11 +83,10 @@ .img-div { background-color: $white; - margin: 1%; img { - width: 20%; - margin: 1%; + width: 100%; + padding: 20px 0; } } @@ -104,7 +109,6 @@ color: $white; padding: 20%; font-size: 4rem; - background-color: rgba(0, 0, 0, .3); } h2 { @@ -155,6 +159,8 @@ font-size: 3rem; } + + } h2 { @@ -162,6 +168,10 @@ padding: 4% 0; } + h2.stdName:hover{ + color: $orange; + } + .modal .modal-content h2 { padding: 0; } @@ -198,22 +208,42 @@ } } +.student-headshot { + padding: 10px 0; +} + +.student-links { + list-style: none; + margin: 1em 0; + li { + font-size: 18px; + } +} + +.social{ + color: #000; +} + +.social:hover{ + color: $orange; + font-size: 20px; +} ///////////////////////// CONTACT VIEW ///////////////////////////// #contact { //styling for contact div here .contact-us { - background-image: url('images/snapshots/biddyclouds.jpg'); + margin-top: -20px; + background: linear-gradient( + rgba(0, 0, 0, 0.5), + rgba(0, 0, 0, 0.5) + ), center fixed no-repeat url('images/snapshots/biddyclouds.jpg'); background-size: cover; - background-repeat: no-repeat; - background-position: center; - margin: 1% 0; } .text { text-align: center; color: $white; - background-color: rgba(0, 0, 0, .4); } h2 { @@ -226,7 +256,6 @@ color: $white; input, textarea { - background-color: rgba(0, 0, 0, .4); color: $white; } } @@ -243,7 +272,17 @@ a { color: $dark-grey; text-decoration: none; + transition: all 300ms ease; + &:hover { + color: white; + transition: all 300ms ease; + } } + .navbar-nav > li.active{ + background-color: $orange; + color: white; + } + ul li { list-style-type: none; margin: 0 15px; @@ -256,7 +295,14 @@ font-family: $header-font-family; font-size: 2em; } - .nss_logo{ + .nss_logo { + @media screen and (max-width: 768px) { + width: 36px; + height: 36px; + position: absolute; + top: 7px; + left: 7px; + } width: 100px; height: 100px; } diff --git a/app/models/students.js b/app/models/students.js index ef9b47c..8678b35 100644 --- a/app/models/students.js +++ b/app/models/students.js @@ -24,10 +24,8 @@ angular }, { name: 'Austin Erlandson', - portfolio: 'youtube.com', linkedin: 'in/erlandsona', github: 'erlandsona', - twitter: 'biddy', summary: 'Austin is a full-stack developer located in Nashville, TN', pic1: '../images/students/austin1.jpg', pic2: '../images/students/austin2.jpg' @@ -48,7 +46,7 @@ angular linkedin: "profile/view?id=395753849&trk=hp-identity-photo", github: 'brayhoward', twitter: 'brandonrhoward1', - summary: 'Brandon is a full-stack developer located in Nashville, TN', + summary: 'Brandon did all his growing up in Ohio before he decided the midwest just wasn’t his cup of tea. He discovered Nashville two years ago, fell in love with the artist friendly east side, pulled up his roots in the North and headed to the South. Shortly after the move he was made aware of NSS and decided to apply. He made the cut and hasn’t looked back since. Brandon also enjoys climbing big rocks, urban commuting on his bike, kayaking on whitewater laden rivers and creeks, and just has a lot of love for the great outdoors in general.', pic1: '../images/students/brandonh1.jpg', pic2: '../images/students/brandonh2.jpg' }, @@ -63,20 +61,16 @@ angular }, { name: 'Brennan Willingham', - portfolio: 'youtube.com', linkedin: 'in/brennanwillingham', github: 'brenntron', - twitter: 'wiggles', summary: 'Brennan is a full-stack developer located in Nashville, TN', pic1: '../images/students/brennan1.jpg', pic2: '../images/students/brennan2.jpg' }, { name: 'Bryan Finlayson', - portfolio: 'youtube.com', linkedin: 'in/bryandfinlayson', github: 'bdfinlayson', - twitter: 'wiggles', summary: 'Bryan is a full-stack developer located in Nashville, TN', pic1: '../images/students/bryan1.jpg', pic2: '../images/students/bryan2.jpg' @@ -190,21 +184,19 @@ angular }, { name: 'Matthew Reuther', - portfolio: 'youtube.com', linkedin: 'pub/matthew-reuther/68/aa1/870', github: 'matthewreuther', - twitter: 'biddy', summary: 'Matthew is a full-stack developer located in Nashville, TN', pic1: '../images/students/matt1.jpg', pic2: '../images/students/matt2.jpg' }, { name: 'Molly Black', - portfolio: 'youtube.com', + portfolio: 'mollymorganblack.com', linkedin: 'pub/molly-morgan-black/2a/183/56b', github: 'mollytaryn', - twitter: 'wiggles', - summary: 'Molly is a full-stack developer located in Nashville, TN', + twitter: 'mollymoblack', + summary: "Molly is a former Product Manager and long-time start-up addict. She graduated from Columbia University in the city of New York with a degree in Neuropsychology and Fiction. (As one does.) Since then, she pretty much has been having a series of adventures from living in Lyon, France teaching English (in French) at an elementary school, to buying a farm on the outskirts of Leiper's Fork, Tennessee and trying to figure out what one does with 8 acres and two big fluffy dogs. AND – to add another thing to the list of fun and exciting – at the end of June, she will be joining the team at Philly-based start-up LifeVest as a full-stack developer learning to code the Sandi Metz way. Can't wait.", pic1: '../images/students/molly1.jpg', pic2: '../images/students/molly2.jpg' }, diff --git a/app/views/home.jade b/app/views/home.jade index 2f2500a..1df4b69 100644 --- a/app/views/home.jade +++ b/app/views/home.jade @@ -1,7 +1,7 @@ #home .container-fluid.pic-container - img(src='images/2015_05_27_NSS8_Group_024_T_BW_S.jpg' onmouseover="this.src='images/2015_05_27_NSS8_Group_012_T_S.jpg';" onmouseout="this.src='images/2015_05_27_NSS8_Group_024_T_BW_S.jpg';") + a(href='/#/nss'): img(src='images/2015_05_27_NSS8_Group_024_T_BW_S.jpg' onmouseover='this.src="images/2015_05_27_NSS8_Group_012_T_S.jpg";' onmouseout='this.src="images/2015_05_27_NSS8_Group_024_T_BW_S.jpg";') .container-fluid - h5 Thanks to our amazing teachers: Eliza Brock, Scott Humphries, and Jurnell Cockhren. And of course John Wark for making this possible! - h5 Made with love by Erin Page, Bryan Finlayson, Ayumi Bennett, Katye Russell, Brennan Willingham, Kyle McCormick - h5 Professional photos by Inge Kathleen Photography | Snapshots by Ayumi Bennett, Erin Page | Logo by Brandon Espinoza + p Thanks to our amazing teachers: Eliza Brock, Scott Humphries, and Jurnell Cockhren. And of course John Wark for making this possible! + p Made with love by Erin Page, Bryan Finlayson, Ayumi Bennett, Katye Russell, Brennan Willingham, Kyle McCormick + p Professional photos by Inge Kathleen Photography | Snapshots by Ayumi Bennett, Erin Page | Logo by Brandon Espinoza diff --git a/app/views/nss.jade b/app/views/nss.jade index 3d85b88..da9ea59 100644 --- a/app/views/nss.jade +++ b/app/views/nss.jade @@ -10,49 +10,74 @@ a(href='{{skill.link}}'): img(src='{{skill.logo}}', alt='{{skill.name}} logo') .img-div.container-fluid - img(src='images/snapshots/luke.jpg') - img(src='images/snapshots/photoday.jpg') - img(src='images/snapshots/photodaydotun.jpg') - img(src='images/snapshots/pongaustin.jpg') + .row + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/luke.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/photoday.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/photodaydotun.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/pongaustin.jpg') #curriculum.container-fluid .text p The NSS curriculum has taught us the skills and technologies required to become a full-stack software developer. + .img-div.container-fluid - img(src='images/snapshots/autin.jpg') - img(src='images/snapshots/teachers.jpg') - img(src='images/snapshots/dog-friends-1.jpg') - img(src='images/snapshots/hacktndudes.jpg') + .row + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/autin.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/teachers.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/dog-friends-1.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/hacktndudes.jpg') #intense.container-fluid .text p Our experience at NSS? Intense and Intensive. .img-div.container-fluid - img(src='images/snapshots/mentormeet.jpg') - img(src='images/snapshots/dog-friends-2.jpg') - img(src='images/snapshots/dotunbiddy.jpg') - img(src='images/snapshots/hacktnwork.jpg') + .row + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/mentormeet.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/dog-friends-2.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/dotunbiddy.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/hacktnwork.jpg') #school.container-fluid .text p For the past six months, we spent the day at school learning new and challenging material, writing lots of code and working with other students on projects. .img-div.container-fluid - img(src='images/snapshots/erinbrandon.jpg') - img(src='images/snapshots/hacktn.jpg') - img(src='images/snapshots/andylearns.jpg') + .row + .col-xs-12.col-sm-4.col-md-4.col-lg-4 + img(src='images/snapshots/erinbrandon.jpg') + .col-xs-12.col-sm-4.col-md-4.col-lg-4 + img(src='images/snapshots/hacktn.jpg') + .col-xs-12.col-sm-4.col-md-4.col-lg-4 + img(src='images/snapshots/andylearns.jpg') #hack.container-fluid .text p And on nights and weekends, we went to meetups, mixers, hackathons, and worked with other members of the community on more projects. And wrote more code. .img-div.container-fluid - img(src='images/snapshots/nashrb.jpg') - img(src='images/snapshots/eliza.jpg') - img(src='images/snapshots/dog-friends-4.jpg') - img(src='images/snapshots/brennan.jpg') + .row + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/nashrb.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/eliza.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/dog-friends-4.jpg') + .col-xs-12.col-sm-6.col-md-3.col-lg-3 + img(src='images/snapshots/brennan.jpg') #end.container-fluid .text diff --git a/app/views/students.jade b/app/views/students.jade index 778a781..f1a3bf9 100644 --- a/app/views/students.jade +++ b/app/views/students.jade @@ -5,7 +5,7 @@ h4 meet the next generation of web developers .each-student(ng-repeat='student in students') img.pointer(src='{{student.pic1}}' data-toggle='modal' data-target='#myModal{{$index}}') - h2 {{student.name}} + h2.stdName {{student.name}} .modal.fade(tabindex='-1' role='dialog' id='myModal{{$index}}' aria-labelledby='myModalLabel' aria-hidden=true) .modal-dialog.modal-lg @@ -17,13 +17,17 @@ .container-fluid .row .col-md-6 - img(src='{{student.pic2}}') + img.student-headshot(src='{{student.pic2}}') .col-md-6 .row - h3(ng-show='student.portfolio'): a(href='http://{{student.portfolio}}'): i.fa.fa-floppy-o   Portfolio - .row.contact-me - h3: a(href='https://linkedin.com/{{student.linkedin}}'): i.fa.fa-linkedin-square - h3: a(href='http://github.com/{{student.github}}'): i.fa.fa-github-alt - h3(ng-show='student.twitter'): a(href='https://twitter.com/{{student.twitter}}'): i.fa.fa-twitter + .col-sm-12 + ul.student-links + li + a(href='http://{{student.portfolio}}'): i.fa.fa-floppy-o.social  Portfolio + li + a(href='https://linkedin.com/{{student.linkedin}}'): i.fa.fa-linkedin-square.social  LinkedIn + li + a(href='https://twitter.com/{{student.twitter}}'): i.fa.fa-twitter.social  Twitter .row - h3 {{student.summary}} + .col-sm-12 + p.lead {{student.summary}} diff --git a/public/images/2015_05_27_NSS8_Group_012_T_S.jpg b/public/images/2015_05_27_NSS8_Group_012_T_S.jpg index 2093adf..a5fb3fe 100644 Binary files a/public/images/2015_05_27_NSS8_Group_012_T_S.jpg and b/public/images/2015_05_27_NSS8_Group_012_T_S.jpg differ diff --git a/public/images/2015_05_27_NSS8_Group_024_T_BW_S.jpg b/public/images/2015_05_27_NSS8_Group_024_T_BW_S.jpg index 558295b..b597776 100644 Binary files a/public/images/2015_05_27_NSS8_Group_024_T_BW_S.jpg and b/public/images/2015_05_27_NSS8_Group_024_T_BW_S.jpg differ diff --git a/public/index.css b/public/index.css index 283ab66..ab115af 100644 --- a/public/index.css +++ b/public/index.css @@ -5876,47 +5876,34 @@ html { #nss { text-align: center; } #nss #end { - background-image: url("images/snapshots/centrecoders.jpg"); + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), center fixed no-repeat url("images/snapshots/centrecoders.jpg"); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #nss #school { - background-image: url("images/snapshots/omniauth.jpg"); + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), center fixed no-repeat url("images/snapshots/omniauth.jpg"); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #nss #program { - background-image: url("images/snapshots/mollyandy.jpg"); + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), center fixed no-repeat url("images/snapshots/mollyandy.jpg"); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #nss #curriculum { - background-image: url("images/snapshots/jurnell.jpg"); + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), center fixed no-repeat url("images/snapshots/jurnell.jpg"); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #nss #intense { - background-image: url("images/snapshots/tylerjacob.jpg"); + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), center fixed no-repeat url("images/snapshots/tylerjacob.jpg"); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #nss #hack { - background-image: url("images/snapshots/snacktnteam.jpg"); + background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), center fixed no-repeat url("images/snapshots/snacktnteam.jpg"); background-size: cover; - background-repeat: no-repeat; - background-position: center; margin: 1% 0; } #nss .img-div { - background-color: #fff; - margin: 1%; } + background-color: #fff; } #nss .img-div img { - width: 20%; - margin: 1%; } + width: 100%; + padding: 20px 0; } #nss .skills { background-color: #fff; } #nss #gitskills { @@ -5928,8 +5915,7 @@ html { #nss .text { color: #fff; padding: 20%; - font-size: 4rem; - background-color: rgba(0, 0, 0, 0.3); } + font-size: 4rem; } #nss h2 { color: #f68b1f; font-family: "Montserrat", Lato, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif; @@ -5963,6 +5949,8 @@ html { #students h2 { color: #555; padding: 4% 0; } + #students h2.stdName:hover { + color: #f68b1f; } #students .modal .modal-content h2 { padding: 0; } #students .modal .modal-content img { @@ -5982,17 +5970,30 @@ html { display: inline-block; margin: 0 3%; } +.student-headshot { + padding: 10px 0; } + +.student-links { + list-style: none; + margin: 1em 0; } + .student-links li { + font-size: 18px; } + +.social { + color: #000; } + +.social:hover { + color: #f68b1f; + font-size: 20px; } + #contact .contact-us { - background-image: url("images/snapshots/biddyclouds.jpg"); - background-size: cover; - background-repeat: no-repeat; - background-position: center; - margin: 1% 0; } + margin-top: -20px; + background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), center fixed no-repeat url("images/snapshots/biddyclouds.jpg"); + background-size: cover; } #contact .text { text-align: center; - color: #fff; - background-color: rgba(0, 0, 0, 0.4); } + color: #fff; } #contact h2 { font-size: 5rem; } @@ -6001,7 +6002,6 @@ html { padding: 2% 20% 10%; color: #fff; } #contact form input, #contact form textarea { - background-color: rgba(0, 0, 0, 0.4); color: #fff; } #nav-header nav { @@ -6009,7 +6009,14 @@ html { background-color: #f68b1f; } #nav-header nav a { color: #555; - text-decoration: none; } + text-decoration: none; + transition: all 300ms ease; } + #nav-header nav a:hover { + color: white; + transition: all 300ms ease; } + #nav-header nav .navbar-nav > li.active { + background-color: #f68b1f; + color: white; } #nav-header nav ul li { list-style-type: none; margin: 0 15px; @@ -6022,6 +6029,13 @@ html { #nav-header nav .nss_logo { width: 100px; height: 100px; } + @media screen and (max-width: 768px) { + #nav-header nav .nss_logo { + width: 36px; + height: 36px; + position: absolute; + top: 7px; + left: 7px; } } body { background-color: #e9e9e9; diff --git a/public/models/students.js b/public/models/students.js index ef9b47c..8678b35 100644 --- a/public/models/students.js +++ b/public/models/students.js @@ -24,10 +24,8 @@ angular }, { name: 'Austin Erlandson', - portfolio: 'youtube.com', linkedin: 'in/erlandsona', github: 'erlandsona', - twitter: 'biddy', summary: 'Austin is a full-stack developer located in Nashville, TN', pic1: '../images/students/austin1.jpg', pic2: '../images/students/austin2.jpg' @@ -48,7 +46,7 @@ angular linkedin: "profile/view?id=395753849&trk=hp-identity-photo", github: 'brayhoward', twitter: 'brandonrhoward1', - summary: 'Brandon is a full-stack developer located in Nashville, TN', + summary: 'Brandon did all his growing up in Ohio before he decided the midwest just wasn’t his cup of tea. He discovered Nashville two years ago, fell in love with the artist friendly east side, pulled up his roots in the North and headed to the South. Shortly after the move he was made aware of NSS and decided to apply. He made the cut and hasn’t looked back since. Brandon also enjoys climbing big rocks, urban commuting on his bike, kayaking on whitewater laden rivers and creeks, and just has a lot of love for the great outdoors in general.', pic1: '../images/students/brandonh1.jpg', pic2: '../images/students/brandonh2.jpg' }, @@ -63,20 +61,16 @@ angular }, { name: 'Brennan Willingham', - portfolio: 'youtube.com', linkedin: 'in/brennanwillingham', github: 'brenntron', - twitter: 'wiggles', summary: 'Brennan is a full-stack developer located in Nashville, TN', pic1: '../images/students/brennan1.jpg', pic2: '../images/students/brennan2.jpg' }, { name: 'Bryan Finlayson', - portfolio: 'youtube.com', linkedin: 'in/bryandfinlayson', github: 'bdfinlayson', - twitter: 'wiggles', summary: 'Bryan is a full-stack developer located in Nashville, TN', pic1: '../images/students/bryan1.jpg', pic2: '../images/students/bryan2.jpg' @@ -190,21 +184,19 @@ angular }, { name: 'Matthew Reuther', - portfolio: 'youtube.com', linkedin: 'pub/matthew-reuther/68/aa1/870', github: 'matthewreuther', - twitter: 'biddy', summary: 'Matthew is a full-stack developer located in Nashville, TN', pic1: '../images/students/matt1.jpg', pic2: '../images/students/matt2.jpg' }, { name: 'Molly Black', - portfolio: 'youtube.com', + portfolio: 'mollymorganblack.com', linkedin: 'pub/molly-morgan-black/2a/183/56b', github: 'mollytaryn', - twitter: 'wiggles', - summary: 'Molly is a full-stack developer located in Nashville, TN', + twitter: 'mollymoblack', + summary: "Molly is a former Product Manager and long-time start-up addict. She graduated from Columbia University in the city of New York with a degree in Neuropsychology and Fiction. (As one does.) Since then, she pretty much has been having a series of adventures from living in Lyon, France teaching English (in French) at an elementary school, to buying a farm on the outskirts of Leiper's Fork, Tennessee and trying to figure out what one does with 8 acres and two big fluffy dogs. AND – to add another thing to the list of fun and exciting – at the end of June, she will be joining the team at Philly-based start-up LifeVest as a full-stack developer learning to code the Sandi Metz way. Can't wait.", pic1: '../images/students/molly1.jpg', pic2: '../images/students/molly2.jpg' }, diff --git a/public/views/home.html b/public/views/home.html index a51190f..5676d3b 100644 --- a/public/views/home.html +++ b/public/views/home.html @@ -1,9 +1,9 @@
-
+
-
Thanks to our amazing teachers: Eliza Brock, Scott Humphries, and Jurnell Cockhren. And of course John Wark for making this possible!
-
Made with love by Erin Page, Bryan Finlayson, Ayumi Bennett, Katye Russell, Brennan Willingham, Kyle McCormick
-
Professional photos by Inge Kathleen Photography | Snapshots by Ayumi Bennett, Erin Page | Logo by Brandon Espinoza
+

Thanks to our amazing teachers: Eliza Brock, Scott Humphries, and Jurnell Cockhren. And of course John Wark for making this possible!

+

Made with love by Erin Page, Bryan Finlayson, Ayumi Bennett, Katye Russell, Brennan Willingham, Kyle McCormick

+

Professional photos by Inge Kathleen Photography | Snapshots by Ayumi Bennett, Erin Page | Logo by Brandon Espinoza

\ No newline at end of file diff --git a/public/views/nss.html b/public/views/nss.html index 03268a5..e788f5d 100644 --- a/public/views/nss.html +++ b/public/views/nss.html @@ -9,31 +9,65 @@

Cohort 8 at Nashville Software School

{{skill.name}} logo
-
+
+
+
+
+
+
+
+

The NSS curriculum has taught us the skills and technologies required to become a full-stack software developer.

-
+
+
+
+
+
+
+
+

Our experience at NSS? Intense and Intensive.

-
+
+
+
+
+
+
+
+

For the past six months, we spent the day at school learning new and challenging material, writing lots of code and working with other students on projects.

-
+
+
+
+
+
+
+

And on nights and weekends, we went to meetups, mixers, hackathons, and worked with other members of the community on more projects. And wrote more code.

-
+
+
+
+
+
+
+
+

And we are now ready and willing to use our new knowledge-and keep on learning and growing as software development professionals.

diff --git a/public/views/students.html b/public/views/students.html index 73c1f41..b45eb10 100644 --- a/public/views/students.html +++ b/public/views/students.html @@ -7,7 +7,7 @@

meet the next generation of web developers

-

{{student.name}}

+

{{student.name}}