summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/db.json6
-rw-r--r--site/index.js1
-rw-r--r--site/public/assets/style.css3
-rw-r--r--site/templates/index.liquid2
4 files changed, 10 insertions, 2 deletions
diff --git a/site/db.json b/site/db.json
index d0624e8..12ccb38 100644
--- a/site/db.json
+++ b/site/db.json
@@ -27,7 +27,11 @@
"caption": "CURABITUR BLANDIT TEMPUS PORTTITOR 4"
}
],
- "__index": "0"
+ "__index": "0",
+ "shape": {
+ "uri": "",
+ "caption": ""
+ }
}
],
"page": [
diff --git a/site/index.js b/site/index.js
index 521b7d7..30e4a76 100644
--- a/site/index.js
+++ b/site/index.js
@@ -7,6 +7,7 @@ var projectSchema = {
description: {type: 'text'},
video: {type: 'video'},
images: {type: 'captioned-image-list'},
+ shape: {type: 'image'},
}
var app = okcms.createApp({
diff --git a/site/public/assets/style.css b/site/public/assets/style.css
index 3c2526b..28d0013 100644
--- a/site/public/assets/style.css
+++ b/site/public/assets/style.css
@@ -285,6 +285,7 @@ nav .middle {
}
nav .bottom {
+ height: 20%;
width: 100%;
background: #bbb;
}
@@ -489,7 +490,7 @@ nav .sub.active a {
}
.entry span div.content.noline {
border-top: 0;
- padding-top: 0px;
+ padding-top: 0;
}
.entry span div.content div {
width:50%;
diff --git a/site/templates/index.liquid b/site/templates/index.liquid
index afb5de3..d18098c 100644
--- a/site/templates/index.liquid
+++ b/site/templates/index.liquid
@@ -110,9 +110,11 @@ WEBSITE BY OKFOCUS, http://okfoc.us, Internet Legends.
{% endfor %}
</div>
</div>
+<!--
<div class="middle">
<div class="cat index">VIEW ALL PROJECTS</div>
</div>
+ -->
<div class="bottom">
<div class="cat about">ABOUT</div>
<div class="cat contact">CONTACT</div>