Commit Graph

1793 Commits

Author SHA1 Message Date
044f89b8cc add footer 2015-01-17 14:16:29 -08:00
279df2995c change about path to learn-to-code for SEO purposes and remove learn-to-code view and controller action 2015-01-17 11:27:27 -08:00
456f7063de minor copy tweak 2015-01-15 22:59:54 -08:00
08f4383f62 clean up whitespace on the landing page and add new camp counselors to about page 2015-01-15 22:25:04 -08:00
ffa03e57df Merge pull request #30 from FreeCodeCamp/landing
New, simple landing page based on feedback from @cloudchloe
2015-01-15 21:42:40 -08:00
2493f159dd minor improvements to landing page 2015-01-15 21:39:01 -08:00
a3f3463546 add links below youtube videos to get around youtube embed issue 2015-01-15 19:05:31 -08:00
a95da3307c update simplified landing page 2015-01-15 19:04:24 -08:00
8d9c0c0605 improve landing page 2015-01-15 17:21:12 -08:00
6c28577dac fix the angular validation Jade that was mangled by my IDE the first time 2015-01-15 15:45:24 -08:00
52ea2f0689 Revert "fix the lack of url validation in the portfolio section"
This reverts commit af63d84a9d.
2015-01-15 15:41:50 -08:00
af63d84a9d fix the lack of url validation in the portfolio section 2015-01-15 15:16:35 -08:00
ce3210d8dd make link to nonprofit Trello board more explicit in stats partial 2015-01-14 13:28:50 -08:00
13faedc86e Add email functionality to done-with-first-100-hours page and refactor nonprofit link to be on same controller in same view folder 2015-01-14 13:28:20 -08:00
89357f3d13 add twitch channel to live pair programming page 2015-01-14 13:26:36 -08:00
16e8ab1f40 Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-01-14 12:04:37 -08:00
0dced1538c Merge pull request #27 from figitalboy/patch-1
Update challenges.json
2015-01-14 11:55:42 -05:00
ac3b01dd8b Update challenges.json
Fixing typo in reference to issue https://github.com/FreeCodeCamp/freecodecamp/issues/25
2015-01-14 11:54:34 -05:00
327f45f664 Update faq.jade
Fix spelling error (perservere to persevere)
2015-01-14 10:35:02 -05:00
19c39f9fee update live pair programming 2015-01-13 18:37:17 -08:00
b43e4094fe change live code video 2015-01-13 18:26:30 -08:00
da9d2bd6d3 live code 2015-01-13 18:13:56 -08:00
42f7d3875c update live coding page 2015-01-13 17:26:16 -08:00
da5c8d771d Merge pull request #23 from FreeCodeCamp/angular-nonprofit
Angularize nonprofit form
2015-01-13 17:52:17 -05:00
9d3cf9f13f finish angularizing forms 2015-01-13 14:43:57 -08:00
d328842bda only partially working 2015-01-13 12:50:00 -08:00
8fa5f6b094 fix contact form 2015-01-13 12:08:46 -08:00
b858fdbe6a update link for live pair programming 2015-01-13 10:31:16 -08:00
f55b341380 Merge pull request #21 from brndnb/patch-2
Edit wording of jquery exercises
2015-01-12 22:12:42 -08:00
e46046c1f3 Merge pull request #22 from FreeCodeCamp/passreset
Passreset
2015-01-12 22:10:35 -08:00
26c3f265ad update the reset password functionality and make the password reset form consistent with other such forms 2015-01-12 22:02:33 -08:00
3afd05ad85 Merge branch 'passreset' of https://github.com/FreeCodeCamp/freecodecamp 2015-01-12 21:36:38 -08:00
5765c18def Re-enabling password reset for email signups 2015-01-13 00:35:11 -05:00
4bdc3d34ad Add blogger API to FCC and list 5 most recent blog posts on about page 2015-01-12 21:28:58 -08:00
a29408bacb fix Jade typo in portfolio pages 2015-01-12 19:12:17 -08:00
7136f2eff3 fix angular issue that was preventing load of accounts page 2015-01-12 11:48:36 -08:00
b8f8a3bc9f fix link to public profile from account page 2015-01-12 11:35:17 -08:00
d2ef354f60 Edit wording of jquery exercises
Removed 'the' from some of the questions for consistency. The rule applied: either use "the <target> element" or only "<target>" when not following with "element." Alternatively, instead of removing "the," you could instead add "element" to the end of each reference to a target. But as it was, the wording was inconsistent.

Also removed extra "from."
2015-01-12 13:29:41 -06:00
9d8f6e3623 make social links in portfolio open in new tab 2015-01-12 10:36:19 -08:00
fc00ef3f29 restyle portfolio and make all portfolio paths off of root and hide angular form until loaded 2015-01-11 22:19:56 -08:00
da3ed43b2f update user schema for sparseness and uniqueness on email 2015-01-11 18:24:36 -08:00
b30a3e9d93 Merge pull request #16 from FreeCodeCamp/forgot-password
Forgot password
2015-01-10 10:56:01 -08:00
3f18d22df7 Trying the form the the correct express route 2015-01-10 00:19:58 -05:00
acd41de952 Fixed display issues with forgot password view 2015-01-10 00:05:42 -05:00
3a34376b0b Merge pull request #14 from FreeCodeCamp/angularize-login
Angularize login
2015-01-09 20:33:57 -08:00
114f6598b9 finish up angularizing forms 2015-01-09 20:30:29 -08:00
e1ed00419f fix uniqueness and ability to detect original value 2015-01-09 20:03:24 -08:00
c90c61720e Tidying up 2015-01-09 22:07:20 -05:00
b4395e2b59 Cleaning up, enforcing username constraints to match profile page settings. Added uniqueness to profile username. 2015-01-09 22:05:45 -05:00
11bc776ffb Email signup for angularized, user.js controller modified so that username can be stored upon signup 2015-01-09 21:33:50 -05:00