Skip to content

geldridge13/RR-JS-CSS-Convert-Mock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Assignment - CSS Convert Mockup

Tech Stack

A list of expected technology to be used in this assignment

  • HTML
  • CSS
  • Web Browser
  • Bootstrap
  • Image Editing Software (GIMP)

Assignment

In this repository you will find two image files that represent two web pages. Convert the provided designs into a functional web page.

Requirements

Part 1

  • Create both web pages in files namde index.html and blog-post.html in the root directory
  • Use an external CSS file to style the page
  • store all css files in a directory named styles
  • store all image files in a directory name images

Part 2

Refactor your CSS by using the Bootstrap CSS framework where possible

Instructions

  1. Fork this repository
  2. Clone your repository to your local machine git clone
  3. Complete lab requirements
    • Create HTML pages in the root directory
    • Create a folder named 'images' and add image files to this directory
    • Create a folder for CSS and add all CSS file to this directory
  4. Add files to staging: git add .
  5. Commit staged files: git commit -m <some-information-message-here>
  6. Push changes to GitHub git push
  7. Finally create a pull request from your projects GitHub page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.2%
  • CSS 17.8%