Skip to content

appdev-projects/rps-bootstrap

Repository files navigation

RPS Bootstrap

This project is for you to type along with the Introduction to Bootstrap video. There are no automated tests, so rails grade won't do anything.

Experiment!

Target

Here is the target that we're aiming for in this project:

https://rps-bootstrap.matchthetarget.com/

Snapshot of RPS CSS workspace

The starting point of this project is the ending point of RPS CSS. Here is a snapshot of the workspace I ended up with from the RPS CSS workspace, in case you want to look at it:

Open in Gitpod

I slightly re-organized the CSS afterwards; you can see the differences here, in this git diff.

Font Awesome

Search for Font Awesome icons here.

Asset links for every HTML doc

I place these in the <head> of almost every HTML document I write:

<!-- Expand the number of characters we can use in the document beyond basic ASCII 🎉 -->
<meta charset="utf-8">

<!-- Connect Font Awesome CSS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css">

<!-- Connect Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">

<!-- Connect Bootstrap JavaScript and its dependencies -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>

<!-- Make it responsive to small screens -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

Standard Workflow

  1. Start the web server with bin/server.
  2. Navigate to your live application preview.
  3. As you work, remember to navigate to /git and Always Be Committing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •