Skip to content

Commit e9f1051

Browse files
committed
tweaked the header title; added 'a plazi project' message; bumped the v number 2.6.4
1 parent 327eede commit e9f1051

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
// API info that is used in the /docs pages by hapi-swaggered.
3030
// Note: this info is supplemented with info from package.json
3131
info: {
32-
title: 'Zenodeo API documentation for BLR',
32+
title: 'API documentation',
3333
termsOfService: '/tos',
3434
license: {
3535
name: 'CC0 Public Domain Dedication',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zenodeo",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "`nodejs` interface to the Zenodo/BLR community collection",
55
"main": "index.js",
66
"repository": "https://github.com/punkish/zenodeo",

public/css/styles.css

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ header {
44
text-align: left;
55
padding: 4rem;
66
}
7+
header h1 {
8+
margin-bottom: 0;
9+
}
10+
header a.title {
11+
text-decoration: none;
12+
color: black;
13+
14+
}
15+
header h2.small {
16+
text-transform: uppercase;
17+
font-weight: 400;
18+
font-size: xx-small;
19+
letter-spacing: 0;
20+
}
721
nav a, nav b {margin-right: 0.75em;}
822

923
section {

views/partials/foot.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<footer class="row">
2-
<p>Dedicated to the public domain under the CC0 Public Domain Dedication</p>
2+
<p>Put in the public domain under the CC0 Public Domain Dedication</p>
33
</footer>

views/partials/head.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<header class="row">
2+
<h1 class="title">zenodeo<sup>2</sup></h1>
3+
<h2 class="small">a plazi project</h2>
24
<nav>
3-
<b>zenodeo</b>
45
<a href="/docs">docs</a>
56
<a href="/tos">terms of service</a>
67
<a href="/install">install</a>

0 commit comments

Comments
 (0)