Index

joshstock.in / 63cc659

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
1312 Nov 2019 20:4763cc659Update Privacy PolicyJosh Stockin1231N

Blob @ joshstock.in / resources / privacy.html

text/html3132 bytesdownload raw
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>Josh Stockin - Privacy</title>
6 <meta property="og:title" content="Josh Stockin - Privacy" />
7 <meta property="og:description" content="The privacy policy for https://joshstock.in" />
8 <meta property="og:type" content="website" />
9 <meta property="og:url" content="https://joshstock.in/privacy" />
10 <style>
11 @import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500&display=swap');
12 body {
13 color: #252525;
14 font-family: 'Fira Sans', sans-serif;
15 max-width: 600px;
16 padding: 50px;
17 margin: 0 auto;
18 line-height: 1.5;
19 }
20 a {
21 color: #0077a4;
22 }
23 </style>
24 <meta name="viewport" content="width=device-width, initial-scale=1">
25 </head>
26 <body>
27 <h1>Privacy Policy</h1>
28 <p>The website available under the address https://$myname is the personal portfolio and blog of $myname (hereafter ā€œIā€). I am the owner and sysadmin of this website and therefore the data controller for any information you intentionally or unintentionally send my way.</p>
29 <h2>The Information I Collect</h2>
30 <p>I really don't have much on this website; just a few static pages with no client side trackers/analytics and no server side trackers/analytics besides what's built into AWS (my cloud provider, that logs bandwidth usage) and nginx (the webserver I use to host this website, that logs each HTTP/HTTPS request made to it). For each page visit, I collect, process, and log the following information:</p>
31 <ul>
32 <li>Your IP Address</li>
33 <li>Your User-Agent string (an identifier for your web browser)</li>
34 <li>The page you request</li>
35 <li>The time of request</li>
36 </ul>
37 <h2>What I Do With Your Information</h2>
38 <p>While the IP address is an identifying piece of data (and possibly the User-Agent as well), all I do with the information is process your web request so I can return pages of my website. During this process the webserver logs your information for diagnostic purposes.</p>
39 <p>Your information is kept only in the webserver logs that sit on my box and my box only. I will not further use your information for any purpose nor do I have intent to do so. I have no future plans to change this.</p>
40 <h2>Embedded Content from Third Parties</h2>
41 <p>To make this website look pretty, I embed sources from other websites.</p>
42 <h3>Embedded Sources from Google</h3>
43 <p>On (almost) every page of this website, I embed the font "Fira Sans" and its derivatives from Google Fonts (Google LLC). <a href="https://policies.google.com/privacy?hl=en">See their privacy policy here</a>.</p>
44 <h3>Embedded Sources from Feather Icons</h3>
45 <p>On the landing/home page of this website, I embed text icons from the open source Feather Icons. <a href="https://github.com/feathericons/">See their code here</a>.</p>
46 <h3>Embedded Sources from Imgur</h3>
47 <p>On (almost) every page of this website, I embed some images from Imgur (Imgur, Inc.), an image hosting company. <a href="https://imgur.com/privacy">See their privacy policy here</a>.</p>
48 </body>
49</html>
50