update the study group challenge and change flyer threshold to 25

pull/14304/head
Quincy Larson 2017-04-08 01:41:03 -05:00
parent 57f0a14720
commit 761dd8e66a
2 changed files with 7 additions and 7 deletions

View File

@ -100,16 +100,16 @@
"title": "Join a Free Code Camp Group in Your City",
"description": [
[
"//i.imgur.com/XugIMb4.jpg",
"//i.imgur.com/WBVydfk.jpg",
"A picture of some of our campers meeting in a local cafe.",
"You can code together with other campers in your city by joining a local Free Code Camp group.",
"You can code together with other campers in your city by joining a local freeCodeCamp study group.",
""
],
[
"//i.imgur.com/fTFMjwf.gif",
"A gif showing how you can click the link below, find your city on the list of local groups.",
"Find your city on this list and click it. This will take you to its Facebook page. Click the \"Join group\" button. Someone from the group should approve you shortly. If your city isn't on this list, don't create one until you've read the directions.",
"http://forum.freecodecamp.com/t/free-code-camp-city-based-local-groups/19574"
"//i.imgur.com/IqBnnuFr.jpg",
"A picture of some of our campers meeting in a local cafe.",
"Find your local study group and click it. This will take you to its Facebook page. Click the \"Join group\" button. Someone from the group should approve you shortly.",
"https://www.freecodecamp.com/study-group-directory/"
]
],
"challengeSeed": [],

View File

@ -1,4 +1,4 @@
if (user && user.points > 15)
if (user && user.points > 25)
.container
.row.flashMessage.negative-30
.col-xs-12