Giter Site home page Giter Site logo

html-js-linkedin's Introduction

Linkedin JS/CSS

Summary

We're almost ready to launch our very own Linkedin Profile!

Copy over the code you wrote in the index.html from the LinkedIn HTML challenge. Try not to make any changes to it!

Releases

Release 0 - Link Up

Let's start by connecting our script.js and style.css files to our html document. Can you recall where in the document the link should be? Get some styling in your HTML file to make it look more like LinkedIn!

Release 1 - Save some Selectors

Next, let's make sure we can query the document by selectors. choose an element(or set of) and make four variables that hold the result of calling document.

Release 2 - Traverse

Based on your above selectors, try to use a few JS methods to move along the DOM tree.

Release 3 - Manipulate

Using your above selectors:

  • Manipulate the innerHTML
  • Delete something
  • Change CSS
  • Add a CSS Property

Release 4 - React (...not THAT react)

Create a few Event Listeners for your profile to react to when a person clicks on an important button, or hovers over your image. Check out the JS features for dropdowns and tabs in bootstrap, and implement one.

Release 5 - Animate

You know the drill, take a selected element, and animate it!Perhaps you can connect your animation function with your previous EVENT LISTENERS??!

Resources:

html-js-linkedin's People

Contributors

jalletto avatar karaajc avatar jyoung217 avatar ankur-cp avatar skyyyr avatar tomprete avatar

Watchers

 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.