aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2014-10-11 01:20:54 -0600
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:44 -0600
commitb0ccdf8eb059f54a0e8cfad51466f12b8cd76451 (patch)
tree51664a702772ca797c2e5e94dac3bc479105a611 /static
downloadblog.kennyballou.com-b0ccdf8eb059f54a0e8cfad51466f12b8cd76451.tar.gz
blog.kennyballou.com-b0ccdf8eb059f54a0e8cfad51466f12b8cd76451.tar.xz
Wobsite and Blag of KennyBallou
Diffstat (limited to 'static')
-rw-r--r--static/css/site.css131
-rw-r--r--static/favicon.icobin0 -> 1150 bytes
-rw-r--r--static/media/SentimentAnalysisTopology.pngbin0 -> 12248 bytes
-rw-r--r--static/media/spark_issues_chart.pngbin0 -> 10475 bytes
-rw-r--r--static/media/storm_issues_chart.pngbin0 -> 9893 bytes
5 files changed, 131 insertions, 0 deletions
diff --git a/static/css/site.css b/static/css/site.css
new file mode 100644
index 0000000..bbd6065
--- /dev/null
+++ b/static/css/site.css
@@ -0,0 +1,131 @@
+body {
+ box-sizing: border-box;
+ font: 13px Helvetica, Arial;
+ background-color: #282828;
+ color: #F8F8F2;
+}
+h1 {
+ color: #F92672;
+}
+h2, h4 {
+ color: #66D9EF;
+}
+h3, h5 {
+ color: #A6E22E;
+}
+a {
+ color: #AE81FF;
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
+}
+blockquote {
+ padding: 1em 1em;
+ border-left: 5px solid #333333;
+ margin: 0 0 1em;
+}
+.post-meta {
+ font-style: italic;
+}
+#author {
+ padding: 5em;
+}
+#content {
+ margin: 2em 2em 5em 3em;
+ width: 100%;
+}
+#header {
+ background-color: #282828;
+ display: block;
+ height: auto;
+ overflow: visible;
+ padding-right: 2em;
+ padding-left: 0.7em;
+ border-bottom: 1px solid #292929;
+}
+#footer {
+ background-color: #282828;
+ height: 2.5em;
+ padding: 1em 0;
+ overflow: hidden;
+ border-top: 1px solid #292929;
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ left: 0;
+ z-index: 1030;
+ margin-bottom: 0;
+ margin-left: 2em;
+ border-width: 1px 0 0:
+}
+#header header a {
+ color: #F92672;
+ font-size: 210%;
+}
+#header header a:hover {
+ text-decoration: none;
+}
+div#author a:hover {
+ text-decoration: none;
+}
+.fade {
+ opacity: 0.5;
+ transition: opacity .25s ease-in-out;
+ -moz-transition: opacity: .25s ease-in-out;
+ -webkit-transition: opacity .25s ease-in-out;
+}
+.fade:hover {
+ opacity: 1;
+}
+pre {
+ padding: 9.5px;
+ margin: 0 0 10px;
+ word-break: break-all;
+ word-wrap: break-word;
+ color: #2b2b2b;
+ background-color: #F5F5F5;
+ border: 1px solid #CCCCCC;
+ border-radius: 4px;
+}
+code {
+ padding: 0.25em;
+ color: #F8F8F2;
+ font-family: DejaVu Sans Mono, Consolas;
+ white-space: pre-wrap;
+ border: 0;
+ border-radius: 4px;
+}
+pre code {
+ display: block;
+ background-color: #303030;
+}
+.post {
+ width: 100%;
+ margin-left: 3em;
+ margin-right: 3em;
+ margin-bottom: 3em;
+}
+.tags {
+ display: inline-block;
+ list-style: none;
+ padding-left: 0;
+ margin: 0 0 0 0.2em;
+}
+.tags li {
+ display: inline-block;
+ padding-left: 0.3em;
+}
+.tags li:nth-child(even) {
+ color: #66D9EF;
+}
+.colleft {
+ float: left;
+ width: 70%;
+ position: relative;
+}
+.colright {
+ float: right;
+ width: 20%;
+ position: relative;
+}
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..bd80b91
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/media/SentimentAnalysisTopology.png b/static/media/SentimentAnalysisTopology.png
new file mode 100644
index 0000000..44d8ede
--- /dev/null
+++ b/static/media/SentimentAnalysisTopology.png
Binary files differ
diff --git a/static/media/spark_issues_chart.png b/static/media/spark_issues_chart.png
new file mode 100644
index 0000000..1932741
--- /dev/null
+++ b/static/media/spark_issues_chart.png
Binary files differ
diff --git a/static/media/storm_issues_chart.png b/static/media/storm_issues_chart.png
new file mode 100644
index 0000000..78bc99a
--- /dev/null
+++ b/static/media/storm_issues_chart.png
Binary files differ