Skip to content

Commit

Permalink
Merge pull request #104 from tetrabiodistributed/documentation/add-os…
Browse files Browse the repository at this point in the history
…hwa-cert-mark/103

Add OSHW Certification mark
  • Loading branch information
capsulecorplab committed Jan 21, 2023
2 parents 6ef2f71 + a6252ff commit e5267b1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ static/

# asciidoctor
.asciidoctor/
*.svg
.DS_Store

# this file should be brought in through submodules and build.sh
layouts/shortcodes/embed-pdf.html
layouts/shortcodes/embed-pdf.html
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ Run the `serve.sh` script in the site root directory. By default, your site will

. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.

== Licensing
== Licensing

image:./assets/oshw_cert_us002161.svg[OSHW Certification US002162, link="./assets/oshw_cert_us002161.svg"]

Code licensed link:LICENSE[MIT]

Expand Down
1 change: 1 addition & 0 deletions assets/oshw_cert_us002161.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{ $oshwCertSVG := resources.Get "oshw_cert_us002161.svg" }}
<footer class="gdoc-footer">
<div class="container flex flex-wrap">
<span class="gdoc-footer__item">
Built with <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a> and
<svg class="icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg>
Code licensed <a href="{{ .Site.Params.github_repo }}/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener">CC BY 4.0</a>.
</span>
<div class="mx-auto w-100 text-center"><a href="https://certification.oshwa.org/us002161.html" target="_blank">{{ $oshwCertSVG.Content | safeHTML }}</a></div>
<p class="gdoc-footer__item text-center">
Code licensed <a href="{{ .Site.Params.github_repo }}/blob/deploy/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener">CC BY 4.0</a>.
</p>
</div>
</footer>
</footer>

0 comments on commit e5267b1

Please sign in to comment.