mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 15:35:47 -04:00
update links
This commit is contained in:
parent
d2f6871f2c
commit
753fa33c74
18
index.html
18
index.html
@ -35,7 +35,7 @@
|
||||
<link rel="icon" type="image/png" href="images/avatar.png">
|
||||
|
||||
<!-- Umami Analytics -->
|
||||
<script defer src="https://cloud.umami.is/script.js" data-website-id="<YOUR_WEBSITE_ID>"></script>
|
||||
<script defer src="https://cloud.umami.is/script.js" data-website-id="8c93b038-53e9-4bf6-b5f9-0f29716bb73d"></script>
|
||||
|
||||
</head>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
Be sure to replace the src with your own image path and update the alt text
|
||||
-->
|
||||
<img class="avatar avatar--rounded" src="images/avatar.png" srcset="images/avatar.png" alt="Justin Smith">
|
||||
<img class="avatar avatar--none" src="images/avatar.png" srcset="images/avatar.png" alt="Justin Smith">
|
||||
|
||||
<!-- Replace with your name or brand -->
|
||||
<h1 tabindex="0">
|
||||
@ -68,24 +68,24 @@
|
||||
<h2>Professional</h2>
|
||||
|
||||
<!-- Blog -->
|
||||
<a class="button button-default" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/blog.svg" alt="Blog Icon">Blog</a>
|
||||
<a class="button button-default" href="https://justinsmith.sh" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/blog.svg" alt="Blog Icon">Blog</a>
|
||||
|
||||
<!-- Resume -->
|
||||
<a class="button button-white" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-blog.svg" alt="Resume" style="filter: brightness(0);">Resume</a>
|
||||
<a class="button button-white" href="https://resume.justinsmith.sh" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-blog.svg" alt="Resume" style="filter: brightness(0);">Resume</a>
|
||||
|
||||
<!-- Digital Garden -->
|
||||
<a class="button button-purple" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/digital-garden.svg" alt="Digital Garden">Digital Garden</a>
|
||||
<a class="button button-purple" href="https://garden.justinsmith.sh" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/digital-garden.svg" alt="Digital Garden">Digital Garden</a>
|
||||
|
||||
<!-- GitHub -->
|
||||
<a class="button button-github" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
|
||||
<a class="button button-github" href="https://github.com/JustinASmith" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
|
||||
|
||||
<!-- LinkedIn -->
|
||||
<a class="button button-linked" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
|
||||
<a class="button button-linked" href="https://www.linkedin.com/in/justin-a-smith662" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
|
||||
|
||||
<h2>Contact</h2>
|
||||
|
||||
<!-- Email -->
|
||||
<a class="button button-apple-music-alt" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/email.svg" alt="Email Logo">Email</a>
|
||||
<a class="button button-apple-music-alt" href="mailto:info@justinsmith.sh" role="button"><img class="icon" aria-hidden="true" src="images/icons/email.svg" alt="Email Logo">Email</a>
|
||||
|
||||
<h2>Social</h2>
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
<a class="button button-cash-app" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/cash-app-dollar.svg" alt="Cash App Logo">Cash App</a>
|
||||
|
||||
<!-- Buy Me A Coffee -->
|
||||
<a class="button button-coffee" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/buy-me-a-coffee.svg" alt="Buy Me A Coffee Logo">Buy Me A Coffee</a>
|
||||
<a class="button button-coffee" href="https://buymeacoffee.com/justinasmith" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/buy-me-a-coffee.svg" alt="Buy Me A Coffee Logo">Buy Me A Coffee</a>
|
||||
</div>
|
||||
|
||||
<!-- Feel free to add your own footer information, including updating `privacy.html` to reflect how your LittleLink fork is set up -->
|
||||
|
20
privacy.html
20
privacy.html
@ -7,19 +7,19 @@
|
||||
- theme-dark: Forces dark theme
|
||||
-->
|
||||
|
||||
<html class="theme-dark" lang="en"> <!-- Update `class="theme-auto"` with your preference -->
|
||||
<html class="theme-auto" lang="en"> <!-- Update `class="theme-auto"` with your preference -->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
|
||||
<title>Privacy Policy | Justin Smith</title>
|
||||
<link rel="icon" type="image/x-icon" href="images/avatar.png"> <!-- Update this with your own favicon -->
|
||||
<title>Privacy Policy | LittleLink</title>
|
||||
<link rel="icon" type="image/x-icon" href="/images/avatar.png"> <!-- Update this with your own favicon -->
|
||||
|
||||
|
||||
<!-- Meta Description - Write a description (150-160 characters recommended) -->
|
||||
<meta name="description" content="Privacy policy and data collection information for Justin Smith">
|
||||
<meta name="description" content="Privacy policy and data collection information for LittleLink">
|
||||
<meta name="robots" content="noindex"> <!-- Since this is a utility page -->
|
||||
|
||||
<!-- Stylesheets -->
|
||||
@ -42,10 +42,10 @@
|
||||
<h2 id="analytics-heading" tabindex="0">Analytics</h2>
|
||||
<p tabindex="0">The services contained in this section enable the Owner to monitor and analyze web traffic and can be used to keep track of User behavior.</p>
|
||||
|
||||
<h3 tabindex="0">Umami</h3>
|
||||
<h3 tabindex="0">Example LLC</h3>
|
||||
<ul role="list">
|
||||
<li tabindex="0">Personal Data: various types of Data as specified in the privacy policy of the service</li>
|
||||
<li><a href="https://umami.is/privacy" target="_blank" rel="noopener">Privacy Policy</a></li>
|
||||
<li><a href="https://example.com/privacy/" target="_blank" rel="noopener">Privacy Policy</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
@ -54,10 +54,10 @@
|
||||
<p tabindex="0">This type of service allows you to view content hosted on external platforms directly from the pages of this website and interact with them.</p>
|
||||
<p tabindex="0">This type of service might still collect web traffic data for the pages where the service is installed, even when Users do not use it.</p>
|
||||
|
||||
<h3 tabindex="0">GitHub</h3>
|
||||
<h3 tabindex="0">Example LLC</h3>
|
||||
<ul role="list">
|
||||
<li tabindex="0">Personal Data: Usage Data; various types of Data as specified in the privacy policy of the service</li>
|
||||
<li><a href="https://github.com/privacy" target="_blank" rel="noopener">Privacy Policy</a></li>
|
||||
<li><a href="https://example.com/privacy/" target="_blank" rel="noopener">Privacy Policy</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
@ -66,10 +66,10 @@
|
||||
<p tabindex="0">This type of service has the purpose of hosting Data and files that enable this website to exist.</p>
|
||||
<p tabindex="0">Some services among those listed below, if any, may work through geographically distributed servers, making it difficult to determine the actual location where the Personal Data are stored.</p>
|
||||
|
||||
<h3 tabindex="0">Vercel</h3>
|
||||
<h3 tabindex="0">Example LLC</h3>
|
||||
<ul role="list">
|
||||
<li tabindex="0">Personal Data: various types of Data as specified in the privacy policy of the service</li>
|
||||
<li><a href="https://vercel.com/legal/privacy" target="_blank" rel="noopener">Privacy Policy</a></li>
|
||||
<li><a href="https://example.com/privacy" target="_blank" rel="noopener">Privacy Policy</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user