Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
docs: update footer
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Vidal <[email protected]>

docs: format footer

Signed-off-by: Nick Vidal <[email protected]>

docs: indent footer

Signed-off-by: Nick Vidal <[email protected]>
  • Loading branch information
Nick Vidal authored and definitelynobody committed Jul 29, 2022
1 parent 8700864 commit aecf0c8
Showing 1 changed file with 51 additions and 22 deletions.
73 changes: 51 additions & 22 deletions templates/job.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#output button {
width: 100%;
}

</style>

<script type="text/javascript">
Expand Down Expand Up @@ -354,7 +353,7 @@ <h3 class="title is-3">
<div class="container">
<div class="bd-footer-links">
<div class="columns">
<div class="column is-3">
<div class="column">
<p class="bd-footer-link-title">
<a href="https://enarx.dev">Documentation</a>
</p>
Expand Down Expand Up @@ -384,8 +383,8 @@ <h3 class="title is-3">
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/docs/Fellowship/Introduction/">
Fellowship Guide
<a href="https://enarx.dev/docs/Repo/Introduction/">
Enarx Repo Guide
</a>
</p>
<p class="bd-footer-link">
Expand All @@ -394,7 +393,7 @@ <h3 class="title is-3">
</a>
</p>
</div>
<div class="column is-3">
<div class="column">
<p class="bd-footer-link-title">
<a href="https://enarx.dev/resources">Resources</a>
</p>
Expand All @@ -404,37 +403,37 @@ <h3 class="title is-3">
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/resources/tags/enarxs-blog">
Blog Posts
<a href="https://enarx.dev/resources/tags">
All Tags
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/resources/tags/article">
Articles
<a href="https://enarx.dev/resources/tags/release">
Releases
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/resources/tags/release">
Releases
<a href="https://enarx.dev/resources/tags/white-paper">
White Papers
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/resources/tags/event">
Events
<a href="https://enarx.dev/resources/tags/enarxs-blog">
Blog Posts
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/resources/tags/webinar">
Webinars
<a href="https://enarx.dev/resources/tags/article">
Articles
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/resources/tags/meeting">
Meetings
<a href="https://enarx.dev/resources/tags/event">
Events
</a>
</p>
</div>
<div class="column is-6">
<div class="column">
<p class="bd-footer-link-title">
<a href="https://enarx.dev">Community</a>
</p>
Expand All @@ -460,17 +459,47 @@ <h3 class="title is-3">
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/events">
Upcoming Events
Events
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/webinars">
Upcoming Webinars
Webinars
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/meetings">
Upcoming Meetings
Meetings
</a>
</p>
</div>
<div class="column">
<p class="bd-footer-link-title">
<a href="https://enarx.dev">Initiatives</a>
</p>
<p class="bd-footer-link">
<a href="https://try.enarx.dev">
Try Enarx
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/docs/Fellowship/Introduction">
Fellowship Program
</a>
</p>
<p class="bd-footer-link">
<a href="https://enarx.dev/cryptle">
Cryptle Hack Challenge
</a>
</p>
<p class="bd-footer-link">
<a href="https://wasm.builders">
Wasm Builders
</a>
</p>
<p class="bd-footer-link">
<a href="https://github.com/enarx/codex/">
Wasm Codex
</a>
</p>
</div>
Expand All @@ -480,4 +509,4 @@ <h3 class="title is-3">
</footer>
</body>

</html>
</html>

0 comments on commit aecf0c8

Please sign in to comment.