-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…://hapi.etica.ai/mul-Zyyy/, melhorado visual
- Loading branch information
Showing
8 changed files
with
167 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<footer> | ||
<!-- <div class="container"> --> | ||
<div class="d-flex justify-content-center py-3"> | ||
<ul class="list-group list-group-horizontal-md"> | ||
<li class="list-group-item"> | ||
<a href="https://hapi.etica.ai"> | ||
<img src="https://img.shields.io/badge/Site-hapi.etica.ai-blue" | ||
alt="hapi.etica.ai"> | ||
</a> | ||
</li> | ||
<li class="list-group-item"> | ||
<a href="https://github.com/HXL-CPLP/Auxilium-Humanitarium-API"> | ||
<img src="https://img.shields.io/badge/GitHub-HXL--CPLP%2FAuxilium--Humanitarium--API-lightgrey?logo=github&style=social" | ||
alt="HXL-CPLP/Auxilium-Humanitarium-API"> | ||
</a> | ||
</li> | ||
<li class="list-group-item"> | ||
<a href="https://github.com/HXL-CPLP/Auxilium-Humanitarium-API"> | ||
<img src="https://img.shields.io/github/stars/HXL-CPLP/Auxilium-Humanitarium-API?style=social" | ||
alt="GitHub Repo stars"> | ||
</a> | ||
</li> | ||
<li class="list-group-item"> | ||
<a href="https://github.com/HXL-CPLP/Auxilium-Humanitarium-API/archive/refs/heads/main.zip"> | ||
<img src="https://img.shields.io/badge/Download-.zip-brightgreen" | ||
alt="Download .zip"> | ||
</a> | ||
</li> | ||
</ul> | ||
<!-- <div class="d-flex justify-content-center py-3"> | ||
<ul class="nav nav-pills"> | ||
<li class="nav-item"> | ||
<a href="//hapi.etica.ai" class="nav-link">🌐 Site</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="//github.com/HXL-CPLP/Auxilium-Humanitarium-API" class="nav-link">🐙🐱 GitHub</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="//github.com/HXL-CPLP/Auxilium-Humanitarium-API/archive/refs/heads/main.zip" class="nav-link">⬇️💾 Download</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="https://unlicense.org/" class="nav-link"> | ||
<img src="https://i.creativecommons.org/p/zero/1.0/88x31.png" alt="Licentiam: Dominium publicum"> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> --> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="mul" dir="ltr" translate="yes"> | ||
<!-- | ||
TODO: _[eng] The dir="ltr" on defallo-mul-Zyyy should ideally be somewhat | ||
dynamically based on the user browser. Or at least allow user | ||
select both site directionality and language so all strings | ||
are loaded based on user preferences. | ||
This definitely would need some help of web developers from other | ||
world regions than western ones | ||
(Emerson Rocha, 2021-06-08 07:30 UTC) | ||
[eng]_ | ||
_[lat] GitHub pittacium '✏<-✏': | ||
https://github.com/HXL-CPLP/Auxilium-Humanitarium-API/labels/✏<-✏ | ||
Adjuva nos 🥺 | ||
[lat]_ | ||
--> | ||
{% include meta-caput.html -%} | ||
|
||
<body> | ||
<header class="container"> | ||
<h1>{{ page.titulum | default: page.title }}</h1> | ||
{% if page.speciale_html %} | ||
{{ page.speciale_html | liquify }} | ||
{% endif %} | ||
{% if page.toc %} | ||
<nav id="mensam-de-contentis-in-eode"> | ||
<h2 style="font-size: 1.2em;" lang="la"> | ||
{% _🗣️ 📝lat-Latn📝 mensam_de_contentis_in_eodem_nomen 📝lat-Latn📝 🗣️_ %} | ||
</h2> | ||
{{ content | toc_only }} | ||
</nav> | ||
{% endif %} | ||
|
||
</header> | ||
<main class="page-content" aria-label="Content"> | ||
<div class="container"> | ||
{{ content }} | ||
</div> | ||
</main> | ||
|
||
{%- include pedem-mul-Zyyy.html -%} | ||
|
||
<a href='https://github.com/HXL-CPLP/Auxilium-Humanitarium-API' | ||
style='box-sizing:unset;position:fixed;padding:5px 45px;width:128px;bottom:50px;right:-50px;-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg);box-shadow:0 0 0 3px #333333;text-shadow:0 0 0 #e5e5e5;background-color:#333333;color:#e5e5e5;font-size:13px;font-family:sans-serif;text-decoration:none;font-weight:bold;border:2px dotted #e5e5e5;-webkit-backface-visibility:hidden;letter-spacing:.5px;'> | ||
🍴 🖥️ GitHub | ||
</a> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters