Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.56 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.56 KB

USING BOOTSTRAP

A practical demonstration of designing a website with bootstrap framework. This project is designed to look like newsweek.com's news website, for the purpose of practical demonstration. The project is part of a series of projects to be completed by students of Microverse.

mobile view

desktop view

Description

This is a template page. It focuses on how to apply bootstrap classes to create a page.

Technologies

  • HTML
  • Bootstrap

Features

  • Responsive page

Potential Feature

  • Add a backend to this page to have dynamic content
  • Implement subscription in conjunction to backend.

Usage

Clone the repository to your local machine

$ git clone https://github.com/forison/Using-Bootstrap.git

cd into the directory

$ cd Using-Bootstrap

open index.html with your favourite web browser.

Deployment

The demo page can be found HERE

Designed and developed by

Boakye Addo Forison

Contact

LinkedIn | Twitter

Contributing

  1. Fork it (https://github.com/forison/Using-Bootstrap/fork)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -am 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request