Files
links/index.html
2026-03-28 16:10:52 -07:00

114 lines
6.1 KiB
HTML

<!DOCTYPE html>
<!--
To change the theme, change the class on the html tag below to one of:
- theme-auto: Automatically switches based on user's system preferences
- theme-light: Forces light theme
- theme-dark: Forces dark theme
-->
<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>Corey San Diego</title>
<link rel="icon" type="image/x-icon" href="/images/square.png"> <!-- Update this with your own favicon -->
<!-- Meta Description - Write a description (150-160 characters recommended) -->
<meta name="description" content="Person.">
<!-- Keywords -->
<meta name="keywords" content="friend">
<!-- Canonical URL - Helps prevent duplicate content issues -->
<meta rel="canonical" href="https://yourwebsite.com">
<!-- Author Information -->
<meta name="author" content="Your Name">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/brands.css">
</head>
<body>
<div class="container">
<div class="column">
<!--
By default, the Avatar is rounded. Use the following:
- avatar--rounded: Automatically rounds the image
- avatar--soft: Slightly rounds the image
- avatar--none: Removes any rounding
Be sure to replace the src with your own image path and update the alt text
-->
<img class="avatar avatar--rounded" src="images/square.png" srcset="images/square.png 2x" alt="LittleLink">
<!-- Replace with your name or brand -->
<h1>
<div>Corey San Diego</div>
</h1>
<!-- Add a short description about yourself or your brand -->
<p>Person</p>
<!-- All your buttons go here -->
<div class="button-stack" role="navigation">
<!-- Generic Website -->
<a class="button button-sd-bitcoiners" href="https://sdbitcoiners.com" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/sdbitcoiners.svg" alt="Website Icon">sdbitcoiners.com</a>
<!-- Generic Calendar -->
<a class="button button-default" href="https://lu.ma/sdbitcoiners" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-calendar.svg" alt="Calendar Icon">Cetes (Bitcoin Events)</a>
<a class="button button-bitcoin" href="https://sdbitcoiners.com/about/support/ " target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/Bitcoin.svg.webp" alt="Support">Bitcoin Help</a>
<!-- Signal -->
<a class="button button-signal" href="https://signal.me/#eu/nuCOHDWjELf6AW6-bCR0wlhdQDWRpP_099OI0r52uRA0mI8PcrxOyrTUde3vH3nk" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/signal.svg" alt="Signal Logo">Signal</a>
<!-- Threema -->
<a class="button button-threema" href="https://threema.id/WKHP6Y4D" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/threema.svg" alt="Threema Logo">Threema</a>
<!-- X -->
<a class="button button-x" href="https://x.com/inpharmaticist" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/x.svg" alt="X Logo">(Twitter)</a>
<a class="button button-nostr" href="https://njump.me/npub1c0r3ytrr4afgrlhrhyec6y9wvkckdllx7ul3cfevtsgjqcrhx8tsdzqs7w" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/nostrich-light.svg" alt="Nostr Logo">Nostr</a>
<!-- Generic Blog -->
<a class="button button-default" href="https://blog.sdbitcoiners.com" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-blog.svg" alt="Blog Icon">Blog</a>
<!-- PGP -->
<a class="button button-github" href="https://raw.githubusercontent.com/inpharmaticist/links/refs/heads/main/gpg.asc" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/gpg.png" alt="Email Icon">PGP Key</a>
<!-- Generic Email -->
<a class="button button-default" href="mailto:upstairs_evaluate832@slmail.me" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-email-alt.svg" alt="Email Icon">Email</a>
<!-- Contact Form -->
<a class="button button-default" href="contact.html" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Contact Form</a>
<!-- Generic Shopping Bag -->
<a class="button button-sd-bitcoiners" href="https://pay.sdbitcoiners.com" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-shopping-bag.svg" alt="Shopping Bag Icon">Store</a>
<!-- Buy Me A Coffee -->
<a class="button button-coffee" href="https://pay.sdbitcoiners.com/apps/SBYddhDNw4HLZG3NUnRDi98CGMk/pos" 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 -->
<footer>
<a href="privacy.html">Privacy Policy</a> | Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>
</footer>
</div>
</div>
</body>
</html>