Commit Graph

426 Commits

Author SHA1 Message Date
Berkeley Martinez
9637c8739a Fix bold font issues 2015-10-30 15:43:50 -07:00
Berkeley Martinez
38d76ec3bb split fonts into two separate files 2015-09-17 00:06:01 -07:00
Leon Feng
6e53b8701d Replace Google Fonts with locally served fonts 2015-09-17 04:53:33 +08:00
Berkeley Martinez
6c48395868 separate main manifest generation from sub manifests
in dev mode always pull manifest on each request
add manifest build to gulp build task
add react bundle to manifest generation
2015-08-28 15:56:58 -07:00
Berkeley Martinez
306c441ae7 add revisioning to js/css files to break caching
This moves the location of javascript files, commonFramework,
iFrameScript, sandbox, plugin, and all the less files.
On gulp or gulp build these files are moved and revisioned.
Places where they are references in jade/html are now removed and
replaced with the use of a helper function `rev`. This function will
take the required file and return a string referencing the revisioned
file. This should alleviate the need for hard refreshing and will break
caches when files change, so fixes for firefox caching issue as well.

NOTE: @benmcmahon @quincylarson, This means files will need to be build
on the server in production before doing a server restart/reload
In production: 'npm run build' To build and revision js/css files

`gulp` and `gulp build` will used in development

npm install also needs to be run in production on initial deploy
2015-08-26 23:30:33 -07:00
Berkeley Martinez
39f636ae91 add loader to challenge submit 2015-08-26 15:17:38 -07:00
Quincy Larson
a1cd8c8720 update the fcc-footer style slightly 2015-08-22 14:58:59 -07:00
Alexey Nikitin
d3e0b9b754 Bug with hover effect on footer's social links.
The footer's social link changes itself's height when it is hovered. This leads to appearing scroll bar and as a result changing page's width. The content jumps.
2015-08-19 13:10:44 +03:00
Quincy Larson
b4ae49f915 add challenge type to beginning of challenge in map 2015-08-18 15:21:26 -07:00
benmcmahon100
a11064ba74 Small CSS hack to fix a display glitch 2015-08-17 14:30:57 +01:00
benmcmahon100
3d42b09bca Added a helper function to main.js for challenge making 2015-08-14 23:57:43 +01:00
benmcmahon100
6377cc124e Moved a permanent set css prop from jquery to CSS 2015-08-14 21:48:17 +01:00
Quincy Larson
99d0a58049 update the look of onboarding and change RSAP to RSA 2015-08-12 21:24:57 -07:00
Quincy Larson
d67c049d5b make onboarding page the default homepage for authenticated users 2015-08-10 17:40:13 -07:00
Quincy Larson
5fb1df0d55 start onboarding page 2015-08-08 16:13:23 -07:00
benmcmahon100
91c7bce758 Font on submit buttons should be correct now 2015-08-05 17:04:02 +01:00
Quincy Larson
041abd1065 fix beta warning 2015-08-04 14:58:04 -07:00
Shouvik Roy
c05a936c87 Update main.less to fix #1510
Update main.less to fix #1510. There was an alignment issue on Safari because of missing vendor prefix ```-webkit``` on ```transform``` on the ```.points-on-top``` class.
2015-08-04 20:47:25 +05:30
benmcmahon100
608071df08 added a width to make the scrolling editor look nice 2015-08-01 20:01:47 +01:00
Ryan Malm
fb79970382 Fixed dropdown-menu CSS bug on mobile 2015-07-26 05:07:42 +00:00
Berkeley Martinez
94ed227aeb add video css 2015-07-23 15:49:03 -07:00
Quincy Larson
2cb0a3d717 futher improve calculator ux 2015-06-16 12:32:12 -07:00
Quincy Larson
23eb74c762 improve ux on calculator clicking 2015-06-15 21:44:19 -07:00
Quincy Larson
6b909d8f59 start refactoring calculator logic 2015-06-15 18:00:13 -07:00
Quincy Larson
b6fc2551d9 Merge branch 'interview' into staging
Conflicts:
	app.js
	controllers/challenge.js
	seed/future-jquery-ajax-json.json
2015-06-14 01:02:39 -07:00
Quincy Larson
61486c2d7c Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging
Conflicts:
	app.js
	controllers/fieldGuide.js
	controllers/story.js
	seed/challenges/basic-html5-and-css.json
	seed/challenges/bootstrap.json
	seed/field-guides.json
	server/views/partials/navbar.jade
	views/resources/jobs-form.jade
	views/resources/nonprofits-form.jade
	views/resources/pmi-acp-agile-project-managers-form.jade
2015-06-09 13:48:29 -07:00
Quincy Larson
0c799ec02f make bonfire view look like html view 2015-06-07 21:49:14 -07:00
Quincy Larson
6953cb6347 make the view even more compact 2015-06-06 22:55:24 -07:00
Quincy Larson
feb0678a46 start shrinking down the views. 2015-06-06 22:51:39 -07:00
Quincy Larson
aef35860dc fix mobile view issue 2015-06-05 22:35:13 -07:00
Quincy Larson
6e1d5968bc improve mobile menu 2015-06-05 22:11:30 -07:00
Quincy Larson
79e90c82a8 close issues by updating json files 2015-06-04 01:01:48 -07:00
Quincy Larson
ee1f336475 Merge branch 'master' of github.com:FreeCodeCamp/freecodecamp
Conflicts:
	public/css/main.less
2015-06-04 00:22:16 -07:00
Charles Treece
d6f1565e19 changed z-index of iframe-croll class to 1 2015-06-03 23:04:43 -04:00
Quincy Larson
d6e09ad1e5 fix the html mobile view to have taller iframe 2015-06-03 15:50:28 -07:00
Quincy Larson
51bfa12c33 make iphone stand out over footer 2015-06-02 19:45:58 -07:00
Quincy Larson
2fa0f34eb8 add progress bars 2015-06-01 23:27:33 -07:00
Quincy Larson
5380a9ea74 add yet unfinished curriculum overview to challengeMap 2015-05-31 02:01:55 -07:00
terakilobyte
bada25f381 Improve mobile view of showHTML 2015-05-27 16:42:08 -04:00
terakilobyte
79b20d9798 Update copy for uncomment html. Fix iframe view covering up button in narrow width. Make iframe fixed so it's viewable as code editor expands and people scroll down. closes #596, closes #655 2015-05-27 15:15:28 -04:00
Quincy Larson
7581ed9b30 quick challenge hot fixes 2015-05-26 00:33:13 -07:00
Quincy Larson
31e10444a5 improve field guide look and add cracking code interview article 2015-05-25 00:42:32 -07:00
Quincy Larson
3ee2c29324 more challenge-related view and copy improvements 2015-05-24 23:51:56 -07:00
terakilobyte
b626c811d0 Add initial I need help button and slack webhook integration 2015-05-23 02:26:29 -04:00
Quincy Larson
7279559c41 Merge branch 'staging' into nonprofit-improvements
Conflicts:
	controllers/resources.js
	seed_data/bonfires.json
	views/partials/navbar.jade
2015-05-22 19:36:15 -07:00
Quincy Larson
b9adbd5976 add jobs page 2015-05-22 19:30:56 -07:00
phoenixstormcrow
804866013f removed "white-space: pre-line" rule from pre.wrappable elements to prettify bonfire solution formatting. 2015-05-19 18:00:25 -07:00
Quincy Larson
68962d4d82 further improvements to coursewares and bonfires 2015-05-10 22:33:04 -07:00
Quincy Larson
d63b8f01be improve bonfires and js coursewares 2015-05-10 21:59:55 -07:00
Quincy Larson
f3646b0aae give points for upvoting, add facebook profile attribute, improve social profile icons 2015-05-09 16:23:45 -07:00