Code Monkey home page Code Monkey logo

ih-prework-html-css's Introduction

HTML & CSS | Tweet clone

Introduction

We have learned a lot of new stuff about HTML and CSS. Now, we will work with an small example to practice all what we learned. We are going to clone a tweet.

Jack Dorsey created Twitter in 2006. Once it was ready to launch, he created his twitter account and published the following:

"just setting up my twttr"

It was March, 21st. We will clone this first tweet from Jack's account to learn HTML and CSS :)

Exercise

Requirements

  • Fork this repo.

  • Clone this repo into your ~/prework/code/labs folder.

  • Make sure you use:

    • Block elements for the main container of the tweet.
    • Inline elements for the bottom icons: reply, retweet, and favorites.
    • Use the images in the img folder to complete the designs.
    • Use the following colors:
     body
     - background:        rgb(244, 248, 249)
    
     tweet
     - background:        rgb(255, 255, 255)
     - border:            rgb(225, 232, 237)
     - user name:         rgb(0, 0, 0)
     - user account:      rgb(104, 109, 129)
     - text:              rgb(0, 0, 0)
     - date:              rgb(101, 116, 127)
     - bottom text color: rgb(105, 120, 130)
     - follow button:     rgb(85, 172, 238)
    
    • Finally, the font is "Helvetica".

Submission

  • Upon completion, run the following commands:
git add .
git commit -m"done"
git push origin master

Starter Code

The starter code contains all the files, images and basic setup to replicate the first tweet of the story.

Deliverable

Please, find a screenshot of the expected results below:

Extra Resources

  • First tweet. You can figure out the first tweet of any twitter account.

1st-tweet

echo ih-prework-html-css

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.