Coder Social home page Coder Social logo

week-01-projects's Introduction

Week 1 In-class projects

Project 1: Build a responsive cookie store web page

  1. Link the css/styles.css file in the index.html <head> section.
    • We will use this to add our own custom styles.
  2. Add Bootstrap
  3. Apply the bootstrap grid classes
    • The 4 cookie products should appear side by side in one row on large screens
    • The 4 cookies should appear one per row on smaller screens
    • grid
  4. Apply styling to make the page responsive as follows:
    • On larger screens:
    • larger screens
    • On smaller screens:
    • smaller screens
  5. Using only bootstrap styles, and not moving any html tags, make the cookie products alternate as follows on larger screens:
    • larger screens
    • Hint: You can wrap your existing HTML in extra <div> tags
    • Hint: Look into the reordering classes
    • Clarifications
      • Don't change the order of the 3 main cookie html tags, the <h3>, followed by the <p>, and then the <img> tags. Remember, we want to keep semantic order.
      • You can add <div>'s and bootstrap classes as needed, you can wrap any tags in divs as needed, as long as you don't change the order.
  6. Stretch Add a custom google font to our page:

Project 2: Build a personal (professional) web page for yourself

  • Build a personal (professional) web page. Follow the following criteria
    • Use HTML5, CSS, Bootstrap
    • For the content:
      • Introduce yourself
      • Post projects you have done
      • Education/Professional Experience, Relevant Skills
      • List any technology or blog links you recommend
      • Include at least one image (project related, you, or related picture)
      • Optional: Post a "blog" entry about a technology you have used, or school topic

week-01-projects's People

Contributors

medgardo avatar tatounel avatar

Watchers

James Cloos 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.