refactor(site): footer content and structure

This commit is contained in:
Ayo 2023-11-23 08:13:33 +01:00
parent 44617ed999
commit 851df8da14
2 changed files with 6 additions and 7 deletions

View file

@ -1,9 +1,4 @@
<footer style="text-align: right; font-style: italic; padding: 0.5em 1em"> <footer style="text-align: right; font-style: italic; padding: 0.5em 1em">
<p>
<small
>Built with
<a href="https://github.com/ayoayco/McFly">McFly</a>, the no-framework framework</small
><br />
<slot /> <slot />
</p>
</footer> </footer>

View file

@ -33,7 +33,7 @@
provides zero-dependency, ~600 Bytes (minified & gzipped), JS base class provides zero-dependency, ~600 Bytes (minified & gzipped), JS base class
for creating reactive custom elements easily. for creating reactive custom elements easily.
</p> </p>
<call-to-action></call-to-action> <call-to-action />
<p> <p>
When you extend the WebComponent class for your component, you only have When you extend the WebComponent class for your component, you only have
to define the template and properties. Any change in any property value to define the template and properties. Any change in any property value
@ -61,6 +61,10 @@ customElements.define(&quot;my-counter&quot;, Counter);
</code-block> </code-block>
</main> </main>
<my-footer> <my-footer>
<!-- <p>View page <a href="https://github.com/ayoayco/web-component-base/blob/main/site/src/pages/index.html">source code</a></p> -->
<small>This site is built with
<a href="https://github.com/ayoayco/McFly">McFly</a>, the no-framework framework
</small><br />
<small> <small>
A project by <a href="{{ author.url }}">{{ author.name }}</a> A project by <a href="{{ author.url }}">{{ author.name }}</a>
</small> </small>