-
Notifications
You must be signed in to change notification settings - Fork 341
Lesson Get Set for Ziplines
Rafael J. Rodriguez edited this page Jan 6, 2017
·
2 revisions
Created by Rafase282
Github | FreeCodeCamp | CodePen | LinkedIn | Website | E-Mail
This lesson is all about how to get started. CodePen will be used for the ziplines and basically all the front-end dev at FCC.
- Create your account.
- Click your user image in the top right corner, then click the "New pen" button that drops down.
- Drag the windows around and press the buttons in the lower-right hand corner to change the orientation to suit your preference.
- Click the gear next to CSS. Then under the "Add External CSS" section, use the "Quick-add" select box to select Bootstrap. Then click "Save & Close".
- Verify that bootstrap is active by adding the following code to your HTML:
Hello CodePen!
. The text's color should be Bootstrap blue. - Click the gear next to JavaScript. Click the "Quick-add" select box and choose jQuery (not jQuery UI). Then click "Save & Close".
- Now add the following code to your JavaScript:
$(document).ready(function() { $ ('.text-primary').text('Hi CodePen!') });. Click the "Save" button at the top. Your "Hello CodePen!" should change to "Hi CodePen!". This means that jQuery is working.
You can use this CodePen that you've just created as a starting point for your Ziplines. Just click the "fork" button at the top of your CodePen and it will create a duplicate CodePen.
Thanks for visiting, if you like this please feel free to star my repo, follow me or even contact me about contributing as it will be a lot of work and having help would be cool.
- HTML5 and CSS
- Responsive Design with Bootstrap
- Gear up for Success
- jQuery
- Basic JavaScript
- Object Oriented and Functional Programming
- Basic Algorithm Scripting
- Basic Front End Development Projects
- Intermediate Algorithm Scripting
- JSON APIs and Ajax
- Intermediate Front End Development Projects
- Claim Your Front End Development Certificate
- Upper Intermediate Algorithm Scripting
- Automated Testing and Debugging
- Advanced Algorithm Scripting
- AngularJS (Legacy Material)
- Git
- Node.js and Express.js
- MongoDB
- API Projects
- Dynamic Web Applications
- Claim Your Back End Development Certificate
- Greefield Nonprofit Project 1
- Greefield Nonprofit Project 2
- Legacy Nonprofit Project 1
- Legacy Nonprofit Project 2
- Claim your Full Stack Development Certification
- Whiteboard Coding Interview Training
- Critical Thinking Interview Training
- Mock Interview 1
- Mock Interview 2
- Mock Interview 3