Add paragraph about sitestat to index.html
This commit is contained in:
parent
b16b07bfa8
commit
757f94caec
|
@ -51,8 +51,10 @@
|
|||
<p>
|
||||
As you can see, I'm a fan of the <em>"plain HTML is responsive"</em> school of thought. This website is intentionally very simple in its structure, styling, and interactivity. This is because I believe that the vast majority of the internet's most popular websites sacrifice usability and accessibility to make a flashier product. By using a simpler design, we can help to make the internet more accessible to all, regardless of their physical ability or device's processing power.
|
||||
</p>
|
||||
<p>
|
||||
This website doesn't use any third-party scripts or cookies to track you, and barely uses any javascript at all! It uses a script to allow you to change the site's color theme, but this is entirely optional.
|
||||
<p style="font-size: smaller;">
|
||||
<a href="https://github.com/andrewlalis/sitestat">Sitestat</a> is included on most pages of this website, which is a simple, anonymous, open-source analytics tracker that works by opening a websocket connection and transmitting anonymized, limited data about your visit to this site. I use this just out of curiosity, to see if people actually visit and read the stuff I write here. No data is ever sent to third-parties. Contact me if you have any questions about it!
|
||||
|
||||
<!--<span id="sitestat-toggle">Click here to disable sitestat.</span>-->
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
|
|
|
@ -143,3 +143,13 @@ code {
|
|||
.article-card p {
|
||||
margin: 0.5em 0 0 0;
|
||||
}
|
||||
|
||||
/* Stuff related to sitestat settings */
|
||||
#sitestat-toggle {
|
||||
color: var(--text-color-2);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#sitestat-toggle:hover {
|
||||
text-decoration: underline;
|
||||
}
|
Loading…
Reference in New Issue