Skip to content

Commit

Permalink
tweaked the header title; added 'a plazi project' message; bumped the…
Browse files Browse the repository at this point in the history
… v number 2.6.4
  • Loading branch information
punkish committed May 8, 2020
1 parent 327eede commit e9f1051
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
// API info that is used in the /docs pages by hapi-swaggered.
// Note: this info is supplemented with info from package.json
info: {
title: 'Zenodeo API documentation for BLR',
title: 'API documentation',
termsOfService: '/tos',
license: {
name: 'CC0 Public Domain Dedication',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenodeo",
"version": "2.6.3",
"version": "2.6.4",
"description": "`nodejs` interface to the Zenodo/BLR community collection",
"main": "index.js",
"repository": "https://github.com/punkish/zenodeo",
Expand Down
14 changes: 14 additions & 0 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ header {
text-align: left;
padding: 4rem;
}
header h1 {
margin-bottom: 0;
}
header a.title {
text-decoration: none;
color: black;

}
header h2.small {
text-transform: uppercase;
font-weight: 400;
font-size: xx-small;
letter-spacing: 0;
}
nav a, nav b {margin-right: 0.75em;}

section {
Expand Down
2 changes: 1 addition & 1 deletion views/partials/foot.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer class="row">
<p>Dedicated to the public domain under the CC0 Public Domain Dedication</p>
<p>Put in the public domain under the CC0 Public Domain Dedication</p>
</footer>
3 changes: 2 additions & 1 deletion views/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<header class="row">
<h1 class="title">zenodeo<sup>2</sup></h1>
<h2 class="small">a plazi project</h2>
<nav>
<b>zenodeo</b>
<a href="/docs">docs</a>
<a href="/tos">terms of service</a>
<a href="/install">install</a>
Expand Down

0 comments on commit e9f1051

Please sign in to comment.