2021-12-09T18:18:10+00:00 Deploy new site
This commit is contained in:
parent
e2061d6255
commit
564c8ed897
7 changed files with 32 additions and 15432 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v5.1.0 (https://getbootstrap.com/)
|
* Bootstrap v5.1.3 (https://getbootstrap.com/)
|
||||||
* Copyright 2011-2021 The Bootstrap Authors
|
* Copyright 2011-2021 The Bootstrap Authors
|
||||||
* Copyright 2011-2021 Twitter, Inc.
|
* Copyright 2011-2021 Twitter, Inc.
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
|
|
@ -46,7 +46,8 @@
|
||||||
--bs-dark-rgb: 33, 37, 41;
|
--bs-dark-rgb: 33, 37, 41;
|
||||||
--bs-white-rgb: 255, 255, 255;
|
--bs-white-rgb: 255, 255, 255;
|
||||||
--bs-black-rgb: 0, 0, 0;
|
--bs-black-rgb: 0, 0, 0;
|
||||||
--bs-body-rgb: 33, 37, 41;
|
--bs-body-color-rgb: 33, 37, 41;
|
||||||
|
--bs-body-bg-rgb: 255, 255, 255;
|
||||||
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
||||||
|
|
@ -531,9 +532,9 @@ progress {
|
||||||
--bs-gutter-y: 0;
|
--bs-gutter-y: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: calc(var(--bs-gutter-y) * -1);
|
margin-top: calc(-1 * var(--bs-gutter-y));
|
||||||
margin-right: calc(var(--bs-gutter-x) * -.5);
|
margin-right: calc(-.5 * var(--bs-gutter-x));
|
||||||
margin-left: calc(var(--bs-gutter-x) * -.5); }
|
margin-left: calc(-.5 * var(--bs-gutter-x)); }
|
||||||
.row > * {
|
.row > * {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -1564,8 +1565,8 @@ progress {
|
||||||
vertical-align: inherit; }
|
vertical-align: inherit; }
|
||||||
.table > thead {
|
.table > thead {
|
||||||
vertical-align: bottom; }
|
vertical-align: bottom; }
|
||||||
.table > :not(:last-child) > :last-child > * {
|
.table > :not(:first-child) {
|
||||||
border-bottom-color: currentColor; }
|
border-top: 2px solid currentColor; }
|
||||||
|
|
||||||
.caption-top {
|
.caption-top {
|
||||||
caption-side: top; }
|
caption-side: top; }
|
||||||
|
|
@ -1580,8 +1581,10 @@ progress {
|
||||||
|
|
||||||
.table-borderless > :not(caption) > * > * {
|
.table-borderless > :not(caption) > * > * {
|
||||||
border-bottom-width: 0; }
|
border-bottom-width: 0; }
|
||||||
|
.table-borderless > :not(:first-child) {
|
||||||
|
border-top-width: 0; }
|
||||||
|
|
||||||
.table-striped > tbody > tr:nth-of-type(odd) {
|
.table-striped > tbody > tr:nth-of-type(odd) > * {
|
||||||
--bs-table-accent-bg: var(--bs-table-striped-bg);
|
--bs-table-accent-bg: var(--bs-table-striped-bg);
|
||||||
color: var(--bs-table-striped-color); }
|
color: var(--bs-table-striped-color); }
|
||||||
|
|
||||||
|
|
@ -1589,7 +1592,7 @@ progress {
|
||||||
--bs-table-accent-bg: var(--bs-table-active-bg);
|
--bs-table-accent-bg: var(--bs-table-active-bg);
|
||||||
color: var(--bs-table-active-color); }
|
color: var(--bs-table-active-color); }
|
||||||
|
|
||||||
.table-hover > tbody > tr:hover {
|
.table-hover > tbody > tr:hover > * {
|
||||||
--bs-table-accent-bg: var(--bs-table-hover-bg);
|
--bs-table-accent-bg: var(--bs-table-hover-bg);
|
||||||
color: var(--bs-table-hover-color); }
|
color: var(--bs-table-hover-color); }
|
||||||
|
|
||||||
|
|
@ -1902,13 +1905,15 @@ textarea.form-control-lg {
|
||||||
padding-top: 0.25rem;
|
padding-top: 0.25rem;
|
||||||
padding-bottom: 0.25rem;
|
padding-bottom: 0.25rem;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
font-size: 0.875rem; }
|
font-size: 0.875rem;
|
||||||
|
border-radius: 0.2rem; }
|
||||||
|
|
||||||
.form-select-lg {
|
.form-select-lg {
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
font-size: 1.25rem; }
|
font-size: 1.25rem;
|
||||||
|
border-radius: 0.3rem; }
|
||||||
|
|
||||||
.form-check {
|
.form-check {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -6010,7 +6015,7 @@ textarea.form-control-lg {
|
||||||
|
|
||||||
.text-body {
|
.text-body {
|
||||||
--bs-text-opacity: 1;
|
--bs-text-opacity: 1;
|
||||||
color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important; }
|
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
--bs-text-opacity: 1;
|
--bs-text-opacity: 1;
|
||||||
|
|
@ -6082,7 +6087,7 @@ textarea.form-control-lg {
|
||||||
|
|
||||||
.bg-body {
|
.bg-body {
|
||||||
--bs-bg-opacity: 1;
|
--bs-bg-opacity: 1;
|
||||||
background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important; }
|
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }
|
||||||
|
|
||||||
.bg-transparent {
|
.bg-transparent {
|
||||||
--bs-bg-opacity: 1;
|
--bs-bg-opacity: 1;
|
||||||
|
|
@ -13730,3 +13735,8 @@ p:last-child, dl:last-child, ul:last-child, ol:last-child {
|
||||||
|
|
||||||
#page-theater figure.headshot {
|
#page-theater figure.headshot {
|
||||||
max-height: 12rem; }
|
max-height: 12rem; }
|
||||||
|
|
||||||
|
ul.skills {
|
||||||
|
display: grid;
|
||||||
|
grid-gap: .25rem;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/contact/","headline":"Contact","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/contact/","headline":"Contact","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/style-1da96ec71d815670d905f9c309fd59d3c8bc48fc5732b5c37f707fa743628db5.css" integrity="sha256-Haluxx2BVnDZBfnDCf1Z08i8SPxXMrXDf3B/p0NijbU=" crossorigin="anonymous">
|
<link rel="stylesheet" type="text/css" href="/assets/style-45b72c31cd3582e5a14751464c8593db0300c0a417581680eb5aca71804d0c0f.css" integrity="sha256-RbcsMc01guWhR1FGTIWT2wMAwKQXWBaA61rKcYBNDA8=" crossorigin="anonymous">
|
||||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
{"description":"Web developer, actor, all around good guy","@type":"WebSite","url":"https://danielrayjones.com/","name":"Dan Jones","headline":"Introduction","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
{"description":"Web developer, actor, all around good guy","@type":"WebSite","url":"https://danielrayjones.com/","name":"Dan Jones","headline":"Introduction","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/style-1da96ec71d815670d905f9c309fd59d3c8bc48fc5732b5c37f707fa743628db5.css" integrity="sha256-Haluxx2BVnDZBfnDCf1Z08i8SPxXMrXDf3B/p0NijbU=" crossorigin="anonymous">
|
<link rel="stylesheet" type="text/css" href="/assets/style-45b72c31cd3582e5a14751464c8593db0300c0a417581680eb5aca71804d0c0f.css" integrity="sha256-RbcsMc01guWhR1FGTIWT2wMAwKQXWBaA61rKcYBNDA8=" crossorigin="anonymous">
|
||||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/theater/","headline":"Acting Resume","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/theater/","headline":"Acting Resume","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/style-1da96ec71d815670d905f9c309fd59d3c8bc48fc5732b5c37f707fa743628db5.css" integrity="sha256-Haluxx2BVnDZBfnDCf1Z08i8SPxXMrXDf3B/p0NijbU=" crossorigin="anonymous">
|
<link rel="stylesheet" type="text/css" href="/assets/style-45b72c31cd3582e5a14751464c8593db0300c0a417581680eb5aca71804d0c0f.css" integrity="sha256-RbcsMc01guWhR1FGTIWT2wMAwKQXWBaA61rKcYBNDA8=" crossorigin="anonymous">
|
||||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/web/","headline":"Web Résumé","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
{"description":"Web developer, actor, all around good guy","@type":"WebPage","url":"https://danielrayjones.com/web/","headline":"Web Résumé","author":{"@type":"Person","name":"Dan Jones"},"@context":"https://schema.org"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/assets/style-1da96ec71d815670d905f9c309fd59d3c8bc48fc5732b5c37f707fa743628db5.css" integrity="sha256-Haluxx2BVnDZBfnDCf1Z08i8SPxXMrXDf3B/p0NijbU=" crossorigin="anonymous">
|
<link rel="stylesheet" type="text/css" href="/assets/style-45b72c31cd3582e5a14751464c8593db0300c0a417581680eb5aca71804d0c0f.css" integrity="sha256-RbcsMc01guWhR1FGTIWT2wMAwKQXWBaA61rKcYBNDA8=" crossorigin="anonymous">
|
||||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
@ -95,11 +95,12 @@
|
||||||
<p>Web developer with broad experience in both large (educational and commercial) and small(commercial) websites. Designed custom web applications from the ground up, and modified existing open-source applications to meet specific needs. Effective communicator, with experience researching and writing content for educational websites. Social media expertise maintaining Facebook and Twitter accounts for educational institution, and building Facebook applications.</p>
|
<p>Web developer with broad experience in both large (educational and commercial) and small(commercial) websites. Designed custom web applications from the ground up, and modified existing open-source applications to meet specific needs. Effective communicator, with experience researching and writing content for educational websites. Social media expertise maintaining Facebook and Twitter accounts for educational institution, and building Facebook applications.</p>
|
||||||
|
|
||||||
<p>Skills include:</p>
|
<p>Skills include:</p>
|
||||||
<ul>
|
<ul class="skills">
|
||||||
<li>HTML</li>
|
<li>HTML</li>
|
||||||
<li>CSS</li>
|
<li>CSS</li>
|
||||||
<li>SASS (SCSS)</li>
|
<li>SCSS</li>
|
||||||
<li>JavaScript</li>
|
<li>JavaScript</li>
|
||||||
|
<li>vue.js</li>
|
||||||
<li>jQuery</li>
|
<li>jQuery</li>
|
||||||
<li>AJAX</li>
|
<li>AJAX</li>
|
||||||
<li>React</li>
|
<li>React</li>
|
||||||
|
|
@ -115,8 +116,8 @@
|
||||||
<li>Apache</li>
|
<li>Apache</li>
|
||||||
<li>Linux</li>
|
<li>Linux</li>
|
||||||
<li>Docker</li>
|
<li>Docker</li>
|
||||||
<li>Google App Engine</li>
|
|
||||||
<li>AWS</li>
|
<li>AWS</li>
|
||||||
|
<li>Google App Engine</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue