Skip to content

A Twitter clone for Pokemon - used as an intro to HTML and CSS for TIY Crash Courses

Notifications You must be signed in to change notification settings

TIYDC/crash-course-twittemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Iron Yard Crash Course

Intro to HTML and CSS

These are the materials for a crash course in HTML and CSS delivered by The Iron Yard! Feel free to use these materials in any way you wish so long as it is not for commercial use.

How do I use this code?

  1. To start, click on the "Clone or download" button on GitHub (it's green, on the right side of the page).
  • This will allow you to download a zip file with all this stuff in it.
  1. Unzip the file somewhere on your computer.
  2. Open up that directory using a code editor like Atom or Sublime Text.
  3. You can review the finished code (in the finished directory) or start to work on your own solution!
  • To start your own solution, create two new files: index.html and styles.css
  • Start putting your HTML code in the index.html file.
  • Add your presentation pieces (CSS code) in the styles.css file.
  1. When you're done, you can create an account on github.com and upload your files there!
  • If you name the repository [your-user-name].github.io then you will be able to see your creation live on the Internet!
  • (Note: replace your actual GitHub username above!)

What's Next?

Like what you saw? Join us at The Iron Yard to learn a LOT more and start your journey to become a true software developer!

About

A Twitter clone for Pokemon - used as an intro to HTML and CSS for TIY Crash Courses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published