@polight/lego
Version:
Tiny Web Components lib for future-proof HTML mentors
24 lines (23 loc) • 874 B
HTML
{{ define "main"}}
<main class="main-section">
<div class="container">
<div class="section-info">
{{ $legoLogo := resources.Get "lego.svg" }}
<img src="{{ $legoLogo.RelPermalink }}" alt="Logo of LEGO, a fast & native Web Components library" />
<h1>Web Components for Low-Tech Lovers</h1>
<p class="lead">
LEGO is a minimalist <span aria-hidden="true">🪶</span> native-Web Components library for low-tech lovers
<span aria-hidden="true">♥️</span> with serious needs of long-term
future-proof applications.
</p>
<p class="lead">
Read the documentation for installation, usage instruction and hacking
the tool.
</p>
<div class="button-group" role="group">
<a href="./v1" class="btn btn-primary">Version 1 - Stable</a>
</div>
</div>
</div>
</main>
{{ end }}