diff options
Diffstat (limited to 'bh20simplewebuploader')
-rw-r--r-- | bh20simplewebuploader/static/blog.css | 6 | ||||
-rw-r--r-- | bh20simplewebuploader/templates/blog.html | 21 |
2 files changed, 16 insertions, 11 deletions
diff --git a/bh20simplewebuploader/static/blog.css b/bh20simplewebuploader/static/blog.css index 145bada..82a7c51 100644 --- a/bh20simplewebuploader/static/blog.css +++ b/bh20simplewebuploader/static/blog.css @@ -4,14 +4,15 @@ .timestamp { font-family: monospace; color: darkgreen; } h1,h2 { font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; color:black;background-color:#F0F8FF; } -h2,h3,h4 { color: darkblue; } +h2 { color: darkblue; } +h3,h4 { color: black; } code { color: darkblue; } body {font-family: Palatino, 'Palatino Linotype', serif; color:black;background-color:#e5d8f0; font-size: large } div.verbatim { margin: 30px; color: black; background-color: white; border-style:outset; font-family: palatino font, monospace; font-size:80%; font-weight:bold; } div.quote { font-family: palatino font, monospace; font-size:80%; } div.quotation { font-family: palatino font, monospace; font-size:80%; } -pre.example { font-family: prestige, monospace; color:black; font-size:70%; background-color: lightyellow; } +pre.example { margin: 30px; font-family: prestige, monospace; color:black; font-size:70%; background-color: lightyellow; } pre.src { margin: 30px; font-family: prestige, monospace; font-weight: bold; color:white; font-size:80%; background-color: black; } div[id="text-table-of-contents"]{ @@ -21,6 +22,7 @@ div[id="text-table-of-contents"]{ border-width: 1px; } div[class^="outline-text"] { + margin: 10px; background-color:#ebe6f0; border-style: dotted; border-color: #98bf21; diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 70fb74e..8f8ab66 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -4,7 +4,6 @@ <body> {% include 'banner.html' %} {% include 'menu.html' %} - {% include 'blurb.html' %} {% if embed %} {{ embed|safe }} @@ -15,6 +14,8 @@ </p> {% else %} + {% include 'blurb.html' %} + <h2>BLOG Entries:</h2> {% endif %} @@ -32,34 +33,36 @@ </div> <div class="blog-table-row"> <div class="blog-table-cell"> - <a href="https://github.com/arvados/bh20-seq-resource/blob/master/doc/blog/using-covid-19-pubseq-part2.org">Interacting with Arvados</a> + <a href="/blog?id=using-covid-19-pubseq-part3">Submitting a sequence</a> </div> <div class="blog-table-cell"> - We explore the Arvados command line and API + We submit a sequence to the database. In this BLOG we fetch + a sequence from GenBank and add it to the database. </div> </div> <div class="blog-table-row"> <div class="blog-table-cell"> - <a href="/blog?id=using-covid-19-pubseq-part3">Submitting a sequence</a> + <a href="/blog?id=using-covid-19-pubseq-part4">Modify workflow</a> </div> <div class="blog-table-cell"> - We submit a sequence to the database + We modify a workflow to get new output </div> </div> <div class="blog-table-row"> <div class="blog-table-cell"> - <a href="https://github.com/arvados/bh20-seq-resource/blob/master/doc/blog/using-covid-19-pubseq-part4.org">Modify workflow</a> + <a href="/blog?id=using-covid-19-pubseq-part5">Modify metadata</a> </div> <div class="blog-table-cell"> - We modify a workflow to get new output + We modify metadata for all to use! In this BLOG we add a field + for a creative commons license. </div> </div> <div class="blog-table-row"> <div class="blog-table-cell"> - <a href="https://github.com/arvados/bh20-seq-resource/blob/master/doc/blog/using-covid-19-pubseq-part5.org">Modify metadata</a> + <a href="/blog?id=using-covid-19-pubseq-part2">Interacting with Arvados</a> </div> <div class="blog-table-cell"> - We modify metadata for all to use! + We explore the Arvados command line and API </div> </div> </div> |