From 67ebb27799e53c10a116f41f1fd9cee954c17799 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 23 May 2020 09:28:43 -0500 Subject: BLOG menu --- bh20simplewebuploader/static/main.css | 25 ++++++++ bh20simplewebuploader/templates/blog.html | 100 ++++++++++++++++++++++-------- 2 files changed, 100 insertions(+), 25 deletions(-) (limited to 'bh20simplewebuploader') diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index e1a06c9..1003719 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -339,3 +339,28 @@ footer { flex-direction: column; } } + +.blog-table { + display: table; + width: 100%; +} +.blog-table-row { + display: table-row; +} +.blog-table-heading { + display: table-header-group; + background-color: #ddd; +} +.blog-table-cell, .blog-table-head { + display: table-cell; + padding: 3px 10px; + border: 1px solid #999999; +} +.blog-table-footer { + display: table-footer-group; + font-weight: bold; + background-color: #ddd; +} +.blog-table-body { + display: table-row-group; +} diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 286a211..835e019 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -1,30 +1,80 @@ {% include 'header.html' %} - - {% include 'banner.html' %} - {% include 'menu.html' %} - - WIP - - {% include 'footer.html' %} - - - + + {% include 'banner.html' %} + {% include 'menu.html' %} + +

BLOG Entries

+ + Note that this is work in progress (WIP) + +
+
+
+
+ +
+ We fetch sequence data and metadata. We query + the metadata in multiple ways using SPARQL and onthologies +
+
+
+ +
+ We explore the Arvados command line and API +
+
+
+ +
+ We submit a sequence to the database +
+
+
+ +
+ We modify a workflow to get new output +
+
+
+ +
+ We modify metadata for all to use! +
+
+
+
+
+ + {% include 'footer.html' %} + + + -- cgit v1.2.3