Giter Club home page Giter Club logo

bklt-jquery-2's Introduction

Do now

  • Fork this repo
  • Set up cloud9 workspace
  • Add a notes.md file
  • Push to your github repo

In your bash terminal:

git add notes.md
git commit -m "notes added"
git push origin master

You do

Let's make some changes to this website. Find each step by doing a command + f for STEP#. After each step, commit and push with a message like "step 1 complete" or something similar.

Complete these fsho

  1. (STEP1) Include the stylesheet (called style.css) and the javascript (called app.js)
  2. (STEP2) Add a title in the head
  3. Add a class to the nav to make it fixed when you scroll down. Don't forget the Bootstrap documentation
  4. Add this boilerplate to your javascript to make the script run on the page
$(document).ready(function() {
    // your code goes here 
});
  1. (done for you!) Add an event handler (think .eventname() for the email input.
  2. (done for you!) When you click on the email
    1. background of input changes to black
    2. text color changes to yellow
  3. Change click to a hover event and select the jumbotron
  4. When you hover over the jumbotron:
    1. background image changes to an image of NYC http://cdn.history.com/sites/2/2013/12/new-york-city-H.jpeg
  5. Select the columns .col-md-4
    1. on mouseover (mouse enters), color of the header and paragraph turns blue
    2. on mouseout (mouse leaves), color of the header and paragraph turns red

Bonus!

  1. When your mouse leaves the jumbotron:
    1. The background changes from the NYC image to a color of your choice! check out colorhexa for color ideas
    2. The button background color to yellow
    3. The text to white
  2. When you double click on a paragraph inside the jumbotron:
    1. The paragraph disappears and the other paragraphs turn red

bklt-jquery-2's People

Contributors

jonfdaily avatar

Watchers

Sam Bedell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.