Skip to content

Commit

Permalink
Logo test. Deno still broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Jul 29, 2024
1 parent c942b53 commit a98e07f
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 12 deletions.
30 changes: 29 additions & 1 deletion documentation/build/module.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/templates/header.literal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<h1 class="text-01">${ data.title } <span class="text-06">${ data.version }</span></h1>
<h1 class="text-01"><span class="logo-thumb thumb">${ data.title }</span> <span class="text-06">${ data.version }</span></h1>
<p class="text-08">${ data.description }</p>
<ul class="link-index index">${ data.repository && `
<li><strong>repo:</strong> <a href="${ data.repository.url }">${ data.repository.url.replace('https://','') }</a></li>`
Expand Down
1 change: 0 additions & 1 deletion element/index.html.literal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

<script type="module">
import '../build/literal-html/module.js';
import '../build/literal-element/module.js';
</script>
</body>
</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</header-->

<section class="x1 4x @2-x2 x-stretch">
<h1 id="literal-083">Literal <span class="text-06">0.8.3</span></h1>
<h1 id="literal-083"><span class="logo-thumb thumb">Literal</span> <span class="text-06">0.8.3</span></h1>
<p>Literal enhances <strong>HTML <code>&lt;template&gt;</code></strong> with <strong>JS literal expressions</strong> and a
DOM-first live data-binding renderer.</p>
<ul>
Expand Down Expand Up @@ -133,4 +133,4 @@ <h3 id="template-isliteral-element"><code>&lt;template is=&quot;literal-element&
import './build/literal-element/module.js';
</script>
</body>
</html>
</html>
13 changes: 6 additions & 7 deletions literal-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
window.detailsToggleStylesheet = 'https://stephen.band/literal/documentation/build/details-toggle/shadow.css';
</script>

<link rel="stylesheet" href="https://stephen.band/literal/documentation/build/module.css">
<link rel="stylesheet" href="/literal/documentation/build/module.css">
<link rel="preload" as="style" href="https://stephen.band/literal/documentation/build/details-toggle/shadow.css">

</head>

<body class="4x-grid @1-6x-grid @2-7x-grid @3-9x-grid grid">
<header class="x1 4x @2-x2 x-stretch">
<h1 class="text-01">Literal <span class="text-06">0.8.3</span></h1>
<h1 class="text-01"><span class="logo-thumb thumb">Literal</span> <span class="text-06">0.8.3</span></h1>
</header>

<section class="x1 4x @2-x2 x-stretch">
Expand Down Expand Up @@ -237,7 +237,7 @@ <h3 id="an-example">An example</h3>

</section>


<nav>
<details-toggle class="nav-details-toggle">
<button slot="summary" class="nav-thumb thumb">
Expand Down Expand Up @@ -408,7 +408,7 @@ <h3 id="an-example">An example</h3>
</details-toggle>
</nav>


<hr class="x1 4x @2-x2 x-stretch" style="margin-top: 4.2em;" />

<div class="x1 4x @2-x2 x-stretch y-start">
Expand All @@ -425,7 +425,7 @@ <h3 id="an-example">An example</h3>
</p>
</div>


<footer class="x1 4x @1-6x @2-7x @3-9x 4x-grid @1-6x-grid @2-7x-grid @3-9x-grid grid grid footer">
<div class="x1 4x @1-2x @2-x2 x-stretch y-start">
<h3>Elements</h3>
Expand Down Expand Up @@ -453,7 +453,6 @@ <h3>Tools</h3>

<script type="module">
import '../build/literal-html/module.js';
import '../build/literal-element/module.js';
</script>
</body>
</html>
</html>
26 changes: 26 additions & 0 deletions literal-html/index.html.literal
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

<!DOCTYPE html>
<html lang="en">
<head>
${ include("../documentation/templates/head.literal", "../../package.json") }
</head>

<body class="4x-grid @1-6x-grid @2-7x-grid @3-9x-grid grid">
<header class="x1 4x @2-x2 x-stretch">
<h1 class="text-01">Literal <span class="text-06">0.8.3</span></h1>
</header>

<section class="x1 4x @2-x2 x-stretch">
${ include('./README.md', data) }
</section>

${ include("../templates/nav.literal", "../nav.json") }
${ include('../documentation/templates/credit.literal', '../package.json') }
${ include('../documentation/templates/footer.literal', '../package.json') }
${ include('../documentation/templates/scripts.literal', '../package.json') }

<script type="module">
import '../build/literal-html/module.js';
</script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a98e07f

Please sign in to comment.