Change references to Github project and rework the instructions

This commit is contained in:
Bradley Taunt 2022-11-10 11:14:13 -05:00
parent 1349b0f59e
commit 16edd2203c
1 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,11 @@
<li>Only 5KB</li>
</ul>
<h3>Usage:</h3>
<p>Copy and paste the following inside your <code>head</code> element:</p>
<pre>&lt;link rel="stylesheet" href="https://vanillacss.com/vanilla.css"&gt;</pre>
<p>Download the main stylesheet from this project, then copy and paste the following inside your <code>head</code> element:</p>
<pre>&lt;link rel="stylesheet" href="vanilla.css"&gt;</pre>
<p>Or import directly in your own CSS:</p>
<pre>@import url('https://vanillacss.com/vanilla.css');</pre>
<p><i>This project is completely free and open source.</i> Check it out on <a href="https://github.com/bradleytaunt/vanilla-css">Github</a>.</p>
<pre>@import url('vanilla.css');</pre>
<p><i>This project is completely free and open source.</i> Check it out on <a href="https://git.sr.ht/~bt/vanilla-css">sourcehut</a>.</p>
</header>
<nav role="navigation">
<ul>
@ -269,7 +269,7 @@
</main>
<footer role="contentinfo">
<hr>
<p><small>Created by <a href="https://bradleytaunt.com">Bradley Taunt</a>. Source on <a href="https://github.com/bradleytaunt/vanilla-css">Github</a>.
<p><small>Created by <a href="https://bt.ht">Bradley Taunt</a>. Source on <a href="https://git.sr.ht/~bt/vanilla-css">sourcehut</a>.
<br>HTML5 element example page by <a href="https://twitter.com/cbracco">@cbracco</a>. Code on <a href="https://github.com/cbracco/html5-test-page">GitHub</a>.</small></p>
</footer>
</div>