Skip to content

Instantly share code, notes, and snippets.

View mbMosman's full-sized avatar

Mary Mosman mbMosman

  • MN
View GitHub Profile

{ TODO - PROJECT NAME HERE}

Duration: { TODO - Note the time spent/planned for this project }

{ TODO - If your project is deployed somewhere, add a link to it. Also add a link next to the GitHub description. Otherwise, remove the text below.}

To view this application live, please visit: PROJECT NAME HERE

Description

@mbMosman
mbMosman / git log visual
Created November 1, 2018 15:39
visual log of commits
git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
@mbMosman
mbMosman / beachSand.css
Last active January 4, 2018 20:57
Cool Color Schemes
body {
background-color: #F4E4D8;
color: #777;
margin: 0;
}
main {
margin: auto;
width: 80%;
}
<!doctype html>
<html lang="en">
<head>
<title>Hello, world!</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
@mbMosman
mbMosman / basicBootstrap.html
Last active October 18, 2017 15:37
HTML Class Gists
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap 101 Template</title>
<!-- Latest compiled and minified CSS -->