Giter VIP home page Giter VIP logo

foodhub's Introduction

Foodhub with Bootstrap

In this project, we'll practice using Bootstrap.

Setup

  1. Click the "Clone or download" button.
  2. Select "Download ZIP".
  3. Extract and open the entire folder in Atom.
  4. Open landing.html in Chrome.

Suggested Steps

  1. I've already downloaded and included Bootstrap in the project for you.
  2. I have also included an additional_styles.css, which contains my standard vertical spacing classes.
  3. I've already included all of the content without any formatting in landing.html.
  4. Use Shoelace.io to create a skeleton grid for your layout, and then copy-paste it into your page.
  5. Move the content into the appropriate cell in your skeleton.
  6. Utilize Bootstrap classes to make the page look like the target. Here are some things that might come in handy:

You will have to write some of your own custom CSS for this project in additional_styles.css.

A hint for the full-width images: rather than including <img> elements in your HTML, instead use the images as the background for existing elements in CSS.

.who-delivers {
  background: url("images/main-hero.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  height: 500px;
  padding-top: 150px;
}

Resources:

foodhub's People

Contributors

arjunvenkat avatar raghubetina 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.