Skip to content

Commit

Permalink
documentation with temple-ui preview
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Sep 9, 2024
1 parent dd80d58 commit 88a5a7e
Show file tree
Hide file tree
Showing 156 changed files with 29,623 additions and 22,321 deletions.
51 changes: 28 additions & 23 deletions docs/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,47 @@
<link rel="favicon" href="/temple/favicon.ico" />
<link rel="shortcut icon" type="image/png" href="/temple/favicon.png" />
<link rel="stylesheet" type="text/css" href="/temple/styles/fontawesome/all.css" />
<link rel="stylesheet" type="text/css" href="/temple/styles/theme.css" />
<link rel="stylesheet" type="text/css" href="/temple/styles/global.css" />
<link rel="stylesheet" type="text/css" href="/temple/build/client/055f1a2f37d39d4fe92a.css" />

<script data-app="eyJwcm9wcyI6eyJ0aXRsZSI6IlRlbXBsZSBEb2N1bWVudGF0aW9uIn0sImVudiI6eyJCVUlMRF9JRCI6IjA1NWYxYTJmMzdkMzlkNGZlOTJhIn19" src="/temple/build/client/055f1a2f37d39d4fe92a.js"></script>

</head>
<body class="dark panel with-head">
<header class="head panel-head">
<i class="menu fas fa-fw fa-bars" ></i>
<a href="/temple">
<img src="/temple/temple-icon.png" alt="Temple Logo" />
</a>
<h3><a class="tx-white" href="/temple">Temple</a></h3>
<nav>
<a href="/temple/docs/index.html">Docs</a>
<a class="github" href="https://github.com/OSSPhilippines/temple" target="_blank">
<body class="dark bg-t-0 tx-t-1 arial">
<panel-layout>
<panel-head><menu class="flex flex-center-y px-20 py-15 m-0 bg-t-1">

<a href="/temple">
<img alt="Temple Logo" class="h-26 mr-10" src="/temple/temple-icon.png" />
</a>
<h3 class="flex-grow tx-uppercase">
<a class="tx-white" href="/temple">Temple</a>
</h3>

<nav class="flex flex-center-y">
<a class="tx-white" href="/temple/docs/index.html">Docs</a>
<a class="tx-t-1 tx-5xl ml-10" href="https://github.com/OSSPhilippines/temple" target="_blank">
<i class="fab fa-github"></i>
</a>
<a class="npm" href="https://www.npmjs.com/package/@ossph/temple" target="_blank">
<a class="bg-h-cb3837 pill tx-t-1 tx-lg ml-5 p-5 tx-center" href="https://www.npmjs.com/package/@ossph/temple" target="_blank">
<i class="fab fa-npm text-white"></i>
</a>
<a class="discord" href="https://discord.gg/open-source-software-ph-905496362982981723" target="_blank">
<a class="bg-h-7289da pill tx-t-1 tx-lg ml-5 p-5 tx-center" href="https://discord.gg/open-source-software-ph-905496362982981723" target="_blank">
<i class="fab fa-discord text-white"></i>
</a>
</nav>
</header>
<panel-main class="panel-main">
<div class="container">
<h1>Oops...</h1>
<p>
<i18n-translate>
</menu></panel-head>
<panel-main class="scroll-auto">
<div class="p-20 w-calc-full-40">
<h1 class="pt-10 pb-20">Oops...</h1>
<i18n-translate p trim>
Something went wrong. Please try again later.
</i18n-translate>
</p>
<div class="error"><pre></pre></div>
</div>
</panel-main>

<pre class="bg-black courier tx-lh-22 tx-word-wrap p-10 scroll-x-auto tx-prewrap">Unknown Error</pre>

</div>
</panel-main>
</panel-layout>
</body>
</html>
220 changes: 211 additions & 9 deletions docs/build/client/055f1a2f37d39d4fe92a.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,211 @@
.container { padding: 20px; }
.error pre {
border: 1px solid #222222;
font-family: Courier, monospace;
line-height: 22px;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}
html-head:not(:defined) { opacity: 0; }
html-header:not(:defined) { opacity: 0; }
panel-layout:not(:defined) { opacity: 0; }
panel-head:not(:defined) { opacity: 0; }
panel-main:not(:defined) { opacity: 0; }
tui-button:not(:defined) { opacity: 0; }
ide-app:not(:defined) { opacity: 0; }
ide-code:not(:defined) { opacity: 0; }
ide-preview:not(:defined) { opacity: 0; }
i18n-translate:not(:defined) { opacity: 0; }
:root {
--black: #000000;
--white: #FFFFFF;
--info: #1474FC;
--error: #DC3545;
--warning: #FF7B07;
--success: #28A745;
--muted: #999999;
}

.light {
--bg-0: #EFEFEF;
--bg-1: #CFCFCF;
--bg-2: #AFAFAF;
--bg-3: #8F8F8F;
--bg-4: #6F6F6F;
--bd-0: #EFEFEF;
--bd-1: #CFCFCF;
--bd-2: #AFAFAF;
--bd-3: #8F8F8F;
--bd-4: #6F6F6F;
--bg-inverse: #242424;
--tx-0: #000000;
--tx-1: #242424;
--tx-inverse: #CFCFCF;
}

.dark {
--bg-0: #121212;
--bg-1: #222222;
--bg-2: #323232;
--bg-3: #424242;
--bg-4: #525252;
--bd-0: #121212;
--bd-1: #222222;
--bd-2: #323232;
--bd-3: #424242;
--bd-4: #525252;
--bg-inverse: #DBDBDB;
--tx-0: #FFFFFF;
--tx-1: #CFCFCF;
--tx-inverse: #222222;
}
html-head { display: block; }
html-header { display: block; }
panel-layout { display: block; }
panel-head { display: block; }
panel-main { display: block; }
tui-button { display: block; }
ide-app { display: block; }
ide-code { display: block; }
ide-preview { display: block; }
i18n-translate { display: block; }
.arial { font-family: Arial, sans-serif; }
.courier { font-family: 'Courier New', Courier, monospace; }
.none { display: none; }
.block { display: block; }
.flex { display: flex; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.transparent { opacity: 0; }
.relative { position: relative; }
.absolute { position: absolute; }
.static { position: static; }
.bottom-0 { bottom: 0px; }
.bottom-60 { bottom: 60px; }
.left-0 { left: 0px; }
.left-226 { left: 226px; }
.left-0 { left: 0px; }
.left-226 { left: 226px; }
.right-0 { right: 0px; }
.right-200 { right: 200px; }
.right-0 { right: 0px; }
.right-200 { right: 200px; }
.top-0 { top: 0px; }
.top-60 { top: 60px; }
.flex-grow { flex-grow: 1; }
.flex-center { align-items: center; justify-content: center; }
.flex-center-y { align-items: center; }
.gap-10 { gap: 10px; }
.scroll-auto { overflow: auto; }
.scroll-hidden { overflow: hidden; }
.scroll-x-auto { overflow-x: auto; }
.h-full { height: 100%; }
.h-26 { height: 26px; }
.h-7289 { height: 7289px; }
.h-905496362982981723 { height: 905496362982981723px; }
.h-60 { height: 60px; }
.h-999999 { height: 999999px; }
.h-10 { height: 10px; }
.h-22 { height: 22px; }
.vh { height: 100vh; }
.w-full { width: 100%; }
.w-0 { width: 0px; }
.w-10 { width: 10px; }
.w-calc-full-40 { width: calc(100% - 40px); }
.bg-primary { background-color: var(--primary) !important; }
.bg-secondary { background-color: var(--secondary) !important; }
.bg-black { background-color: var(--black) !important; }
.bg-white { background-color: var(--white) !important; }
.bg-info { background-color: var(--info) !important; }
.bg-error { background-color: var(--error) !important; }
.bg-warning { background-color: var(--warning) !important; }
.bg-success { background-color: var(--success) !important; }
.bg-muted { background-color: var(--muted) !important; }
.bg-t-1 { background-color: var(--bg-1) !important; }
.bg-t-0 { background-color: var(--bg-0) !important; }
.bg-h-cb3837 { background-color: #cb3837; }
.bg-h-7289da { background-color: #7289da; }
.bg-h-999999 { background-color: #999999; }
.tx-5 { font-size: 5px; }
.tx-16 { font-size: 16px; }
.tx-lg { font-size: 16px; }
.tx-5xl { font-size: 26px; }
.tx-center { text-align: center; }
.tx-uppercase { text-transform: uppercase; }
.tx-word-wrap { word-wrap: break-word; }
.tx-prewrap { white-space: pre-wrap; }
.tx-nodecor { text-decoration: none; }
.tx-lh-22 { line-height: 22px; }
.tx-primary { color: var(--primary) !important; }
.tx-secondary { color: var(--secondary) !important; }
.tx-black { color: var(--black) !important; }
.tx-white { color: var(--white) !important; }
.tx-info { color: var(--info) !important; }
.tx-error { color: var(--error) !important; }
.tx-warning { color: var(--warning) !important; }
.tx-success { color: var(--success) !important; }
.tx-muted { color: var(--muted) !important; }
.tx-t-1 { color: var(--tx-1) !important; }
.bd-solid { border-style: solid; }
.bd-primary { border-color: var(--primary) !important; }
.bd-secondary { border-color: var(--secondary) !important; }
.bd-info { border-color: var(--info) !important; }
.bd-error { border-color: var(--error) !important; }
.bd-warning { border-color: var(--warning) !important; }
.bd-success { border-color: var(--success) !important; }
.bd-muted { border-color: var(--muted) !important; }
.curved { border-radius: 4px; }
.rounded { border-radius: 12px; }
.pill { border-radius: 10000px; }
.m-0 { margin: 0px; }
.m-0 { margin: 0px; }
.m-60 { margin: 60px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px; }
.mr-10 { margin-right: 10px; }
.p-5 { padding: 5px; }
.p-0 { padding: 0px; }
.p-60 { padding: 60px; }
.p-10 { padding: 10px; }
.p-10 { padding: 10px; }
.p-20 { padding: 20px; }
.pb-20 { padding-bottom: 20px; }
.pr-10 { padding-right: 10px; }
.pt-10 { padding-top: 10px; }
.px-20 { padding-left: 20px; padding-right: 20px; }
.px-4 { padding-left: 4px; padding-right: 4px; }
.px-8 { padding-left: 8px; padding-right: 8px; }
.px-12 { padding-left: 12px; padding-right: 12px; }
.px-16 { padding-left: 16px; padding-right: 16px; }
.px-24 { padding-left: 24px; padding-right: 24px; }
.px-28 { padding-left: 28px; padding-right: 28px; }
.px-32 { padding-left: 32px; padding-right: 32px; }
.px-36 { padding-left: 36px; padding-right: 36px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }
.py-5 { padding-top: 5px; padding-bottom: 5px; }
.py-2 { padding-top: 2px; padding-bottom: 2px; }
.py-4 { padding-top: 4px; padding-bottom: 4px; }
.py-6 { padding-top: 6px; padding-bottom: 6px; }
.py-8 { padding-top: 8px; padding-bottom: 8px; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.py-12 { padding-top: 12px; padding-bottom: 12px; }
.py-14 { padding-top: 14px; padding-bottom: 14px; }
.py-16 { padding-top: 16px; padding-bottom: 16px; }
.py-18 { padding-top: 18px; padding-bottom: 18px; }
.cursor-pointer { cursor: pointer; }
.transition-500 { transition: 500ms; }
.shadow-0-0-10-0-0-0-5 { box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.5); }
@media (max-width: 767px) {
.md-inline-block { display: inline-block; }
.md-left-0 { left: 0px; }
.md-left-226 { left: 226px; }
.md-right-0 { right: 0px; }
.md-right-200 { right: 200px; }
}
51 changes: 28 additions & 23 deletions docs/build/client/055f1a2f37d39d4fe92a.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,47 @@
<link rel="favicon" href="/temple/favicon.ico" />
<link rel="shortcut icon" type="image/png" href="/temple/favicon.png" />
<link rel="stylesheet" type="text/css" href="/temple/styles/fontawesome/all.css" />
<link rel="stylesheet" type="text/css" href="/temple/styles/theme.css" />
<link rel="stylesheet" type="text/css" href="/temple/styles/global.css" />
<link rel="stylesheet" type="text/css" href="/temple/build/client/055f1a2f37d39d4fe92a.css" />

<script data-app="eyJwcm9wcyI6eyJ0aXRsZSI6IlRlbXBsZSBEb2N1bWVudGF0aW9uIn0sImVudiI6eyJCVUlMRF9JRCI6IjA1NWYxYTJmMzdkMzlkNGZlOTJhIn19" src="/temple/build/client/055f1a2f37d39d4fe92a.js"></script>

</head>
<body class="dark panel with-head">
<header class="head panel-head">
<i class="menu fas fa-fw fa-bars" ></i>
<a href="/temple">
<img src="/temple/temple-icon.png" alt="Temple Logo" />
</a>
<h3><a class="tx-white" href="/temple">Temple</a></h3>
<nav>
<a href="/temple/docs/index.html">Docs</a>
<a class="github" href="https://github.com/OSSPhilippines/temple" target="_blank">
<body class="dark bg-t-0 tx-t-1 arial">
<panel-layout>
<panel-head><menu class="flex flex-center-y px-20 py-15 m-0 bg-t-1">

<a href="/temple">
<img alt="Temple Logo" class="h-26 mr-10" src="/temple/temple-icon.png" />
</a>
<h3 class="flex-grow tx-uppercase">
<a class="tx-white" href="/temple">Temple</a>
</h3>

<nav class="flex flex-center-y">
<a class="tx-white" href="/temple/docs/index.html">Docs</a>
<a class="tx-t-1 tx-5xl ml-10" href="https://github.com/OSSPhilippines/temple" target="_blank">
<i class="fab fa-github"></i>
</a>
<a class="npm" href="https://www.npmjs.com/package/@ossph/temple" target="_blank">
<a class="bg-h-cb3837 pill tx-t-1 tx-lg ml-5 p-5 tx-center" href="https://www.npmjs.com/package/@ossph/temple" target="_blank">
<i class="fab fa-npm text-white"></i>
</a>
<a class="discord" href="https://discord.gg/open-source-software-ph-905496362982981723" target="_blank">
<a class="bg-h-7289da pill tx-t-1 tx-lg ml-5 p-5 tx-center" href="https://discord.gg/open-source-software-ph-905496362982981723" target="_blank">
<i class="fab fa-discord text-white"></i>
</a>
</nav>
</header>
<panel-main class="panel-main">
<div class="container">
<h1>Oops...</h1>
<p>
<i18n-translate>
</menu></panel-head>
<panel-main class="scroll-auto">
<div class="p-20 w-calc-full-40">
<h1 class="pt-10 pb-20">Oops...</h1>
<i18n-translate p trim>
Something went wrong. Please try again later.
</i18n-translate>
</p>
<div class="error"><pre></pre></div>
</div>
</panel-main>

<pre class="bg-black courier tx-lh-22 tx-word-wrap p-10 scroll-x-auto tx-prewrap">Unknown Error</pre>

</div>
</panel-main>
</panel-layout>
</body>
</html>
Loading

0 comments on commit 88a5a7e

Please sign in to comment.