2019-12-21 22:30:05 -05:00
<!DOCTYPE html>
2024-11-13 01:04:11 -05:00
<!--
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
-->
2022-02-09 09:50:46 -05:00
2024-11-13 01:04:11 -05:00
< html class = "theme-auto" lang = "en" > <!-- Update`class="theme - auto" with your preference -->
2022-02-09 09:50:46 -05:00
2024-11-13 01:04:11 -05:00
< 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 > 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 = "Replace this with your own, this appears in search results and when sharing." >
<!-- Keywords -->
< meta name = "keywords" content = "your name, industry, and specialties" >
<!-- 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" >
2022-11-10 23:38:11 -05:00
< link rel = "stylesheet" href = "css/brands.css" >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
< / head >
2022-02-09 21:10:24 -05:00
2019-12-21 22:30:05 -05:00
< body >
2024-11-13 01:04:11 -05:00
< div class = "container" >
< div class = "column" >
2021-12-14 14:17:18 -05:00
2024-11-13 01:04:11 -05:00
<!--
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
2021-05-19 00:36:04 -04:00
2024-11-13 01:04:11 -05:00
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@2x.png 2x" alt = "LittleLink" >
2021-05-19 00:36:04 -04:00
2024-11-13 01:04:11 -05:00
<!-- Replace with your name or brand -->
< h1 tabindex = "0" >
< div > LittleLink< / div >
< / h1 >
2021-05-19 00:36:04 -04:00
2024-11-13 01:04:11 -05:00
<!-- Add a short description about yourself or your brand -->
< p tabindex = "0" > An open source DIY Linktree alternative.< / p >
2021-05-19 00:36:04 -04:00
2024-11-13 01:04:11 -05:00
<!-- All your buttons go here -->
< div class = "button-stack" role = "navigation" >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Default LittleLink -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/littlelink.svg" alt = "Little Link Logo" > LittleLink< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Amazon -->
< a class = "button button-amazon" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/amazon.svg" alt = "Amazon Wishlist Logo" > Amazon Wishlist< / a > < br >
2021-05-19 00:36:04 -04:00
2024-11-13 01:04:11 -05:00
<!-- Amazon Music -->
< a class = "button button-amazon-music" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/amazon-music.svg" alt = "Amazon Music Logo" > Listen on Amazon Music< / a > < br >
<!-- Apple App Store -->
< a class = "button button-appstore" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/apple.svg" alt = "Apple Logo" > Apple App Store< / a > < br >
2021-05-19 00:36:04 -04:00
2024-11-13 01:04:11 -05:00
<!-- Apple Music -->
< a class = "button button-apple-music" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/apple-music.svg" alt = "Apple Music Logo" > Listen on Apple Music< / a > < br >
<!-- Apple Music Alternate -->
< a class = "button button-apple-music-alt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/apple-music-alt.svg" alt = "Apple Music Logo" > Listen on Apple Music< / a > < br >
2021-05-19 00:36:04 -04:00
2024-11-13 01:04:11 -05:00
<!-- Apple Podcasts -->
< a class = "button button-apple-podcasts" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/apple-podcasts.svg" alt = "Apple Podcasts Logo" > Listen on Apple Podcasts< / a > < br >
<!-- Apple Podcasts Alternate -->
< a class = "button button-apple-podcasts-alt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/apple-podcasts-alt.svg" alt = "Apple Podcasts Logo" > Listen on Apple Podcasts< / a > < br >
2021-05-19 00:36:04 -04:00
2024-11-13 01:04:11 -05:00
<!-- Bandcamp -->
< a class = "button button-bandcamp" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/bandcamp.svg" alt = "Bandcamp Logo" > Bandcamp< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Behance -->
< a class = "button button-behance" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/behance.svg" alt = "Behance Logo" > Behance< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Bluesky -->
< a class = "button button-bluesky" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/bluesky.svg" alt = "Bluesky Logo" > Bluesky< / a > < br >
2023-04-28 09:55:52 -04:00
2024-11-13 01:04:11 -05:00
<!-- Bluesky Alt -->
< a class = "button button-bluesky-alt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/bluesky-alt.svg" alt = "Bluesky Logo" > Bluesky< / a > < br >
2023-04-28 09:55:52 -04:00
2024-11-13 01:04:11 -05:00
<!-- 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 > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Cal.com -->
< a class = "button button-cal" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/cal.svg" alt = "Cal.com Logo" > Schedule with Cal.com< / a > < br >
2021-02-19 01:37:00 -05:00
2024-11-13 01:04:11 -05:00
<!-- Calendly -->
< a class = "button button-calendly" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/calendly.svg" alt = "Calendly Logo" > Schedule with Calendly< / a > < br >
2021-02-19 01:37:00 -05:00
2024-11-13 01:04:11 -05:00
<!-- Cash App -->
< 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 > < br >
2024-02-24 19:44:28 -05:00
2024-11-13 01:04:11 -05:00
<!-- Dev.to -->
< a class = "button button-dev-to" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/dev-to.svg" alt = "Dev.to Logo" > Dev.to< / a > < br >
2021-05-13 12:29:56 -04:00
2024-11-13 01:04:11 -05:00
<!-- Discogs -->
< a class = "button button-discogs" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/discogs.svg" alt = "Discogs Logo" > Discogs< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Discogs Alt -->
< a class = "button button-discogs-alt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/discogs-alt.svg" alt = "Discogs Logo" > Discogs< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Discord -->
< a class = "button button-discord" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/discord.svg" alt = "Discord Logo" > Discord< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Dribbble -->
< a class = "button button-dribbble" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/dribbble.svg" alt = "Dribbble Logo" > Dribbble< / a > < br >
2022-11-16 12:25:59 -05:00
2024-11-13 01:04:11 -05:00
<!-- Etsy -->
< a class = "button button-etsy" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/etsy.svg" alt = "Etsy Logo" > Shop on Etsy< / a > < br >
2024-01-10 04:59:35 -05:00
2024-11-13 01:04:11 -05:00
<!-- Facebook -->
< a class = "button button-faceb" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/facebook.svg" alt = "Facebook Logo" > Find us on Facebook< / a > < br >
2024-01-10 05:20:43 -05:00
2024-11-13 01:04:11 -05:00
<!-- Facebook Messenger -->
< a class = "button button-messenger" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/messenger.svg" alt = "Messenger Logo" > Chat on Messenger< / a > < br >
2022-11-16 12:25:59 -05:00
2024-11-13 01:04:11 -05:00
<!-- Figma -->
< a class = "button button-figma" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/figma.svg" alt = "Figma Logo" > Figma Community< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Fiverr -->
< a class = "button button-fiverr" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/fiverr.svg" alt = "Fiverr Logo" > Fiverr Gig< / a > < br >
2022-11-16 12:25:59 -05:00
2024-11-13 01:04:11 -05:00
<!-- Flickr -->
< a class = "button button-flickr" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/flickr.svg" alt = "Flickr Logo" > Flickr< / a > < br >
2022-11-16 12:25:59 -05:00
2024-11-13 01:04:11 -05:00
<!-- 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 > < br >
2022-11-16 12:25:59 -05:00
2024-11-13 01:04:11 -05:00
<!-- GitLab -->
< a class = "button button-gitlab" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/gitlab.svg" alt = "GitLab Logo" > GitLab< / a > < br >
2022-11-16 12:37:19 -05:00
2024-11-13 01:04:11 -05:00
<!-- GoFundMe -->
< a class = "button button-gofundme" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/gofundme.svg" alt = "GoFundMe Logo" > GoFundMe< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Goodreads -->
< a class = "button button-goodreads" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/goodreads.svg" alt = "Goodreads Logo" > Goodreads< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Google Drive -->
< a class = "button button-google-black" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/google-drive.svg" alt = "Google Drive Logo" > View in Google Drive< / a > < br >
2021-08-10 09:48:56 -04:00
2024-11-13 01:04:11 -05:00
<!-- Google Play Store -->
< a class = "button button-playstore" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/google-play.svg" alt = "Google Play Store Logo" > Google Play Store< / a > < br >
2023-04-28 09:55:52 -04:00
2024-11-13 01:04:11 -05:00
<!-- Google Scholar -->
< a class = "button button-google-scholar" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/google-scholar.svg" alt = "Google Scholar Logo" > Google Scholar< / a > < br >
2023-06-12 11:25:26 -04:00
2024-11-13 01:04:11 -05:00
<!-- Hashnode -->
< a class = "button button-hashnode" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/hashnode.svg" alt = "Hashnode Logo" > Hashnode< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Instagram -->
< a class = "button button-instagram" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/instagram.svg" alt = "Instagram Logo" > Instagram< / a > < br >
2023-04-29 12:43:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Kick -->
< a class = "button button-kick" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/kick.svg" alt = "Kick Logo" > Kick< / a > < br >
2021-05-18 22:48:51 -04:00
2024-11-13 01:04:11 -05:00
<!-- Kick Alt -->
< a class = "button button-kick-alt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/kick-alt.svg" alt = "Kick Logo" > Kick< / a > < br >
<!-- Kickstarter -->
< a class = "button button-kickstarter" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/kickstarter.svg" alt = "Kickstarter Logo" > Kickstarter< / a > < br >
2021-05-18 22:48:51 -04:00
2024-11-13 01:04:11 -05:00
<!-- Kit -->
< a class = "button button-kit" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/kit.svg" alt = "Kit Logo" > Kit< / a > < br >
2022-02-02 08:48:07 -05:00
2024-11-13 01:04:11 -05:00
<!-- Ko - fi -->
< a class = "button button-ko-fi" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/ko-fi.svg" alt = "Ko-fi Logo" > Support me on Ko-fi< / a > < br >
2019-12-22 22:04:37 -05:00
2024-11-13 01:04:11 -05:00
<!-- Last.fm -->
< a class = "button button-last-fm" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/last-fm.svg" alt = "" > Last.fm< / a > < br >
2023-06-29 03:10:17 -04:00
2024-11-13 01:04:11 -05:00
<!-- Letterboxd -->
< a class = "button button-letterboxd" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/letterboxd.svg" alt = "" > Letterboxd< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Line -->
< a class = "button button-line" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/line.svg" alt = "Line Logo" > Line< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- 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 > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Mailchimp -->
< a class = "button button-mailchimp" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/mailchimp.svg" alt = "Mailchimp Logo" > Mailchimp< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Mastodon -->
< a class = "button button-mastodon" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/mastodon.svg" alt = "Mastodon Logo" > Mastodon< / a > < br >
2022-03-17 00:04:15 -04:00
2024-11-13 01:04:11 -05:00
<!-- Medium -->
< a class = "button button-medium" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/medium.svg" alt = "Medium Logo" > Medium< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Microsoft Store -->
< a class = "button button-microsoft" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/microsoft.svg" alt = "Microsoft Logo" > Get it from Microsoft< / a > < br >
<!-- Notion -->
< a class = "button button-notion" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/notion.svg" alt = "Notion Logo" > Notion< / a > < br >
2022-03-17 00:04:15 -04:00
2024-11-13 01:04:11 -05:00
<!-- OnlyFans -->
< a class = "button button-onlyfans" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/onlyfans.svg" alt = "OnlyFans Logo" > OnlyFans (18+)< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Patreon -->
< a class = "button button-patreon" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/patreon.svg" alt = "Patreon Logo" > Patreon< / a > < br >
2022-03-17 00:04:15 -04:00
2024-11-13 01:04:11 -05:00
<!-- PayPal -->
< a class = "button button-paypal" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/paypal.svg" alt = "PayPal Logo" > PayPal< / a > < br >
2024-03-06 12:04:16 -05:00
2024-11-13 01:04:11 -05:00
<!-- Pinterest -->
< a class = "button button-pinterest" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/pinterest.svg" alt = "Pinterest Logo" > Pinterest< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Product Hunt -->
< a class = "button button-product-hunt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/product-hunt.svg" alt = "Product Hunt Logo" > Product Hunt< / a > < br >
2019-12-21 22:30:05 -05:00
2024-11-13 01:04:11 -05:00
<!-- Read.cv -->
< a class = "button button-read-cv" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/read-cv.svg" alt = "Read.cv logo" > Read.cv< / a > < br >
2022-09-18 03:31:25 -04:00
2024-11-13 01:04:11 -05:00
<!-- Redbubble -->
< a class = "button button-redbubble" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/redbubble.svg" alt = "Redbubble Logo" > Redbubble< / a > < br >
2021-08-14 19:10:36 -04:00
2024-11-13 01:04:11 -05:00
<!-- Reddit -->
< a class = "button button-reddit" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/reddit.svg" alt = "Reddit Logo" > Reddit< / a > < br >
2022-02-09 21:10:24 -05:00
2024-11-13 01:04:11 -05:00
<!-- Revolut -->
< a class = "button button-revolut" href = "" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/revolut.svg" alt = "Revolut Logo" > Revolut< / a > < br >
<!-- Shop -->
< a class = "button button-shop" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/shop.svg" alt = "Shop Logo" > Buy with Shop< / a > < br >
2023-04-29 12:43:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Signal -->
< a class = "button button-signal" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/signal.svg" alt = "Signal Logo" > Signal< / a > < br >
2022-09-18 03:38:59 -04:00
2024-11-13 01:04:11 -05:00
<!-- Slack -->
< a class = "button button-slack" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/slack.svg" alt = "Slack Logo" > Join Slack< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Snapchat -->
< a class = "button button-snapchat" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/snapchat.svg" alt = "Snapchat Logo" > Snapchat< / a > < br >
2020-08-18 18:07:43 -04:00
2024-11-13 01:04:11 -05:00
<!-- SoundCloud -->
< a class = "button button-soundcloud" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/soundcloud.svg" alt = "SoundCloud Logo" > SoundCloud< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Spotify -->
< a class = "button button-spotify" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/spotify.svg" alt = "Spotify Logo" > Listen on Spotify< / a > < br >
2021-09-19 12:46:30 -04:00
2024-11-13 01:04:11 -05:00
<!-- Spotify Alt -->
< a class = "button button-spotify-alt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/spotify-alt.svg" alt = "Spotify Logo" > Listen on Spotify< / a > < br >
2021-09-27 05:05:47 -04:00
2024-11-13 01:04:11 -05:00
<!-- Square -->
< a class = "button button-square" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/square.svg" alt = "Square Logo" > Buy with Square< / a > < br >
2021-11-09 18:34:32 -05:00
2024-11-13 01:04:11 -05:00
<!-- Stack Overflow -->
< a class = "button button-stack-overflow" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/stack-overflow.svg" alt = "Stack Overflow Logo" > Stack Overflow< / a > < br >
2021-11-10 18:34:04 -05:00
2024-11-13 01:04:11 -05:00
<!-- Steam -->
< a class = "button button-steam" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/steam.svg" alt = "Steam Logo" > Steam< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Steam Alt -->
< a class = "button button-steam-alt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/steam.svg" alt = "Steam Logo" > Steam< / a > < br >
2023-09-21 13:43:10 -04:00
2024-11-13 01:04:11 -05:00
<!-- Strava -->
< a class = "button button-strava" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/strava.svg" alt = "Strava Logo" > Strava< / a > < br >
2021-11-10 18:34:04 -05:00
2024-11-13 01:04:11 -05:00
<!-- Substack -->
< a class = "button button-substack" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/substack.svg" alt = "Substack Logo" > Substack< / a > < br >
2024-03-04 10:41:31 -05:00
2024-11-13 01:04:11 -05:00
<!-- Telegram -->
< a class = "button button-telegram" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/telegram.svg" alt = "Telegram Logo" > Telegram< / a > < br >
2022-05-04 11:03:14 -04:00
2024-11-13 01:04:11 -05:00
<!-- Threads -->
< a class = "button button-threads" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/threads.svg" alt = "Threads Logo" > Threads< / a > < br >
2022-05-04 11:03:14 -04:00
2024-11-13 01:04:11 -05:00
<!-- Threema -->
< a class = "button button-threema" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/threema.svg" alt = "Threema Logo" > Threema< / a > < br >
2022-02-07 21:51:17 -05:00
2024-11-13 01:04:11 -05:00
<!-- TikTok -->
< a class = "button button-tiktok" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/tiktok.svg" alt = "TikTok Logo" > TikTok< / a > < br >
2023-07-06 15:23:43 -04:00
2024-11-13 01:04:11 -05:00
<!-- Trakt -->
< a class = "button button-trakt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/trakt.svg" alt = "Trakt Logo" > Trakt< / a > < br >
2021-11-10 18:34:04 -05:00
2024-11-13 01:04:11 -05:00
<!-- Trello -->
< a class = "button button-trello" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/trello.svg" alt = "Trello Logo" > Trello< / a > < br >
2022-02-07 21:51:17 -05:00
2024-11-13 01:04:11 -05:00
<!-- Tumblr -->
< a class = "button button-tumb" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/tumblr.svg" alt = "Tumblr Logo" > Tumblr< / a > < br >
2023-11-30 09:45:59 -05:00
2024-11-13 01:04:11 -05:00
<!-- Twitch -->
< a class = "button button-twitch" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/twitch.svg" alt = "Twitch Logo" > Twitch< / a > < br >
2022-02-09 21:10:24 -05:00
2024-11-13 01:04:11 -05:00
<!-- Unsplash -->
< a class = "button button-unsplash" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/unsplash.svg" alt = "Unsplash Logo" > Unsplash< / a > < br >
2022-05-02 16:26:30 -04:00
2024-11-13 01:04:11 -05:00
<!-- Untappd -->
< a class = "button button-untappd" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/untappd.svg" alt = "Untappd Logo" > Untappd< / a > < br >
2022-05-04 11:03:14 -04:00
2024-11-13 01:04:11 -05:00
<!-- Upwork -->
< a class = "button button-upwork" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/upwork.svg" alt = "Upwork Logo" > Upwork< / a > < br >
2022-02-25 00:01:07 -05:00
2024-11-13 01:04:11 -05:00
<!-- Venmo -->
< a class = "button button-venmo" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/venmo.svg" alt = "Venmo Logo" > Venmo< / a > < br >
2022-03-17 15:20:34 -04:00
2024-11-13 01:04:11 -05:00
<!-- Vimeo -->
< a class = "button button-vimeo" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/vimeo.svg" alt = "Vimeo Logo" > Vimeo< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- VSCO -->
< a class = "button button-vsco" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/vsco.svg" alt = "VSCO Logo" > VSCO< / a > < br >
2022-05-23 12:51:13 -04:00
2024-11-13 01:04:11 -05:00
<!-- WhatsApp -->
< a class = "button button-whatsapp" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/whatsapp.svg" alt = "WhatsApp Logo" > WhatsApp< / a > < br >
2022-04-10 02:49:47 -04:00
2024-11-13 01:04:11 -05:00
<!-- WordPress -->
< a class = "button button-wordpress" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/wordpress.svg" alt = "WordPress Logo" > WordPress< / a > < br >
2022-05-13 16:39:40 -04:00
2024-11-13 01:04:11 -05:00
<!-- X -->
< a class = "button button-x" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/x.svg" alt = "X Logo" > Follow on X< / a > < br >
2022-06-13 14:03:09 -04:00
2024-11-13 01:04:11 -05:00
<!-- YouTube -->
< a class = "button button-yt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/youtube.svg" alt = "YouTube Logo" > YouTube< / a > < br >
2022-10-30 11:13:51 -04:00
2024-11-13 01:04:11 -05:00
<!-- YouTube Music -->
< a class = "button button-yt" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/youtube-music.svg" alt = "YouTube Music Logo" > Listen on YouTube Music< / a > < br >
2023-07-31 10:36:04 -04:00
2024-11-13 01:04:11 -05:00
<!-- Zoom -->
< a class = "button button-zoom" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/zoom.svg" alt = "Zoom Logo" > Join Zoom Webinar< / a > < br >
2022-12-23 21:45:36 -05:00
2024-11-13 01:04:11 -05:00
<!-- Generic Blog -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-blog.svg" alt = "Blog Icon" > Read our blog< / a > < br >
2023-01-03 04:35:35 -05:00
2024-11-13 01:04:11 -05:00
<!-- Generic Calendar -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-calendar.svg" alt = "Calendar Icon" > Event RSVP< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Cloud -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-cloud.svg" alt = "Cloud Icon" > Download File< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Code -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-code.svg" alt = "Code Icon" > View the code< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Computer -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-computer.svg" alt = "Computer Icon" > Homelab Setup< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Email -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-email.svg" alt = "Email Icon" > Email Us< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Email Alt -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-email-alt.svg" alt = "Email Icon" > Email Us< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Homepage -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-homepage.svg" alt = "Homepage Icon" > Visit Homepage< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Map -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-map.svg" alt = "Map Icon" > Get Directions< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Phone -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-phone.svg" alt = "Phone Icon" > Call Us< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Review -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-review.svg" alt = "Review Icon" > Leave us a review< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic RSS -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-rss.svg" alt = "RSS Icon" > RSS Subscribe< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Shopping Bag -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-shopping-bag.svg" alt = "Shopping Bag Icon" > Visit Our Shop< / a > < br >
<!-- Generic Shopping Tag -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-shopping-tag.svg" alt = "Shopping Tag Icon" > 10% Discount< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic SMS -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-sms.svg" alt = "SMS Icon" > Send us a message< / a > < br >
2023-04-30 23:39:08 -04:00
2024-11-13 01:04:11 -05:00
<!-- Generic Website -->
< a class = "button button-default" href = "#" target = "_blank" rel = "noopener" role = "button" > < img class = "icon" aria-hidden = "true" src = "images/icons/generic-website.svg" alt = "Website Icon" > Visit Website< / a > < br >
2022-02-09 21:10:24 -05:00
2019-12-21 22:30:05 -05:00
< / div >
2024-11-13 01:04:11 -05:00
<!-- 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 >
2019-12-21 22:30:05 -05:00
< / div >
< / div >
< / body >
2022-02-09 21:10:24 -05:00
2022-02-07 22:03:36 -05:00
< / html >