Clearing out gh-pages
This commit is contained in:
commit
8761a29f5b
37 changed files with 530 additions and 0 deletions
1
static/css/concise.min.css
vendored
Executable file
1
static/css/concise.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
101
static/css/starter.css
Normal file
101
static/css/starter.css
Normal file
|
@ -0,0 +1,101 @@
|
|||
.video-player {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%; /* 16:9 */
|
||||
padding-top: 25px;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.video-player iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.dillons img {
|
||||
width: 350px;
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #8ec8ee;
|
||||
}
|
||||
|
||||
.siteHeader {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 22px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@media (min-width: 48em) {
|
||||
.logo {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.nav {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
.nav li {
|
||||
display: inline;
|
||||
line-height: 3.5;
|
||||
margin-left: 25px;
|
||||
}
|
||||
.nav li:first-of-type {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.siteContent {
|
||||
padding: 50px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.siteFooter {
|
||||
border-top: 1px solid #eee;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 1px solid #ddd;
|
||||
color: #777;
|
||||
font-style: italic;
|
||||
margin: 1em 2em;
|
||||
padding-left: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
color: #555;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.71429;
|
||||
}
|
||||
|
||||
blockquote cite:before {
|
||||
content: "\2014 \0020";
|
||||
}
|
||||
|
||||
blockquote cite a {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
blockquote cite a:visited {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
blockquote.blockquote-reverse {
|
||||
border-left: none;
|
||||
border-right: 1px solid #ddd;
|
||||
padding: 0 1em 0 0;
|
||||
text-align: right;
|
||||
}
|
BIN
static/img/dillons.jpg
Normal file
BIN
static/img/dillons.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
static/img/main.jpg
Executable file
BIN
static/img/main.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
8
static/pages/audio.html
Normal file
8
static/pages/audio.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="canonical" href="https://www.akdillon.net/audio/"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="refresh" content="0;url=https://www.akdillon.net/audio/" />
|
||||
</head>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue