summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“Ryder <“r@okfoc.us”>2016-03-28 13:23:42 -0400
committer“Ryder <“r@okfoc.us”>2016-03-28 13:23:42 -0400
commit5166017abeb745630de0aa69d3cc920090279b32 (patch)
tree3d482ef170e7d13fd352f4b5b0afeae4216d80c3
parentcb0b2d229855d80f041b0c44984418ae3097b5b4 (diff)
css
-rw-r--r--db.json6
-rw-r--r--templates/index.liquid7
2 files changed, 9 insertions, 4 deletions
diff --git a/db.json b/db.json
index c615f2c..ac34d0e 100644
--- a/db.json
+++ b/db.json
@@ -30,8 +30,10 @@
"uri": "https://ltho.s3.amazonaws.com/e12aee73-07a1-41f4-a54f-8b8c09f167f9.png",
"caption": ""
},
- "__index": 1,
- "dateCreated": "Mon, 28 Mar 2016 17:19:36 GMT"
+ "__index": "1",
+ "dateCreated": "Mon, 28 Mar 2016 17:19:36 GMT",
+ "iframe": "http://okfoc.us",
+ "video": ""
}
]
} \ No newline at end of file
diff --git a/templates/index.liquid b/templates/index.liquid
index 0d625b3..0313ec1 100644
--- a/templates/index.liquid
+++ b/templates/index.liquid
@@ -133,9 +133,11 @@
ul li {
list-style-type: none;
}
-
- .nopress span:last-child {
+ .nopress span:nth-child(5) {
width: calc(52% - 8px);
+ }
+ .nopress span:last-child {
+ display:none;
}
</style>
</head>
@@ -145,6 +147,7 @@
{% for project in projects %}
<div class="item">
<div class="top">
+ <nav>
<div class="gallery">
<div class="cell" style="background-image:url({{ project.image.uri }})">...</div>
<div class="cell">...</div>