Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorbrycematheson <brycematheson@gmail.com>2015-11-21 21:07:14 +0300
committerbrycematheson <brycematheson@gmail.com>2015-11-21 21:07:14 +0300
commit3d6ad697308e71f5239af648e3dd2f1c59062af5 (patch)
treee86e72bc4a51adedb306232b36dbe4d8b9b46e3a /static
parentdff9fef0f84d3a81bb30be68d15584f3485b0fcf (diff)
Initial commit
Diffstat (limited to 'static')
-rw-r--r--static/CNAME1
-rw-r--r--static/css/style.css105
-rw-r--r--static/img/avatar.jpgbin7168 -> 12447 bytes
-rw-r--r--static/img/post_images/antivirus_1.pngbin384339 -> 0 bytes
-rw-r--r--static/img/post_images/antivirus_2.jpgbin157789 -> 0 bytes
-rw-r--r--static/img/post_images/antivirus_3.jpgbin258084 -> 0 bytes
-rw-r--r--static/img/post_images/antivirus_4.jpgbin167150 -> 0 bytes
-rw-r--r--static/img/post_images/exif1.pngbin731230 -> 0 bytes
-rw-r--r--static/img/post_images/exif2.pngbin767133 -> 0 bytes
-rw-r--r--static/img/post_images/exif3.pngbin744404 -> 0 bytes
-rw-r--r--static/img/post_images/exif4.pngbin321255 -> 0 bytes
-rw-r--r--static/img/post_images/exif5.pngbin831377 -> 0 bytes
-rw-r--r--static/img/post_images/exif6.pngbin989375 -> 0 bytes
-rw-r--r--static/img/post_images/exif7.pngbin303427 -> 0 bytes
-rw-r--r--static/img/post_images/guicalculator.pngbin48802 -> 0 bytes
-rw-r--r--static/img/post_images/joomla.pngbin305112 -> 0 bytes
-rw-r--r--static/img/post_images/mathesondigital-wordpress.pngbin234222 -> 0 bytes
-rw-r--r--static/img/post_images/permalinks_wordpress.pngbin91509 -> 0 bytes
-rw-r--r--static/img/post_images/pingdom-speed-results.jpgbin33529 -> 0 bytes
-rw-r--r--static/img/post_images/raid1.pngbin34825 -> 0 bytes
-rw-r--r--static/img/post_images/raid2.pngbin34573 -> 0 bytes
-rw-r--r--static/img/post_images/raid3.pngbin42640 -> 0 bytes
-rw-r--r--static/img/post_images/raid4.pngbin34487 -> 0 bytes
-rw-r--r--static/img/post_images/record1.pngbin191694 -> 0 bytes
-rw-r--r--static/img/post_images/record2.pngbin155565 -> 0 bytes
-rw-r--r--static/img/post_images/record3.pngbin38791 -> 0 bytes
-rw-r--r--static/img/post_images/sparks_fly.jpgbin566780 -> 0 bytes
-rw-r--r--static/img/post_images/tmobile.jpgbin170018 -> 0 bytes
-rw-r--r--static/img/post_images/visualformbuilder1.pngbin58673 -> 0 bytes
-rw-r--r--static/img/post_images/visualformbuilder2.pngbin235566 -> 0 bytes
-rw-r--r--static/img/post_images/windows-10-first-impressions-1.pngbin470927 -> 0 bytes
-rw-r--r--static/img/post_images/windows-10-first-impressions-2.pngbin13805 -> 0 bytes
-rw-r--r--static/img/post_images/windows-10-first-impressions-3.pngbin47616 -> 0 bytes
-rw-r--r--static/img/post_images/windows-10-first-impressions-4.pngbin34111 -> 0 bytes
-rw-r--r--static/img/post_images/windows-10-first-impressions-5.pngbin61669 -> 0 bytes
-rw-r--r--static/img/post_images/windows-10-first-impressions-6.pngbin102274 -> 0 bytes
-rw-r--r--static/img/post_images/wordpress-logo.pngbin14705 -> 0 bytes
-rw-r--r--static/img/screenshot.pngbin0 -> 370068 bytes
38 files changed, 49 insertions, 57 deletions
diff --git a/static/CNAME b/static/CNAME
new file mode 100644
index 0000000..d9f841c
--- /dev/null
+++ b/static/CNAME
@@ -0,0 +1 @@
+www.brycematheson.io
diff --git a/static/css/style.css b/static/css/style.css
index 1b293aa..3a196da 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,3 +1,7 @@
+.lower label:hover,
+.overlay label {
+ cursor: pointer
+}
a.moretag,
h2 a {
text-decoration: none
@@ -119,6 +123,12 @@ video {
margin: 0;
vertical-align: baseline
}
+.hljs-class .hljs-title:last-child,
+.hljs-emphasis,
+.hljs-strongemphasis,
+em {
+ font-style: italic
+}
body,
button,
input,
@@ -126,7 +136,7 @@ select,
textarea {
font-family: Lato, Avenir, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: #3A3B3C;
- font-weight: 400;
+ font-weight: 300;
font-size: 1.125rem;
line-height: 1.5;
margin: 0;
@@ -183,7 +193,7 @@ h3 a {
}
b,
strong {
- font-weight: 600
+ font-weight: 400
}
h1 {
font-size: 2.2em
@@ -210,29 +220,24 @@ mark {
abbr[title] {
border-bottom: 1px dotted #D1D1D1
}
-em {
- font-style: italic;
-}
-
blockquote {
- background: #f9f9f9;
- border-left: 10px solid #ccc;
- margin: 1.5em 10px;
- padding: 0.5em 10px;
- quotes: "\201C""\201D""\2018""\2019";
+ background: #f9f9f9;
+ border-left: 10px solid #ccc;
+ margin: 1.5em 10px;
+ padding: .5em 10px;
+ quotes: "\201C""\201D""\2018""\2019"
}
blockquote:before {
- color: #ccc;
- content: open-quote;
- font-size: 4em;
- line-height: 0.1em;
- margin-right: 0.25em;
- vertical-align: -0.4em;
+ color: #ccc;
+ content: open-quote;
+ font-size: 4em;
+ line-height: .1em;
+ margin-right: .25em;
+ vertical-align: -.4em
}
blockquote p {
- display: inline;
+ display: inline
}
-
hr {
border: 0;
border-bottom: 1px solid #D1D1D1;
@@ -302,12 +307,12 @@ footer {
footer .menu-item a {
color: #7A7B7C;
text-decoration: none;
- font-weight: 400
+ font-weight: 300
}
#mainmenu li,
#nav-below a {
display: inline-block;
- font-weight: 600;
+ font-weight: 400;
cursor: pointer
}
footer .menu-item a:hover {
@@ -445,11 +450,9 @@ img {
width: 100%;
height: auto
}
-
article img {
- box-shadow: 0 0 15px rgba(0,0,0,0.35);
+ box-shadow: 0 0 15px rgba(0, 0, 0, .35)
}
-
.lower {
float: right;
margin-top: 28px;
@@ -457,8 +460,8 @@ article img {
padding: 0 .85em;
border-radius: 30px;
color: #fff;
- font-weight: 600;
- line-height: 25px;
+ font-weight: 400;
+ line-height: 25px
}
.lower:hover {
background: #fff;
@@ -468,9 +471,6 @@ article img {
font-family: inherit;
font-size: .7em
}
-.lower label:hover {
- cursor: pointer
-}
.overlay {
position: fixed;
width: 100%;
@@ -486,8 +486,7 @@ article img {
right: 20px;
top: 20px;
background: url(../img/cross.png);
- z-index: 100;
- cursor: pointer
+ z-index: 100
}
.overlay nav {
position: relative;
@@ -504,10 +503,6 @@ article img {
height: 100%;
position: relative
}
-td,
-th {
- padding: 3px
-}
.overlay ul li {
display: block;
height: 20%;
@@ -608,6 +603,7 @@ table {
}
td,
th {
+ padding: 3px;
border: 1px solid transparent;
height: 30px;
transition: all .3s
@@ -666,11 +662,6 @@ tr td:hover {
.hljs-link_url {
font-size: 80%
}
-.hljs-class .hljs-title:last-child,
-.hljs-emphasis,
-.hljs-strongemphasis {
- font-style: italic
-}
.alias .hljs-keyword:first-child,
.clojure .hljs-built_in,
.css .hljs-important,
@@ -751,58 +742,58 @@ tr td:hover {
.xml .javascript,
.xml .php,
.xml .vbscript {
- opacity: .5
+ opacity: .5;
}
@media (max-width: 1000px) {
#footer-container {
width: 95%;
- text-align: center
+ text-align: center;
}
}
@media (max-width: 700px) {
.post-heading h1,
h2 {
- font-size: 1.2em
+ font-size: 1.2em;
}
#branding,
#content {
padding: 0 5%;
- box-sizing: border-box
+ box-sizing: border-box;
}
#content {
- width: 100%
+ width: 100%;
}
.header {
- height: 300px
+ height: 300px;
}
.lower {
- display: block
+ display: block;
}
#mainmenu,
.pagination {
- display: none
+ display: none;
}
.post-heading {
height: 180px;
width: 50%;
margin-top: -1%;
margin-left: 25%;
- display: table
+ display: table;
}
#branding,
.footer-column {
- width: 100%
+ width: 100%;
}
.share-icons-header svg {
- margin-right: 5px
- }
- .share-icons-body svg {
- margin-right: 10px
- }
+ margin-right: 5px;
+ }
+ .share-icons-body svg {
+ margin-right: 10px;
+ }
#nav-below {
- margin-bottom: 30px
+ margin-bottom: 30px;
}
article p {
- font-size: .85em
+ font-size: .95em;
}
} \ No newline at end of file
diff --git a/static/img/avatar.jpg b/static/img/avatar.jpg
index bbf6780..6a9e1c7 100644
--- a/static/img/avatar.jpg
+++ b/static/img/avatar.jpg
Binary files differ
diff --git a/static/img/post_images/antivirus_1.png b/static/img/post_images/antivirus_1.png
deleted file mode 100644
index fa5b83c..0000000
--- a/static/img/post_images/antivirus_1.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/antivirus_2.jpg b/static/img/post_images/antivirus_2.jpg
deleted file mode 100644
index 2020088..0000000
--- a/static/img/post_images/antivirus_2.jpg
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/antivirus_3.jpg b/static/img/post_images/antivirus_3.jpg
deleted file mode 100644
index aff9777..0000000
--- a/static/img/post_images/antivirus_3.jpg
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/antivirus_4.jpg b/static/img/post_images/antivirus_4.jpg
deleted file mode 100644
index 2838cdc..0000000
--- a/static/img/post_images/antivirus_4.jpg
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/exif1.png b/static/img/post_images/exif1.png
deleted file mode 100644
index b8e026a..0000000
--- a/static/img/post_images/exif1.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/exif2.png b/static/img/post_images/exif2.png
deleted file mode 100644
index 745a6cf..0000000
--- a/static/img/post_images/exif2.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/exif3.png b/static/img/post_images/exif3.png
deleted file mode 100644
index 25f637a..0000000
--- a/static/img/post_images/exif3.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/exif4.png b/static/img/post_images/exif4.png
deleted file mode 100644
index 631afd9..0000000
--- a/static/img/post_images/exif4.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/exif5.png b/static/img/post_images/exif5.png
deleted file mode 100644
index 1a94646..0000000
--- a/static/img/post_images/exif5.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/exif6.png b/static/img/post_images/exif6.png
deleted file mode 100644
index f92158e..0000000
--- a/static/img/post_images/exif6.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/exif7.png b/static/img/post_images/exif7.png
deleted file mode 100644
index db2bb7a..0000000
--- a/static/img/post_images/exif7.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/guicalculator.png b/static/img/post_images/guicalculator.png
deleted file mode 100644
index d46a9f7..0000000
--- a/static/img/post_images/guicalculator.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/joomla.png b/static/img/post_images/joomla.png
deleted file mode 100644
index 8a17ac7..0000000
--- a/static/img/post_images/joomla.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/mathesondigital-wordpress.png b/static/img/post_images/mathesondigital-wordpress.png
deleted file mode 100644
index 0667a37..0000000
--- a/static/img/post_images/mathesondigital-wordpress.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/permalinks_wordpress.png b/static/img/post_images/permalinks_wordpress.png
deleted file mode 100644
index 0e5be65..0000000
--- a/static/img/post_images/permalinks_wordpress.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/pingdom-speed-results.jpg b/static/img/post_images/pingdom-speed-results.jpg
deleted file mode 100644
index 1f5b07c..0000000
--- a/static/img/post_images/pingdom-speed-results.jpg
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/raid1.png b/static/img/post_images/raid1.png
deleted file mode 100644
index 55e1022..0000000
--- a/static/img/post_images/raid1.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/raid2.png b/static/img/post_images/raid2.png
deleted file mode 100644
index 777db9f..0000000
--- a/static/img/post_images/raid2.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/raid3.png b/static/img/post_images/raid3.png
deleted file mode 100644
index 3499a11..0000000
--- a/static/img/post_images/raid3.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/raid4.png b/static/img/post_images/raid4.png
deleted file mode 100644
index 773806c..0000000
--- a/static/img/post_images/raid4.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/record1.png b/static/img/post_images/record1.png
deleted file mode 100644
index b4ab3c6..0000000
--- a/static/img/post_images/record1.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/record2.png b/static/img/post_images/record2.png
deleted file mode 100644
index e3f0cc2..0000000
--- a/static/img/post_images/record2.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/record3.png b/static/img/post_images/record3.png
deleted file mode 100644
index 68fde2c..0000000
--- a/static/img/post_images/record3.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/sparks_fly.jpg b/static/img/post_images/sparks_fly.jpg
deleted file mode 100644
index c728f9f..0000000
--- a/static/img/post_images/sparks_fly.jpg
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/tmobile.jpg b/static/img/post_images/tmobile.jpg
deleted file mode 100644
index 83035b4..0000000
--- a/static/img/post_images/tmobile.jpg
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/visualformbuilder1.png b/static/img/post_images/visualformbuilder1.png
deleted file mode 100644
index 893016c..0000000
--- a/static/img/post_images/visualformbuilder1.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/visualformbuilder2.png b/static/img/post_images/visualformbuilder2.png
deleted file mode 100644
index f8e1d13..0000000
--- a/static/img/post_images/visualformbuilder2.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/windows-10-first-impressions-1.png b/static/img/post_images/windows-10-first-impressions-1.png
deleted file mode 100644
index 4e96477..0000000
--- a/static/img/post_images/windows-10-first-impressions-1.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/windows-10-first-impressions-2.png b/static/img/post_images/windows-10-first-impressions-2.png
deleted file mode 100644
index 651cefa..0000000
--- a/static/img/post_images/windows-10-first-impressions-2.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/windows-10-first-impressions-3.png b/static/img/post_images/windows-10-first-impressions-3.png
deleted file mode 100644
index 71a78bd..0000000
--- a/static/img/post_images/windows-10-first-impressions-3.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/windows-10-first-impressions-4.png b/static/img/post_images/windows-10-first-impressions-4.png
deleted file mode 100644
index e4b2124..0000000
--- a/static/img/post_images/windows-10-first-impressions-4.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/windows-10-first-impressions-5.png b/static/img/post_images/windows-10-first-impressions-5.png
deleted file mode 100644
index 4e07130..0000000
--- a/static/img/post_images/windows-10-first-impressions-5.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/windows-10-first-impressions-6.png b/static/img/post_images/windows-10-first-impressions-6.png
deleted file mode 100644
index 8fb32f7..0000000
--- a/static/img/post_images/windows-10-first-impressions-6.png
+++ /dev/null
Binary files differ
diff --git a/static/img/post_images/wordpress-logo.png b/static/img/post_images/wordpress-logo.png
deleted file mode 100644
index 9a9aac0..0000000
--- a/static/img/post_images/wordpress-logo.png
+++ /dev/null
Binary files differ
diff --git a/static/img/screenshot.png b/static/img/screenshot.png
new file mode 100644
index 0000000..17176f2
--- /dev/null
+++ b/static/img/screenshot.png
Binary files differ