diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..787d030 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work + +# Config file +config.toml \ No newline at end of file diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..a37adfc --- /dev/null +++ b/assets/style.css @@ -0,0 +1,233 @@ +body { + background-color: #202224; + /* color: #dbdbdb; */ + color: #FFF ; + font-family: 'Open Sans', sans-serif; + margin-bottom: 200px ; + /* max-width:650px; */ + line-height:1.6; + font-size:18px; + margin: 0; +} +ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #333; + } + .active { + background-color: #292C2E; + } + li + { + float: left; + /*display: inline;*/ + } + + li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; + } + + /* Change the link color to #111 (black) on hover */ + li a:hover { + background-color: #111; + } +.main { + margin: auto ; + text-align: center; +} +.main svg { + vertical-align: -.3em; + margin-right: .3rem; + -webkit-filter: invert(100%); + filter: invert(100%) +} +.main svg:hover { + filter: invert(0%) +} + + p img, li img, h1 img, h2 img, h3 img, h4 img { + vertical-align: middle ; + max-width: 1em; + max-height: 1em; + border: none ; + display: inline ; +} + +img { + max-width: 90% ; + margin: auto ; + display: block ; + border: solid 5px beige ; +} +.titleimg { + border: none ; + height: 150px ; +} + + h1 { + text-align: center ; + color: lightgreen ; +} + +header h1 { + font-size: 40px ; +} + +h2 { + text-align: center ; + color: deeppink ; + font-variant: small-caps; + font-size: 24pt ; + border-bottom: dashed #ddd 1px ; + max-width: 500px ; + margin: 1em auto ; +} + +footer { + text-align: center ; + font-variant: small-caps ; + clear: both ; + padding: 2em 0 ; +} +footer li { + display: inline-block ; + padding: 0 .5em ; + font-size: x-large ; +} +footer li:hover { + background: lightblue ; +} + +footer { font-size: large ; } + +h1,h2,h3{ +font-family: Arial; +} + +a{ +color:royalblue; +text-decoration:none; +} +a:hover{color:lightblue;} + + code { + color: lime ; + border-radius: 5px ; +} + + + +aside { + border: solid 1px black ; + border-radius: 20px ; + padding: 0 1em 0 1em ; + font-size: small ; +} + +aside p { + color: gray ; +} + +aside code { + color: green ; +} + +/* .callout here is refencing any aside given the class name callout + * An example being: