diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 96ae6c5e95..808f3cf810 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -292,10 +292,10 @@ "
  • Chinese
  • ", "
  • German
  • ", "
  • Dutch
  • ", - "
  • Spanish
  • ", + "
  • Spanish
  • ", "
  • French
  • ", - "
  • Japanese
  • ", - "
  • Korean
  • ", + "
  • Japanese
  • ", + "
  • Korean
  • ", "
  • Persian
  • ", "
  • Portugues
  • ", "
  • Russian
  • ", @@ -408,7 +408,7 @@ " BydgoszczFacebook Gitter", " CairoFacebook Gitter", " CalgaryFacebook Gitter", - " CaliFacebook Gitter", + " CaliFacebook Gitter", " CampinasFacebook Gitter", " CanberraFacebook Gitter", " Cape CodFacebook Gitter", @@ -649,7 +649,7 @@ " TijuanaFacebookGitter", " TiranaFacebookGitter", " TokyoFacebook Gitter", - " Tom's RiverFacebook Gitter", + " Tom's RiverFacebook Gitter", " TorinoFacebookGitter", " TorontoFacebookGitter", " TrivandrumFacebook Gitter", @@ -798,7 +798,7 @@ "

    Building nonprofit projects is the main way that our campers learn full stack JavaScript and agile software development. Once you complete the Free Code Camp Waypoints, Bonfires, Ziplines and Basejumps, you'll begin this process.

    ", "

    Starting with the end in mind

    ", "

    Our goal at Free Code Camp is to help you land a job as a junior software developer (or, if you prefer, a 'pivot job' that leads your current career in a more technical direction).

    ", - "

    You'll continue to work on nonprofit projects until you've built a sufficiently impressive portfolio and references to start your job search. Your portfolio will ultimately have three to five nonprofit projects. We estimate that the 900 hours of nonprofit projects you're going to complete, in addition to the 100 hours of challenges you've already completed, will be enough to qualify you for your first coding job. This will produce a much broader portfolio than a traditional coding bootcamp, which generally only has one or two capstone projects.

    ", + "

    You'll continue to work on nonprofit projects until you've built a sufficiently impressive portfolio and references to start your job search. Your portfolio will ultimately have four nonprofit projects. We estimate that the 800 hours of nonprofit projects you're going to complete, in addition to the 800 hours of challenges you've already completed, will be enough to qualify you for your first coding job. This will produce a much broader portfolio than a traditional coding bootcamp, which generally only has one or two capstone projects.

    ", "

    Choosing your first Nonprofit Project

    ", "

    We've categorized all the nonprofit projects by estimated time investment per camper: 100 hours, 200 hours, and 300 hours. These are only rough estimates.

    ", "

    Example: if you and the camper you're paired up with (your pair) each stated you could work 20 hours per week. If the project is a 100 hour per camper project, you should be able to complete it in about 5 weeks.

    ", @@ -1133,4 +1133,4 @@ "" ] } -] \ No newline at end of file +] diff --git a/views/challengeMap/show.jade b/views/challengeMap/show.jade index 2ea972eba2..6c3804c27b 100644 --- a/views/challengeMap/show.jade +++ b/views/challengeMap/show.jade @@ -83,20 +83,19 @@ block content li.large-p.negative-10 a(href="/challenges/#{challenge.name}")= challenge.name - //#announcementModal.modal(tabindex='-1') - // .modal-dialog.animated.fadeInUp.fast-animation - // .modal-content - // .modal-header.challenge-list-header Our chat is slow right now - // a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') × - // .modal-body - // h3.text-left Please note that Gitter.im, our chat client, isn't working properly right now. - // h3.text-left Gitter is working to fix this ASAP. If you can't join our chat room, please try again later. - // h3.text-left Thank you for your patience. In the meantime, happy coding! - // a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up - //script. - // $(document).ready(function () { - // if (!localStorage || !localStorage.gitter1) { - // $('#announcementModal').modal('show'); - // localStorage.gitter1 = "true"; - // } - // }); + #announcementModal.modal(tabindex='-1') + .modal-dialog.animated.fadeInUp.fast-animation + .modal-content + .modal-header.challenge-list-header The chat service we use is doing maintenance. + a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') × + .modal-body + h3.text-left Please note that Gitter.im, our chat client, won't be available between 3 AM and 5 AM EST. + h3.text-left Thank you for your patience. In the meantime, happy coding! + a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up + script. + $(document).ready(function () { + if (!localStorage || !localStorage.gitter2) { + $('#announcementModal').modal('show'); + localStorage.gitter2 = "true"; + } + });