Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3764873
D669.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D669.diff
View Options
diff --git a/src/assets/scss/app.scss b/src/assets/scss/app.scss
--- a/src/assets/scss/app.scss
+++ b/src/assets/scss/app.scss
@@ -50,3 +50,4 @@
@include motion-ui-animations;
@import 'components/layout';
+@import 'components/footer';
diff --git a/src/assets/scss/components/_footer.scss b/src/assets/scss/components/_footer.scss
new file mode 100644
--- /dev/null
+++ b/src/assets/scss/components/_footer.scss
@@ -0,0 +1,59 @@
+/* -------------------------------------------------------------
+ Footer
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+
+footer {
+ margin-bottom: 0;
+ margin-top: 10vh;
+ padding-top: 2em;
+
+ background-color: $primary-color;
+ color: white;
+
+ hr {
+ width: 75%;
+ height: 1px;
+ margin: 0em auto 1em auto;
+
+ border-color: darken($primary-color, 3%);
+ }
+
+ a {
+ color: darken($primary-color, 15%);
+ }
+
+ a:hover {
+ color: black;
+ }
+
+ a:active {
+ color: $white !important;
+ }
+
+ .site-description {
+ text-align: center;
+
+ p {
+ font-size: 14px;
+ }
+ }
+
+ dl {
+ font-variant: small-caps;
+ }
+
+ dt {
+ color: white;
+ font-weight: 600;
+ }
+
+ dd {
+ padding-left: 1em;
+ }
+
+ .extrainfos {
+ strong {
+ font-variant: small-caps;
+ }
+ }
+}
diff --git a/src/partials/footer.html b/src/partials/footer.html
new file mode 100644
--- /dev/null
+++ b/src/partials/footer.html
@@ -0,0 +1,53 @@
+<footer>
+<div class="row">
+ <div class="large-12 columns"><hr />
+ <div class="row">
+ <div class="large-3 columns site-description">
+ <p><img src="https://tools.nasqueron.org/images/Nasqueron.png" width="80px" /></p>
+ <p><strong>Nasqueron</strong> is a community of developers <span class="ampersand">&</span> creative people.</p>
+ <hr />
+ <p><strong>Nasqueron Infrastructure</strong> documents our infrastructure servers and operations.</p>
+ </div>
+ <div class="large-3 columns">
+ <dl>
+ <dt>Ops repositories</dt>
+ <dd><a href="https://devcentral.nasqueron.org/diffusion/OPS/">Operations</a></dd>
+ <dd><a href="https://devcentral.nasqueron.org/diffusion/query/NelStiRVmgP0/">Docker images</a></dd>
+
+ <dt>Site repositories</dt>
+ <dd><a href="https://devcentral.nasqueron.org/diffusion/SERVERSLOGDESIGN/">Site design</a></dd>
+ </dl>
+ </div>
+ <div class="large-3 columns">
+ <dl>
+ <dt>Documentation</dt>
+ <dd><a href="https://agora.nasqueron.org/Operations_grimoire">Operations grimoire</a> (NOG)</dd>
+
+ <dt>Status</dt>
+ <dd><a href="https://status.nasqueron.org/">Servers status</a></dd>
+ <dd><a href="https://ci.nasqueron.org/job/test-prod-env">Jenkins prod env tests</a></dd>
+
+ </dl>
+ </div>
+ <div class="large-3 columns">
+ <dl>
+ <dt>Report an issue</dt>
+ <dd><a href="https://devcentral.nasqueron.org/maniphest/task/edit/form/4/">Report service outage</a></dd>
+ <dd><a href="https://devcentral.nasqueron.org/maniphest/task/edit/form/3/">SSH key request</a></dd>
+ <dd><a href="https://devcentral.nasqueron.org/maniphest/task/edit/form/1/">Fill another task</a></dd>
+
+ <dt>Tasks</dt>
+ <dd><a href="https://devcentral.nasqueron.org/tag/servers/">Server tasks</a></dd>
+ </dl>
+ </div>
+ </div>
+ </div>
+ <div class="large-12 columns"><hr />
+ <div class="row extrainfos">
+ <div class="large-6 large-offset-6 columns">
+ <p class="text-right">“This seems odd and even wrong, but nevertheless it is the case.”</p>
+ </div>
+ </div>
+ </div>
+</div>
+</footer>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 08:55 (13 h, 43 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257616
Default Alt Text
D669.diff (3 KB)
Attached To
Mode
D669: Set footer
Attached
Detach File
Event Timeline
Log In to Comment