-
-
Documentation
+
+
+
+
Documentation
+
+
+ a
project
+
{{include "/includes/header-nav.html"}}
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index eadfa33..92890b4 100644
--- a/src/index.html
+++ b/src/index.html
@@ -13,6 +13,8 @@
+
+ a
project
{{include "/includes/header-nav.html"}}
diff --git a/src/resources/css/common.css b/src/resources/css/common.css
index beee22a..7c38426 100644
--- a/src/resources/css/common.css
+++ b/src/resources/css/common.css
@@ -47,10 +47,20 @@ header {
padding: 25px 0;
}
+#logo-container {
+ flex: 1;
+}
+
#logo {
height: 40px;
}
+#zerossl-logo {
+ height: 1.5em;
+ vertical-align: middle;
+ margin: 0 4px;
+}
+
header nav {
text-align: right;
line-height: 40px;
diff --git a/src/resources/css/docs.css b/src/resources/css/docs.css
index 510af50..cbe7a5f 100644
--- a/src/resources/css/docs.css
+++ b/src/resources/css/docs.css
@@ -27,6 +27,12 @@ header {
font-size: 12px;
}
+#zerossl-project {
+ font-size: 12px;
+ line-height: 1em;
+ padding-left: 1.5em;
+}
+
#search {
margin-top: 0;
}
@@ -820,6 +826,11 @@ td code {
display: block;
}
+ #zerossl-project {
+ text-align: center;
+ margin-bottom: 1em;
+ }
+
#logo-docs {
display: none;
}
diff --git a/src/resources/images/zerossl-logo.svg b/src/resources/images/zerossl-logo.svg
new file mode 100644
index 0000000..4d9aa28
--- /dev/null
+++ b/src/resources/images/zerossl-logo.svg
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/v2.html b/src/v2.html
index f6a0c6d..3714139 100644
--- a/src/v2.html
+++ b/src/v2.html
@@ -15,6 +15,8 @@
+
+ a
project
{{include "/includes/header-nav.html"}}