Hbd to me + fix readme
This commit is contained in:
parent
f31a429809
commit
6a7bc54543
|
@ -8,7 +8,7 @@ In order to run, you have to place these contents in the `deps` folder:
|
||||||
| https://raw.githubusercontent.com/jgthms/bulma/master/css/bulma.min.css | ./deps/bulma.min.css |
|
| https://raw.githubusercontent.com/jgthms/bulma/master/css/bulma.min.css | ./deps/bulma.min.css |
|
||||||
| https://use.fontawesome.com/releases/v5.3.1/js/all.js | ./deps/fontawesome.min.js |
|
| https://use.fontawesome.com/releases/v5.3.1/js/all.js | ./deps/fontawesome.min.js |
|
||||||
| https://code.jquery.com/jquery-3.6.0.min.js | ./deps/jquery.min.js |
|
| https://code.jquery.com/jquery-3.6.0.min.js | ./deps/jquery.min.js |
|
||||||
| https://raw.githubusercontent.com/rbren/rss-parser/master/dist/rss-parser.min.js | ./rss-parser.min.js |
|
| https://raw.githubusercontent.com/rbren/rss-parser/master/dist/rss-parser.min.js | ./deps/rss-parser.min.js |
|
||||||
|
|
||||||
This ensures that no CDN is pinged by the end user, which safeguards their privacy.
|
This ensures that no CDN is pinged by the end user, which safeguards their privacy.
|
||||||
You may want to edit the .html files by using your Matomo code. You may also want to edit your privacy policy links so that they actually lead to your privacy policy.
|
You may want to edit the .html files by using your Matomo code. You may also want to edit your privacy policy links so that they actually lead to your privacy policy.
|
|
@ -115,12 +115,12 @@
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<p class="title">Who am I</p>
|
<p class="title">Who am I</p>
|
||||||
<p class="subtitle">
|
<p class="subtitle">
|
||||||
I'm Matteo, a 16 years old guy from Brescia, Italy.<br>
|
I'm Matteo, a 17 years old guy from Brescia, Italy.<br>
|
||||||
In my free time I like fiddling around with code, and sometimes I come up with something decent that I publish to the world.<br>
|
In my free time I like fiddling around with code, and sometimes I come up with something decent that I publish to the world.<br>
|
||||||
I like cats, Linux, Free and Open Source Software, and privacy.
|
I like cats, Linux, Free and Open Source Software, and privacy.
|
||||||
</p>
|
</p>
|
||||||
<a href="https://codeberg.org/massivebox"><button class="button is-link">Codeberg</button></a>
|
<a href="https://codeberg.org/massivebox"><button class="button is-link">Codeberg</button></a>
|
||||||
<a href="https://c.im/@massivebox"><button class="button is-link">Mastodon</button></a>
|
<a rel="me" href="https://c.im/@massivebox"><button class="button is-link">Mastodon</button></a>
|
||||||
<a href="https://github.com/massivebox"><button class="button is-link">GitHub</button></a>
|
<a href="https://github.com/massivebox"><button class="button is-link">GitHub</button></a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue