Skip to content

Instantly share code, notes, and snippets.

@tibbon
Created March 4, 2015 17:04
Show Gist options
  • Save tibbon/659ec05ef178ba2e77e0 to your computer and use it in GitHub Desktop.
Save tibbon/659ec05ef178ba2e77e0 to your computer and use it in GitHub Desktop.
Silly Page

SETUP

Create a new organization with a group name (this is public, so don't make it anything terrible) Create a new Github repo and all all group members to it Everyone create a fork of it

Features

Now, create the appropriate feature branches and move through this program:

You're writing a single webpage that does various things with HTML, CSS and JavaScript

  1. Create an index.html, main.js and style.css and make them work together
  2. One person will create a button/link that when clicked on changes the background of the page to blue
  3. Another person will create a button/link that when clicked will change the text to red
  4. Another person will create an unordered list and a text input box that when you hit enter will add an item to a list with that text from the box
  5. Another person will add the files needed for Bootstrap and link them in the HTML
  6. Another person will organize the page's contents using Bootstrap's layout stuff
  7. Another person will add a button/link that will toggle flipping all of the text on the page upside down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment