Compare commits

..

No commits in common. "ce86bea3174c089575ff3bfb994febeb18a1a820" and "f536633241ecf83df56c162c7f2295796115a865" have entirely different histories.

8 changed files with 130 additions and 146 deletions

View file

@ -1,3 +1,5 @@
$web-font-path: "/fonts/nunito-sans/index.css";
@import "bootstrap/functions";
@ -5,13 +7,11 @@ $web-font-path: "/fonts/nunito-sans/index.css";
@import "bootstrap/bootstrap";
@import "bootswatch/lux/bootswatch";
$peek-height: 25rem;
.blurred-container {
position: relative;
width: 100%;
min-height: 35vh;
height: $peek-height;
height: 350px;
top: 0;
left: 0;
}
@ -35,14 +35,13 @@ $peek-height: 25rem;
.motto h1 {
background: #0000007d;
-webkit-text-stroke: 0.3px $gray-100;
line-height: 1;
}
.blurred-container .img-src {
position: fixed;
width: 100%;
min-height: 35vh;
height: $peek-height;
height: 72ex;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
@ -147,9 +146,3 @@ h1 {
.table-condensed td {
padding: 0.5rem;
}
@media (min-width: map-get($grid-breakpoints, md)) {
.fixed-bottom {
left: 25%;
}
}

View file

@ -2,7 +2,6 @@
title: Academic Publications and Presentations
motto: Publications and Presentations
cardImage: library
decription: A list of my academic publications
---
### Academic Papers

View file

@ -2,8 +2,6 @@
title: Artificial Insemination
cardImage: Ai-calf
motto: Artificial Insemination
description:
Advertising page to try and sell my artificial insemination services
---
I am licensed in the Great State of Wyoming as a food animal artificial

View file

@ -2,7 +2,6 @@
title: Contact Me
cardImage: venice-mailbox
motto: Contact Me
description: Contact form to get ahold of me
---
<form

View file

@ -2,7 +2,6 @@
title: Videos
cardImage: camera
motto: Videography Portfolio
description: Showcase of my own videos
---
> ### The culmination of all art forms is that of film.

View file

@ -2,7 +2,6 @@
title: My Websites
cardImage: eclipse
motto: Websites
description: List of websites that I have worked on
---
I do occasionally build websites for myself and other people. Here is a list of

View file

@ -4,9 +4,6 @@
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{{ with .Description }}
<meta name="description" content="{{ . }}" />
{{ end }}
<title>{{ .Title }} - {{ .Site.Title }}</title>
{{ $twbssass := resources.Get "styles/mix-twbs.scss" | resources.ToCSS | minify | resources.PostProcess }}
<link href="{{ $twbssass.Permalink }}" rel="stylesheet" />

View file

@ -34,7 +34,7 @@
"prettier-plugin-toml": "^0.3.1"
},
"lint-staged": {
"*.{js,css,scss,md,toml,yml,yaml,json}": "prettier --write"
"*.{js,css,md,toml,yml,yaml,json}": "prettier --write"
},
"scripts": {
"prepare": "husky install"