refactor(site): footer content and structure
This commit is contained in:
parent
44617ed999
commit
851df8da14
2 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||||
|
|
|
@ -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("my-counter", 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>
|
||||||
|
|
Loading…
Reference in a new issue