Adaptación del template a OSUC

This commit is contained in:
Lucas 2022-08-13 22:56:59 -04:00
parent 7eb05b5787
commit 2ea4fcfe31
70 changed files with 2973 additions and 2763 deletions

410
button types.html Normal file
View file

@ -0,0 +1,410 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Information
-->
<meta charset="utf-8">
<title>LittleLink</title>
<meta name="description" content="Find us online!">
<meta name="author" content="Seth Cottle">
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap" rel="stylesheet">
<!-- CSS
-->
<link rel="stylesheet" href="css/normalize.css">
<!-- Themes:
Auto: css/skeleton-auto.css
Light: css/skeleton-light.css
Dark: css/skeleton-dark.css
-->
<link rel="stylesheet" href="css/skeleton-auto.css">
<link rel="stylesheet" href="css/brands.css">
<!-- Favicon
-->
<link rel="icon" type="image/png" href="images/avatar.png">
</head>
<body>
<!-- Primary Page Layout
-->
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<!--
## Getting Started with LittleLink
This page has been built with every pre-designed button available in LittleLink by default. You can rearrange and delete as needed.
You can add your own brand or others brands you may need in the `css/brands.css` file.
You can add custom icons to `images/icons/...`. It is recommended to use a 24x24 .SVG.
Edit the "Your Image Here" section to add your own personal branding, like a picture of yourself or your brand logo!
Edit the "Title" section to change the page heading. You can use something like your name, your social handle, or your brand name.
Edit the "Short Bio" section tell users about yourself or your brand.
-->
<!-- Your Image Here -->
<img src="images/avatar.png" class="avatar" srcset="images/avatar@2x.png 2x" alt="LittleLink Logo">
<!-- Title -->
<h1>LittleLink</h1>
<!-- Short Bio -->
<p>LittleLink is an open source DIY alternative to services like <a href="https://linktr.ee" target="_blank" rel="noopener">Linktree</a> and <a href="https://many.link" target="_blank" rel="noopener">many.link</a>. LittleLink was built using <a href="http://www.getskeleton.com" target="_blank" rel="noopener">Skeleton</a>, a dead simple, responsive boilerplate—we've just created some branded buttons and stripped out the things you won't need. 😊</p>
<!--
## Breaking down <a> attributes:
1.) class="button button-default" | The first "button" here is telling this <a> tag that it should make this element a button and applies the default styling in `css/brands.css`.
The second portion, button-default, is declaring the specific brand style you would like to apply. Here we're applying the "default" style and color.
If you want to make this button to use the brand colors for Discord, just change "button-default" to "button-discord". Brands are found in `css/brands.css`. You can always edit & add your own there.
2.) Replace the # in href="#" with the desired target URL for the button.
3.) target="_blank" | This attribute opens links in a new tab. Remove this attribute to prevent links from opening in a new tab.
4.) rel="noopener" | This attribute instructs the browser to navigate to the target resource without granting the new browsing context access to the document that opened it.
This is especially useful when opening untrusted links. https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noopener
## Breaking down the <img> attributes:
1.) class="icon" | This class is telling the <img> tag that it should use the styling for icons found in `css/brands.css`.
2.) src="icons/[icon_name].svg" | This defines the icon you would like to display from the icons/ folder. For example, you can change this to src="icons/discord.svg" to use the Discord icon.
Add your own 24x24 icons to the "icons" folder to reference them. We recommend providing a SVG.
3.) alt="Example Logo" | This alt attribute helps provides alternate text for an image, this can assist users who use screen readers.
-->
<!-- GitHub -->
<a class="button button-github" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
<br>
<!-- Twitter -->
<a class="button button-twit" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/twitter.svg" alt="Twitter Logo">Twitter</a>
<br>
<!-- Instagram -->
<a class="button button-instagram" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/instagram.svg" alt="Instagram Logo">Instagram</a>
<br>
<!-- Facebook -->
<a class="button button-faceb" href="#" target="_blank" rel="noopener">
<img class="icon"src="images/icons/facebook.svg" alt="Facebook Logo">Find us on Facebook</a>
<br>
<!-- Facebook Messenger -->
<a class="button button-messenger" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/messenger.svg" alt="Facebook Messenger Logo">Chat on Messenger</a>
<br>
<!-- LinkedIn -->
<a class="button button-linked" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
<br>
<!-- YouTube -->
<a class="button button-yt" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/youtube.svg" alt="YouTube Logo">YouTube</a>
<br>
<!-- Discord -->
<a class="button button-discord" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/discord.svg" alt="Discord Logo">Discord</a>
<br>
<!-- Twitch -->
<a class="button button-twitch" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/twitch.svg" alt="Twitch Logo">Twitch</a>
<br>
<!-- ProductHunt -->
<a class="button button-producthunt" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/producthunt.svg" alt="Product Hunt Logo">Product Hunt</a>
<br>
<!-- Snapchat -->
<a class="button button-snapchat" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/snapchat.svg" alt="Snapchat Logo">Snapchat</a>
<br>
<!-- Spotify -->
<a class="button button-spotify" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/spotify.svg" alt="Spotify Logo">Spotify</a>
<br>
<!-- Reddit -->
<a class="button button-reddit" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/reddit.svg" alt="Reddit Logo">Reddit</a>
<br>
<!-- Mastodon -->
<a class="button button-mastodon" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
<br>
<!-- Medium -->
<a class="button button-medium" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/medium.svg" alt="Medium Logo">Medium</a>
<br>
<!-- Pinterest -->
<a class="button button-pinterest" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/pinterest.svg" alt="Pinterest Logo">Follow on Pinterest</a>
<br>
<!-- TikTok -->
<a class="button button-tiktok" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/tiktok.svg" alt="TikTok Logo">TikTok</a>
<br>
<!-- Email -->
<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/email.svg" alt="Email Icon">hello@littlelink.io</a>
<br>
<!-- Email Alternative -->
<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/email_alt.svg" alt="Email Icon">hello@littlelink.io</a>
<br>
<!-- Blog -->
<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/blog.svg" alt="Blog Icon">Blog</a>
<br>
<!-- SoundCloud -->
<a class="button button-soundcloud" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/soundcloud.svg" alt="SoundCloud Logo">SoundCloud</a>
<br>
<!-- Figma -->
<a class="button button-figma" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/figma.svg" alt="Figma Logo">Figma</a>
<br>
<!-- Kit -->
<a class="button button-kit" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/kit.svg" alt="Kit Logo">Kit</a>
<br>
<!-- Telegram -->
<a class="button button-telegram" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/telegram.svg" alt="Telegram Logo">Telegram</a>
<br>
<!-- LittleLink -->
<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/littlelink.svg" alt="LittleLink Logo">LittleLink</a>
<br>
<!-- Trello -->
<a class="button button-trello" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/trello.svg" alt="Trello Logo">Trello</a>
<br>
<!-- Notion -->
<a class="button button-notion" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/notion.svg" alt="Notion Logo">Notion</a>
<br>
<!-- Kickstarter -->
<a class="button button-kickstarter" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/kickstarter.svg" alt="Kickstarter Logo">Kickstarter</a>
<br>
<!-- Etsy -->
<a class="button button-etsy" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/etsy.svg" alt="Etsy Logo">Etsy</a>
<br>
<!-- Tumblr -->
<a class="button button-tumb" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/tumblr.svg" alt="Tumblr Logo">Tumblr</a>
<br>
<!-- Steam -->
<a class="button button-steam" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/steam.svg" alt="Steam Logo">Steam</a>
<br>
<!-- Vimeo -->
<a class="button button-vimeo" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/vimeo.svg" alt="Vimeo Logo">Vimeo</a>
<br>
<!-- PayPal-->
<a class="button button-paypal" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/paypal.svg" alt="PayPal Logo">PayPal</a>
<br>
<!-- WhatsApp -->
<a class="button button-whatsapp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/whatsapp.svg" alt="WhatsApp Logo">WhatsApp</a>
<br>
<!-- Wordpress -->
<a class="button button-wordpress" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/wordpress.svg" alt="Wordpress Logo">Wordpress</a>
<br>
<!-- Goodreads -->
<a class="button button-goodreads" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/goodreads.svg" alt="Goodreads Logo">Goodreads</a>
<br>
<!-- Skoob -->
<a class="button button-skoob" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/skoob.svg" alt="Skoob Logo">Skoob</a>
<br>
<!-- Gitlab -->
<a class="button button-gitlab" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/gitlab.svg" alt="GitLab Logo">GitLab</a>
<br>
<!-- XING -->
<a class="button button-xing" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/xing.svg" alt="xing Logo">Xing</a>
<br>
<!-- Bandcamp -->
<a class="button button-bandcamp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/bandcamp.svg" alt="Bandcamp Logo">Bandcamp</a>
<br>
<!-- Patreon -->
<a class="button button-patreon" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/patreon.svg" alt="Patreon Logo">Patreon</a>
<br>
<!-- Signal -->
<a class="button button-signal" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/signal.svg" alt="Signal Logo">Signal</a>
<br>
<!-- Apple App Store -->
<a class="button button-appstore" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/appstore.svg" alt="Apple App Store Logo">Apple App Store</a>
<br>
<!-- Google Play Store -->
<a class="button button-playstore" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/playstore.svg" alt="Google Play Store Logo">Google Play Store</a>
<br>
<!-- Amazon -->
<a class="button button-amazon" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/amazon.svg" alt="Amazon Logo">Amazon</a>
<br>
<!-- Venmo -->
<a class="button button-venmo" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/venmo.svg" alt="Venmo Logo">Venmo</a>
<br>
<!-- Cash App Dollar -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/cashapp_dollar.svg" alt="Cash App Logo">Cash App Dollar</a>
<br>
<!-- Cash App Pound -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/cashapp_pound.svg" alt="Cash App Logo">Cash App Pound</a>
<br>
<!-- Cash App BTC -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/cashapp_btc.svg" alt="Cash App Logo">Cash App Bitcoin</a>
<br>
<!-- dev.to -->
<a class="button button-dev-to" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/dev_to.svg" alt="dev.to Logo">dev.to</a>
<br>
<!-- OnlyFans -->
<a class="button button-onlyfans" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/onlyfans.svg" alt="Only Fans Logo">OnlyFans (18+)</a>
<br>
<!-- Web -->
<a class="button button-web" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/web.svg" alt="Web Logo">Website</a>
<br>
<!-- Buy Me a Coffee -->
<a class="button button-coffee" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/coffee.svg" alt="Buy Me a Coffee">Buy Me a Coffee</a>
<br>
<!-- Ko-fi -->
<a class="button button-ko-fi" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/ko-fi.svg" alt="Ko-fi">Ko-fi</a>
<br>
<!-- VRChat -->
<a class="button button-vrchat" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/vrchat.svg" alt="VRChat Logo">VRChat</a>
<br>
<!-- Threema -->
<a class="button button-threema" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/threema.svg" alt="Threema Logo">Threema</a>
<br>
<!-- Flickr -->
<a class="button button-flickr" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/flickr.svg" alt="Flickr Logo">Flickr</a>
<br>
<!-- Letterboxd -->
<a class="button button-letterboxd" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/letterboxd.svg" alt="Letterboxd Logo">Letterboxd</a>
<br>
<br>
<!--
Footer:
This includes a link to privacy.html page which can be setup for your Privacy Policy.
This also includes a link to the LittleLink repository to make forking LittleLink easier.
You can edit or remove anything here to make your own footer.
-->
<p><a href="privacy.html">Privacy Policy</a> | Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
</div>
</div>
</div>
<!-- End Document
-->
</body>
</html>

View file

@ -225,7 +225,10 @@ button:hover,
/* Github */
.button.button-github {
color: #ffffff;
background-color: #000000;
background-color: #161b22;
border-style: solid;
border-color: #2ea043;
border-width: 2px;
}
.button.button-github:hover,
.button.button-github:focus {
@ -262,6 +265,19 @@ button:hover,
filter: brightness(90%);
}
/* Highlight */
.button.button-highlight {
color: #da552f;
border-style: solid;
border-color: #da552f;
border-width: 2px;
background-color: #ffffff00;
}
.button.button-producthunt:hover,
.button.button-producthunt:focus {
filter: brightness(90%);
}
/* Instagram */
.button.button-instagram {
color: #ffffff;
@ -345,6 +361,16 @@ button:hover,
filter: brightness(90%);
}
/* OSUC */
.button.button-osuc {
color: #2E3440;
background-color: #f2f4f7;
}
.button.button-onlyfans:hover,
.button.button-onlyfans:focus {
filter: brightness(90%);
}
/* Patreon */
.button.button-patreon {
color: #ffffff;
@ -601,8 +627,8 @@ button:hover,
/* YouTube */
.button.button-yt {
color: #ffffff;
background-color: #000000;
color: #000000;
background-color: #ffffff;
}
.button.button-yt:hover,
.button.button-yt:focus {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,5 +1,5 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="32" r="32" fill="#0085FF"/>
<path d="M31.4178 40.2794C31.7149 40.2794 31.9434 40.4148 32.1034 40.6857C32.2862 40.9566 32.3776 41.3291 32.3776 41.8032C32.3776 42.7062 32.1605 43.406 31.7263 43.9026C30.7437 45.0991 29.6697 46.0811 28.5043 46.8487C27.3617 47.6162 26.0592 48 24.5967 48C22.5857 48 21.0889 47.097 20.1063 45.291C19.1466 43.485 18.6667 41.1485 18.6667 38.2815C18.6667 35.5273 19.0209 32.3894 19.7293 28.8677C20.4605 25.346 21.5231 22.321 22.9171 19.7926C24.3339 17.2642 26.0135 16 27.9558 16C29.0527 16 29.9096 16.5079 30.5266 17.5238C31.1665 18.5171 31.4864 19.9506 31.4864 21.8243C31.4864 24.5108 30.7323 27.6261 29.2241 31.1704C27.7159 34.7146 25.6707 38.225 23.0885 41.7016C23.2484 42.6272 23.5112 43.2931 23.8768 43.6995C24.2425 44.0832 24.7223 44.2751 25.3165 44.2751C26.2534 44.2751 27.0761 44.0155 27.7844 43.4963C28.4928 42.9545 29.3955 42.0402 30.4924 40.7534C30.7666 40.4374 31.0751 40.2794 31.4178 40.2794ZM27.2017 19.3524C26.6762 19.3524 26.082 20.2892 25.4193 22.163C24.7566 24.0367 24.1739 26.3619 23.6712 29.1386C23.1684 31.9153 22.8942 34.5792 22.8485 37.1302C24.471 34.4889 25.7621 31.8476 26.7219 29.2063C27.6816 26.5425 28.1615 24.1157 28.1615 21.9259C28.1615 20.2102 27.8416 19.3524 27.2017 19.3524Z" fill="white"/>
<path d="M39.5132 43.0561C39.7645 42.8303 40.0159 42.7175 40.2673 42.7175C40.5415 42.7175 40.7586 42.8755 40.9185 43.1915C41.1014 43.485 41.1928 43.8462 41.1928 44.2751C41.1928 45.2233 40.85 45.9795 40.1644 46.5439C38.9762 47.5146 37.6279 48 36.1197 48C33.9488 48 32.3606 47.1083 31.3552 45.3249C30.3497 43.5189 29.847 41.1711 29.847 38.2815C29.847 35.5273 30.2012 32.3894 30.9096 28.8677C31.6408 25.346 32.7034 22.321 34.0974 19.7926C35.5142 17.2642 37.1937 16 39.1361 16C40.233 16 41.0899 16.5079 41.7069 17.5238C42.3468 18.5171 42.6667 19.9506 42.6667 21.8243C42.6667 24.5108 41.9126 27.6261 40.4044 31.1704C38.919 34.7146 36.8853 38.2138 34.303 41.6677C34.463 42.5933 34.7486 43.2593 35.16 43.6656C35.5713 44.072 36.1312 44.2751 36.8396 44.2751C37.228 44.2751 37.6622 44.1623 38.1421 43.9365C38.6448 43.7108 39.1019 43.4173 39.5132 43.0561ZM38.382 19.3524C37.8564 19.3524 37.2623 20.2892 36.5996 22.163C35.9369 24.0367 35.3542 26.3619 34.8515 29.1386C34.3487 31.9153 34.0745 34.5792 34.0288 37.1302C35.6513 34.4889 36.9424 31.8476 37.9021 29.2063C38.8619 26.5425 39.3418 24.1157 39.3418 21.9259C39.3418 20.2102 39.0219 19.3524 38.382 19.3524Z" fill="white"/>
<svg width="158" height="158" viewBox="0 0 158 158" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="79" cy="79" r="79" fill="#F2F4F8"/>
<path opacity="0.999" d="M56.388 25.0002C52.303 25.0425 48.3996 26.6947 45.5258 29.5982C42.6519 32.5016 41.0397 36.4217 41.0393 40.5069C41.0392 43.1947 41.7377 45.8365 43.0663 48.1731C44.3948 50.5097 46.3079 52.4609 48.6178 53.8354V104.808C46.2973 106.179 44.3743 108.132 43.0385 110.473C41.7026 112.814 41 115.463 41 118.159C40.9996 120.195 41.4003 122.212 42.1794 124.094C42.9584 125.976 44.1005 127.686 45.5404 129.126C46.9803 130.567 48.6898 131.71 50.5714 132.489C52.4529 133.269 54.4696 133.671 56.5063 133.671C58.5436 133.671 60.5609 133.27 62.4432 132.491C64.3254 131.712 66.0357 130.569 67.4762 129.128C68.9168 127.688 70.0594 125.978 70.8388 124.095C71.6183 122.213 72.0192 120.196 72.0188 118.159C72.0167 114.068 70.3982 110.143 67.5158 107.24C68.6362 106.045 69.6659 105.148 70.6081 104.542C72.6825 103.208 74.6625 102.638 78.542 102.601C90.8125 102.483 100.621 96.04 105.904 87.7548C110.554 80.4622 111.147 73.3465 111.22 69.2574C113.539 67.8852 115.461 65.9322 116.796 63.5911C118.131 61.2499 118.833 58.6013 118.832 55.9063C118.832 53.8696 118.43 51.8528 117.651 49.9713C116.871 48.0897 115.728 46.3801 114.288 44.9402C112.847 43.5003 111.137 42.3581 109.255 41.5791C107.374 40.8 105.357 40.3992 103.32 40.3996C103.267 40.3994 103.214 40.3994 103.162 40.3996C99.0766 40.4419 95.1732 42.0942 92.2994 44.9976C89.4256 47.901 87.8133 51.8211 87.8129 55.9063C87.8122 58.6391 88.5336 61.3236 89.904 63.688C91.2745 66.0523 93.2454 68.0126 95.6171 69.3702C95.5735 72.3367 95.2349 75.503 92.7673 79.3751C90.1034 83.5528 85.4719 86.9193 78.3948 86.9873C73.4454 87.0354 68.613 87.9789 64.316 90.1756V53.9313C66.6703 52.5691 68.625 50.6117 69.9839 48.2554C71.3428 45.8991 72.0581 43.2269 72.058 40.5069C72.0577 38.4701 71.6562 36.4533 70.8764 34.5717C70.0967 32.6902 68.9539 30.9806 67.5135 29.5406C66.073 28.1007 64.363 26.9586 62.4811 26.1796C60.5992 25.4005 58.5823 24.9998 56.5456 25.0002C56.4927 24.9999 56.4399 24.9999 56.3871 25.0002H56.388ZM56.2788 32.8099C56.3695 32.8084 56.4602 32.8084 56.5508 32.8099C58.6159 32.8106 60.5962 33.6312 62.0565 35.0915C63.5167 36.5517 64.3373 38.5321 64.338 40.5971C64.3384 41.6201 64.1373 42.6332 63.7462 43.5785C63.3551 44.5238 62.7816 45.3828 62.0585 46.1064C61.3353 46.8301 60.4768 47.4042 59.5318 47.796C58.5868 48.1878 57.5738 48.3896 56.5508 48.39C55.5278 48.3897 54.5149 48.1878 53.5699 47.796C52.6249 47.4042 51.7663 46.8301 51.0431 46.1065C50.32 45.3828 49.7465 44.5238 49.3554 43.5785C48.9643 42.6332 48.7632 41.6202 48.7636 40.5971C48.763 38.5781 49.5463 36.6378 50.9485 35.1851C52.3506 33.7323 54.262 32.8808 56.2798 32.8099H56.2788ZM103.047 48.2094C103.138 48.2078 103.228 48.2078 103.319 48.2094C105.384 48.21 107.364 49.0307 108.825 50.4909C110.285 51.9512 111.106 53.9315 111.106 55.9966C111.107 57.0196 110.906 58.0327 110.514 58.9779C110.123 59.9232 109.55 60.7822 108.827 61.5059C108.104 62.2295 107.245 62.8036 106.3 63.1954C105.355 63.5872 104.342 63.7891 103.319 63.7894C102.296 63.7891 101.283 63.5872 100.338 63.1954C99.3931 62.8036 98.5345 62.2295 97.8114 61.5059C97.0883 60.7822 96.5148 59.9232 96.1237 58.978C95.7326 58.0327 95.5315 57.0196 95.5319 55.9966C95.5312 53.9785 96.3138 52.0389 97.7148 50.5864C99.1158 49.1338 101.026 48.2816 103.043 48.2094H103.047ZM56.2337 110.462C56.3244 110.46 56.4151 110.46 56.5057 110.462C58.5708 110.462 60.5511 111.283 62.0114 112.743C63.4716 114.204 64.2922 116.184 64.2929 118.249C64.2933 119.272 64.0922 120.285 63.7011 121.23C63.31 122.176 62.7365 123.035 62.0134 123.758C61.2903 124.482 60.4317 125.056 59.4867 125.448C58.5417 125.84 57.5287 126.041 56.5057 126.042C55.4827 126.041 54.4698 125.84 53.5248 125.448C52.5798 125.056 51.7212 124.482 50.9981 123.758C50.275 123.035 49.7015 122.176 49.3104 121.23C48.9193 120.285 48.7182 119.272 48.7186 118.249C48.7179 116.231 49.5005 114.291 50.9015 112.839C52.3024 111.386 54.2125 110.534 56.2292 110.462H56.2337Z" fill="black"/>
<path d="M107.096 133.701C114.775 133.701 121 127.476 121 119.797C121 112.118 114.775 105.893 107.096 105.893C99.4172 105.893 93.1921 112.118 93.1921 119.797C93.1921 127.476 99.4172 133.701 107.096 133.701Z" fill="#0073DE"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
images/avatar@4x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -0,0 +1,4 @@
<svg width="80" height="109" viewBox="0 0 80 109" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.999" d="M15.388 0.000202297C11.303 0.0424551 7.39963 1.69475 4.52578 4.59817C1.65194 7.5016 0.0397182 11.4217 0.0392987 15.5069C0.0392179 18.1947 0.737705 20.8365 2.06627 23.1731C3.39484 25.5097 5.30786 27.4609 7.61775 28.8354V79.8076C5.29726 81.1791 3.3743 83.1317 2.03846 85.473C0.702626 87.8142 4.88642e-05 90.4631 3.37423e-07 93.1586C-0.000424503 95.1954 0.400334 97.2122 1.17938 99.0941C1.95842 100.976 3.10049 102.686 4.54039 104.126C5.98029 105.567 7.68982 106.71 9.57136 107.489C11.4529 108.269 13.4696 108.671 15.5063 108.671C17.5436 108.671 19.5609 108.27 21.4432 107.491C23.3254 106.712 25.0357 105.569 26.4762 104.128C27.9168 102.688 29.0594 100.978 29.8388 99.0955C30.6183 97.2132 31.0192 95.1959 31.0188 93.1586C31.0167 89.0675 29.3982 85.1429 26.5158 82.2397C27.6362 81.0453 28.6659 80.1484 29.6081 79.5424C31.6825 78.208 33.6625 77.6384 37.542 77.6012C49.8125 77.4833 59.6212 71.04 64.9044 62.7548C69.5545 55.4622 70.1468 48.3465 70.2198 44.2574C72.5393 42.8852 74.4612 40.9322 75.796 38.5911C77.1309 36.2499 77.8326 33.6013 77.8321 30.9063C77.8318 28.8696 77.4303 26.8528 76.6506 24.9713C75.8709 23.0897 74.7281 21.3801 73.2877 19.9402C71.8473 18.5003 70.1373 17.3581 68.2554 16.5791C66.3736 15.8 64.3567 15.3992 62.32 15.3996C62.2672 15.3994 62.2144 15.3994 62.1616 15.3996C58.0766 15.4419 54.1732 17.0942 51.2994 19.9976C48.4256 22.901 46.8133 26.8211 46.8129 30.9063C46.8122 33.6391 47.5336 36.3236 48.904 38.688C50.2745 41.0523 52.2454 43.0126 54.6171 44.3702C54.5735 47.3367 54.2349 50.503 51.7673 54.3751C49.1034 58.5528 44.4719 61.9193 37.3948 61.9873C32.4454 62.0354 27.613 62.9789 23.316 65.1756V28.9313C25.6703 27.5691 27.625 25.6117 28.9839 23.2554C30.3428 20.8991 31.0581 18.2269 31.058 15.5069C31.0577 13.4701 30.6562 11.4533 29.8764 9.57175C29.0967 7.69016 27.9539 5.98058 26.5135 4.54065C25.073 3.10071 23.363 1.95861 21.4811 1.17955C19.5992 0.400502 17.5823 -0.000243887 15.5456 0.000202297C15.4927 -6.74324e-05 15.4399 -6.74324e-05 15.3871 0.000202297H15.388ZM15.2788 7.80994C15.3695 7.80836 15.4602 7.80836 15.5508 7.80994C17.6159 7.8106 19.5962 8.63125 21.0565 10.0915C22.5167 11.5517 23.3373 13.5321 23.338 15.5971C23.3384 16.6201 23.1373 17.6332 22.7462 18.5785C22.3551 19.5238 21.7816 20.3828 21.0585 21.1064C20.3353 21.8301 19.4768 22.4042 18.5318 22.796C17.5868 23.1878 16.5738 23.3896 15.5508 23.39C14.5278 23.3897 13.5149 23.1878 12.5699 22.796C11.6249 22.4042 10.7663 21.8301 10.0431 21.1065C9.32002 20.3828 8.74651 19.5238 8.35538 18.5785C7.96425 17.6332 7.76316 16.6202 7.76359 15.5971C7.76297 13.5781 8.5463 11.6378 9.94845 10.1851C11.3506 8.73235 13.262 7.88081 15.2798 7.80994H15.2788ZM62.0471 23.2094C62.1377 23.2078 62.2284 23.2078 62.3191 23.2094C64.3842 23.21 66.3645 24.0307 67.8247 25.4909C69.2849 26.9512 70.1056 28.9315 70.1062 30.9966C70.1066 32.0196 69.9055 33.0327 69.5144 33.9779C69.1233 34.9232 68.5498 35.7822 67.8267 36.5059C67.1036 37.2295 66.245 37.8036 65.3 38.1954C64.355 38.5872 63.3421 38.7891 62.3191 38.7894C61.2961 38.7891 60.2831 38.5872 59.3381 38.1954C58.3931 37.8036 57.5345 37.2295 56.8114 36.5059C56.0883 35.7822 55.5148 34.9232 55.1237 33.978C54.7326 33.0327 54.5315 32.0196 54.5319 30.9966C54.5312 28.9785 55.3138 27.0389 56.7148 25.5864C58.1158 24.1338 60.0258 23.2816 62.0426 23.2094H62.0471ZM15.2337 85.4618C15.3244 85.4602 15.4151 85.4602 15.5057 85.4618C17.5708 85.4624 19.5511 86.283 21.0114 87.7433C22.4716 89.2035 23.2922 91.1838 23.2929 93.2489C23.2933 94.2719 23.0922 95.285 22.7011 96.2303C22.31 97.1756 21.7365 98.0346 21.0134 98.7582C20.2903 99.4819 19.4317 100.056 18.4867 100.448C17.5417 100.84 16.5287 101.041 15.5057 101.042C14.4827 101.041 13.4698 100.84 12.5248 100.448C11.5798 100.056 10.7212 99.4819 9.9981 98.7582C9.27499 98.0346 8.70151 97.1756 8.31039 96.2303C7.91927 95.285 7.71817 94.2719 7.7186 93.2489C7.71793 91.2309 8.50049 89.2913 9.90146 87.8387C11.3024 86.3862 13.2125 85.534 15.2292 85.4618H15.2337Z" fill="black"/>
<path d="M66.0961 108.701C73.7751 108.701 80.0001 102.476 80.0001 94.7969C80.0001 87.118 73.7751 80.8929 66.0961 80.8929C58.4172 80.8929 52.1921 87.118 52.1921 94.7969C52.1921 102.476 58.4172 108.701 66.0961 108.701Z" fill="#0073DE"/>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" fill="#F2F4F8"/>
<path opacity="0.999" d="M8.56519 3.79752C7.94469 3.80393 7.35178 4.05492 6.91524 4.49594C6.47871 4.93697 6.23382 5.53242 6.23375 6.15296C6.23374 6.56124 6.33984 6.96253 6.54165 7.31745C6.74345 7.67238 7.03404 7.96876 7.38491 8.17754V15.9202C7.03243 16.1285 6.74033 16.4251 6.53742 16.7807C6.33451 17.1363 6.22779 17.5387 6.22778 17.9482C6.22772 18.2575 6.28859 18.5639 6.40693 18.8497C6.52526 19.1356 6.69874 19.3953 6.91746 19.6141C7.13618 19.8329 7.39586 20.0065 7.68166 20.125C7.96746 20.2434 8.2738 20.3044 8.58318 20.3045C8.89263 20.3045 9.19907 20.2436 9.48498 20.1252C9.77089 20.0068 10.0307 19.8333 10.2495 19.6145C10.4683 19.3957 10.6419 19.1359 10.7603 18.85C10.8787 18.5641 10.9396 18.2576 10.9395 17.9482C10.9392 17.3267 10.6933 16.7306 10.2555 16.2896C10.4257 16.1082 10.5821 15.9719 10.7252 15.8799C11.0403 15.6772 11.3411 15.5907 11.9304 15.585C13.7942 15.5671 15.2842 14.5884 16.0867 13.3299C16.793 12.2221 16.883 11.1413 16.8941 10.5201C17.2464 10.3117 17.5383 10.015 17.7411 9.65942C17.9439 9.3038 18.0505 8.90148 18.0504 8.49211C18.0503 8.18273 17.9894 7.8764 17.8709 7.59059C17.7525 7.30478 17.5789 7.0451 17.3601 6.82638C17.1413 6.60765 16.8815 6.43417 16.5957 6.31583C16.3098 6.19749 16.0035 6.13661 15.6941 6.13667C15.6861 6.13663 15.6781 6.13663 15.67 6.13667C15.0495 6.14309 14.4566 6.39407 14.0201 6.8351C13.5836 7.27612 13.3387 7.87158 13.3386 8.49211C13.3385 8.90722 13.4481 9.315 13.6562 9.67414C13.8644 10.0333 14.1638 10.331 14.524 10.5373C14.5174 10.9879 14.466 11.4688 14.0912 12.057C13.6865 12.6916 12.983 13.2029 11.908 13.2133C11.1562 13.2206 10.4222 13.3639 9.76945 13.6976V8.19211C10.1271 7.9852 10.424 7.68786 10.6304 7.32995C10.8368 6.97203 10.9455 6.56613 10.9455 6.15296C10.9454 5.84357 10.8844 5.53723 10.766 5.25142C10.6475 4.96561 10.474 4.70593 10.2551 4.4872C10.0363 4.26848 9.77659 4.095 9.49074 3.97666C9.20488 3.85832 8.89851 3.79745 8.58913 3.79752C8.58111 3.79748 8.57309 3.79748 8.56507 3.79752H8.56519ZM8.54862 4.98381C8.56239 4.98357 8.57617 4.98357 8.58994 4.98381C8.90362 4.98391 9.20443 5.10856 9.42623 5.33037C9.64804 5.55218 9.77269 5.85299 9.77279 6.16667C9.77285 6.32206 9.74231 6.47595 9.6829 6.61954C9.62349 6.76312 9.53638 6.8936 9.42654 7.00352C9.3167 7.11344 9.18628 7.20065 9.04274 7.26017C8.89919 7.31968 8.74533 7.35034 8.58994 7.35039C8.43454 7.35034 8.28068 7.31969 8.13713 7.26017C7.99358 7.20066 7.86317 7.11345 7.75332 7.00353C7.64348 6.89361 7.55637 6.76313 7.49695 6.61954C7.43754 6.47595 7.407 6.32207 7.40706 6.16667C7.40697 5.85999 7.52596 5.56525 7.73894 5.34458C7.95193 5.12392 8.24227 4.99457 8.54876 4.98381H8.54862ZM15.6527 7.32296C15.6664 7.32272 15.6802 7.32272 15.694 7.32296C16.0077 7.32306 16.3085 7.44772 16.5303 7.66953C16.7521 7.89133 16.8767 8.19214 16.8768 8.50583C16.8769 8.66122 16.8463 8.8151 16.7869 8.95869C16.7275 9.10228 16.6404 9.23276 16.5306 9.34268C16.4207 9.4526 16.2903 9.53981 16.1468 9.59932C16.0032 9.65884 15.8494 9.6895 15.694 9.68955C15.5386 9.6895 15.3847 9.65884 15.2412 9.59932C15.0976 9.53981 14.9672 9.4526 14.8574 9.34268C14.7475 9.23276 14.6604 9.10228 14.601 8.95869C14.5416 8.8151 14.511 8.66122 14.5111 8.50583C14.511 8.19928 14.6299 7.90466 14.8427 7.68402C15.0555 7.46338 15.3456 7.33394 15.652 7.32296H15.6527ZM8.54177 16.779C8.55554 16.7788 8.56931 16.7788 8.58308 16.779C8.89677 16.7791 9.19758 16.9038 9.41938 17.1256C9.64119 17.3474 9.76584 17.6482 9.76594 17.9619C9.76601 18.1173 9.73546 18.2712 9.67605 18.4147C9.61664 18.5583 9.52953 18.6888 9.41969 18.7987C9.30985 18.9087 9.17943 18.9959 9.03589 19.0554C8.89234 19.1149 8.73848 19.1456 8.58308 19.1456C8.42769 19.1455 8.27383 19.1149 8.13028 19.0554C7.98674 18.9959 7.85632 18.9087 7.74648 18.7987C7.63664 18.6888 7.54953 18.5583 7.49012 18.4147C7.43071 18.2712 7.40016 18.1173 7.40023 17.9619C7.40013 17.6553 7.519 17.3607 7.7318 17.1401C7.94461 16.9194 8.23474 16.79 8.54109 16.779H8.54177Z" fill="black"/>
<path d="M16.2678 20.309C17.4342 20.309 18.3798 19.3634 18.3798 18.197C18.3798 17.0305 17.4342 16.085 16.2678 16.085C15.1013 16.085 14.1558 17.0305 14.1558 18.197C14.1558 19.3634 15.1013 20.309 16.2678 20.309Z" fill="#0073DE"/>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,5 @@
<svg width="158" height="158" viewBox="0 0 158 158" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="79" cy="79" r="79" fill="#F2F4F8"/>
<path opacity="0.999" d="M56.388 25.0002C52.303 25.0425 48.3996 26.6947 45.5258 29.5982C42.6519 32.5016 41.0397 36.4217 41.0393 40.5069C41.0392 43.1947 41.7377 45.8365 43.0663 48.1731C44.3948 50.5097 46.3079 52.4609 48.6178 53.8354V104.808C46.2973 106.179 44.3743 108.132 43.0385 110.473C41.7026 112.814 41 115.463 41 118.159C40.9996 120.195 41.4003 122.212 42.1794 124.094C42.9584 125.976 44.1005 127.686 45.5404 129.126C46.9803 130.567 48.6898 131.71 50.5714 132.489C52.4529 133.269 54.4696 133.671 56.5063 133.671C58.5436 133.671 60.5609 133.27 62.4432 132.491C64.3254 131.712 66.0357 130.569 67.4762 129.128C68.9168 127.688 70.0594 125.978 70.8388 124.095C71.6183 122.213 72.0192 120.196 72.0188 118.159C72.0167 114.068 70.3982 110.143 67.5158 107.24C68.6362 106.045 69.6659 105.148 70.6081 104.542C72.6825 103.208 74.6625 102.638 78.542 102.601C90.8125 102.483 100.621 96.04 105.904 87.7548C110.554 80.4622 111.147 73.3465 111.22 69.2574C113.539 67.8852 115.461 65.9322 116.796 63.5911C118.131 61.2499 118.833 58.6013 118.832 55.9063C118.832 53.8696 118.43 51.8528 117.651 49.9713C116.871 48.0897 115.728 46.3801 114.288 44.9402C112.847 43.5003 111.137 42.3581 109.255 41.5791C107.374 40.8 105.357 40.3992 103.32 40.3996C103.267 40.3994 103.214 40.3994 103.162 40.3996C99.0766 40.4419 95.1732 42.0942 92.2994 44.9976C89.4256 47.901 87.8133 51.8211 87.8129 55.9063C87.8122 58.6391 88.5336 61.3236 89.904 63.688C91.2745 66.0523 93.2454 68.0126 95.6171 69.3702C95.5735 72.3367 95.2349 75.503 92.7673 79.3751C90.1034 83.5528 85.4719 86.9193 78.3948 86.9873C73.4454 87.0354 68.613 87.9789 64.316 90.1756V53.9313C66.6703 52.5691 68.625 50.6117 69.9839 48.2554C71.3428 45.8991 72.0581 43.2269 72.058 40.5069C72.0577 38.4701 71.6562 36.4533 70.8764 34.5717C70.0967 32.6902 68.9539 30.9806 67.5135 29.5406C66.073 28.1007 64.363 26.9586 62.4811 26.1796C60.5992 25.4005 58.5823 24.9998 56.5456 25.0002C56.4927 24.9999 56.4399 24.9999 56.3871 25.0002H56.388ZM56.2788 32.8099C56.3695 32.8084 56.4602 32.8084 56.5508 32.8099C58.6159 32.8106 60.5962 33.6312 62.0565 35.0915C63.5167 36.5517 64.3373 38.5321 64.338 40.5971C64.3384 41.6201 64.1373 42.6332 63.7462 43.5785C63.3551 44.5238 62.7816 45.3828 62.0585 46.1064C61.3353 46.8301 60.4768 47.4042 59.5318 47.796C58.5868 48.1878 57.5738 48.3896 56.5508 48.39C55.5278 48.3897 54.5149 48.1878 53.5699 47.796C52.6249 47.4042 51.7663 46.8301 51.0431 46.1065C50.32 45.3828 49.7465 44.5238 49.3554 43.5785C48.9643 42.6332 48.7632 41.6202 48.7636 40.5971C48.763 38.5781 49.5463 36.6378 50.9485 35.1851C52.3506 33.7323 54.262 32.8808 56.2798 32.8099H56.2788ZM103.047 48.2094C103.138 48.2078 103.228 48.2078 103.319 48.2094C105.384 48.21 107.364 49.0307 108.825 50.4909C110.285 51.9512 111.106 53.9315 111.106 55.9966C111.107 57.0196 110.906 58.0327 110.514 58.9779C110.123 59.9232 109.55 60.7822 108.827 61.5059C108.104 62.2295 107.245 62.8036 106.3 63.1954C105.355 63.5872 104.342 63.7891 103.319 63.7894C102.296 63.7891 101.283 63.5872 100.338 63.1954C99.3931 62.8036 98.5345 62.2295 97.8114 61.5059C97.0883 60.7822 96.5148 59.9232 96.1237 58.978C95.7326 58.0327 95.5315 57.0196 95.5319 55.9966C95.5312 53.9785 96.3138 52.0389 97.7148 50.5864C99.1158 49.1338 101.026 48.2816 103.043 48.2094H103.047ZM56.2337 110.462C56.3244 110.46 56.4151 110.46 56.5057 110.462C58.5708 110.462 60.5511 111.283 62.0114 112.743C63.4716 114.204 64.2922 116.184 64.2929 118.249C64.2933 119.272 64.0922 120.285 63.7011 121.23C63.31 122.176 62.7365 123.035 62.0134 123.758C61.2903 124.482 60.4317 125.056 59.4867 125.448C58.5417 125.84 57.5287 126.041 56.5057 126.042C55.4827 126.041 54.4698 125.84 53.5248 125.448C52.5798 125.056 51.7212 124.482 50.9981 123.758C50.275 123.035 49.7015 122.176 49.3104 121.23C48.9193 120.285 48.7182 119.272 48.7186 118.249C48.7179 116.231 49.5005 114.291 50.9015 112.839C52.3024 111.386 54.2125 110.534 56.2292 110.462H56.2337Z" fill="black"/>
<path d="M107.096 133.701C114.775 133.701 121 127.476 121 119.797C121 112.118 114.775 105.893 107.096 105.893C99.4172 105.893 93.1921 112.118 93.1921 119.797C93.1921 127.476 99.4172 133.701 107.096 133.701Z" fill="#0073DE"/>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -6,9 +6,7 @@
<!-- Page Information
-->
<meta charset="utf-8">
<title>LittleLink</title>
<meta name="description" content="Find us online!">
<meta name="author" content="Seth Cottle">
<title>Links OSUC</title>
<!-- Mobile Specific Metas
-->
@ -16,7 +14,7 @@
<!-- FONT
-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Manrope:400,600,700,800&display=swap" rel="stylesheet">
<!-- CSS
@ -66,13 +64,14 @@
-->
<!-- Your Image Here -->
<img src="images/avatar.png" class="avatar" srcset="images/avatar@2x.png 2x" alt="LittleLink Logo">
<img src="images/avatar.svg" class="avatar" alt="Logo OSUC">
<!-- Title -->
<h1>LittleLink</h1>
<h1>Links Open Source UC</h1>
<!-- Short Bio -->
<p>LittleLink is an open source DIY alternative to services like <a href="https://linktr.ee" target="_blank" rel="noopener">Linktree</a> and <a href="https://many.link" target="_blank" rel="noopener">many.link</a>. LittleLink was built using <a href="http://www.getskeleton.com" target="_blank" rel="noopener">Skeleton</a>, a dead simple, responsive boilerplate—we've just created some branded buttons and stripped out the things you won't need. 😊</p>
<p>Links de que te podrían interesar. De nosotros para tí 🙂</p>
<br>
<!--
@ -99,305 +98,66 @@
3.) alt="Example Logo" | This alt attribute helps provides alternate text for an image, this can assist users who use screen readers.
-->
<!-- Web -->
<a class="button button-osuc" href="osuc.dev" target="_blank" rel="noopener">
<img class="icon" src="images/icons/osuc-branch.svg" alt="Web Logo">Página Web</a>
<br>
<!-- GitHub -->
<a class="button button-github" href="#" target="_blank" rel="noopener">
<a class="button button-github" href="https://github.com/open-source-uc" target="_blank" rel="noopener">
<img class="icon" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
<br>
<!-- BDDUC -->
<a class="button button-highlight" href="https://github.com/open-source-uc/bdd" target="_blank" rel="noopener">
<img class="icon" src="images/icons/github.svg" alt="GitHub Logo">Base de Datos UC 🔥</a>
<br>
<h4>Redes Sociales</h4>
<!-- Telegram -->
<a class="button button-telegram" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/telegram.svg" alt="Telegram Logo">Telegram</a>
<br>
<!-- Instagram -->
<a class="button button-instagram" href="https://www.instagram.com/opensource_euc/" target="_blank" rel="noopener">
<img class="icon" src="images/icons/instagram.svg" alt="Instagram Logo">Instagram</a>
<br>
<!-- YouTube -->
<a class="button button-yt" href="https://www.youtube.com/channel/UCgomWM2oXY-XcB1s1zJs7nw" target="_blank" rel="noopener">
<img class="icon" src="images/icons/youtube.svg" alt="YouTube Logo">YouTube</a>
<br>
<!-- Discord -->
<a class="button button-discord" href="https://discord.com/invite/VMXCNAvjPW" target="_blank" rel="noopener">
<img class="icon" src="images/icons/discord.svg" alt="Discord Logo">Discord</a>
<br>
<!-- Twitter -->
<a class="button button-twit" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/twitter.svg" alt="Twitter Logo">Twitter</a>
<br>
<!-- Instagram -->
<a class="button button-instagram" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/instagram.svg" alt="Instagram Logo">Instagram</a>
<br>
<!-- Facebook -->
<a class="button button-faceb" href="#" target="_blank" rel="noopener">
<img class="icon"src="images/icons/facebook.svg" alt="Facebook Logo">Find us on Facebook</a>
<br>
<!-- Facebook Messenger -->
<a class="button button-messenger" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/messenger.svg" alt="Facebook Messenger Logo">Chat on Messenger</a>
<br>
<!-- LinkedIn -->
<a class="button button-linked" href="#" target="_blank" rel="noopener">
<a class="button button-linked" href="https://cl.linkedin.com/company/open-source-euc" target="_blank" rel="noopener">
<img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
<br>
<!-- YouTube -->
<a class="button button-yt" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/youtube.svg" alt="YouTube Logo">YouTube</a>
<br>
<!-- Discord -->
<a class="button button-discord" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/discord.svg" alt="Discord Logo">Discord</a>
<br>
<!-- Twitch -->
<a class="button button-twitch" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/twitch.svg" alt="Twitch Logo">Twitch</a>
<br>
<!-- ProductHunt -->
<a class="button button-producthunt" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/producthunt.svg" alt="Product Hunt Logo">Product Hunt</a>
<br>
<!-- Snapchat -->
<a class="button button-snapchat" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/snapchat.svg" alt="Snapchat Logo">Snapchat</a>
<br>
<!-- Spotify -->
<a class="button button-spotify" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/spotify.svg" alt="Spotify Logo">Spotify</a>
<br>
<!-- Reddit -->
<a class="button button-reddit" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/reddit.svg" alt="Reddit Logo">Reddit</a>
<br>
<!-- Mastodon -->
<a class="button button-mastodon" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
<br>
<!-- Medium -->
<a class="button button-medium" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/medium.svg" alt="Medium Logo">Medium</a>
<br>
<!-- Pinterest -->
<a class="button button-pinterest" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/pinterest.svg" alt="Pinterest Logo">Follow on Pinterest</a>
<br>
<!-- TikTok -->
<a class="button button-tiktok" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/tiktok.svg" alt="TikTok Logo">TikTok</a>
<br>
<!-- Email -->
<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/email.svg" alt="Email Icon">hello@littlelink.io</a>
<br>
<!-- Email Alternative -->
<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/email_alt.svg" alt="Email Icon">hello@littlelink.io</a>
<br>
<!-- Blog -->
<!-- Blog
<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/blog.svg" alt="Blog Icon">Blog</a>
<br>
<!-- SoundCloud -->
<a class="button button-soundcloud" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/soundcloud.svg" alt="SoundCloud Logo">SoundCloud</a>
<br>
<!-- Figma -->
<a class="button button-figma" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/figma.svg" alt="Figma Logo">Figma</a>
<br>
<!-- Kit -->
<a class="button button-kit" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/kit.svg" alt="Kit Logo">Kit</a>
<br>
<!-- Telegram -->
<a class="button button-telegram" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/telegram.svg" alt="Telegram Logo">Telegram</a>
<br>
<!-- LittleLink -->
<a class="button button-default" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/littlelink.svg" alt="LittleLink Logo">LittleLink</a>
<br>
<!-- Trello -->
<a class="button button-trello" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/trello.svg" alt="Trello Logo">Trello</a>
<br>
<!-- Notion -->
<a class="button button-notion" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/notion.svg" alt="Notion Logo">Notion</a>
<br>
<!-- Kickstarter -->
<a class="button button-kickstarter" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/kickstarter.svg" alt="Kickstarter Logo">Kickstarter</a>
<br>
<!-- Etsy -->
<a class="button button-etsy" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/etsy.svg" alt="Etsy Logo">Etsy</a>
<br>
<!-- Tumblr -->
<a class="button button-tumb" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/tumblr.svg" alt="Tumblr Logo">Tumblr</a>
<br>
<!-- Steam -->
<a class="button button-steam" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/steam.svg" alt="Steam Logo">Steam</a>
<br>
<!-- Vimeo -->
<a class="button button-vimeo" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/vimeo.svg" alt="Vimeo Logo">Vimeo</a>
<br>
<!-- PayPal-->
<a class="button button-paypal" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/paypal.svg" alt="PayPal Logo">PayPal</a>
<br>
<!-- WhatsApp -->
<a class="button button-whatsapp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/whatsapp.svg" alt="WhatsApp Logo">WhatsApp</a>
<br>
<!-- Wordpress -->
<a class="button button-wordpress" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/wordpress.svg" alt="Wordpress Logo">Wordpress</a>
<br>
<!-- Goodreads -->
<a class="button button-goodreads" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/goodreads.svg" alt="Goodreads Logo">Goodreads</a>
<br>
<!-- Skoob -->
<a class="button button-skoob" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/skoob.svg" alt="Skoob Logo">Skoob</a>
<br>
<!-- Gitlab -->
<a class="button button-gitlab" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/gitlab.svg" alt="GitLab Logo">GitLab</a>
<br>
<!-- XING -->
<a class="button button-xing" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/xing.svg" alt="xing Logo">Xing</a>
<br>
<!-- Bandcamp -->
<a class="button button-bandcamp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/bandcamp.svg" alt="Bandcamp Logo">Bandcamp</a>
<br>
<!-- Patreon -->
<a class="button button-patreon" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/patreon.svg" alt="Patreon Logo">Patreon</a>
<br>
<!-- Signal -->
<a class="button button-signal" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/signal.svg" alt="Signal Logo">Signal</a>
<br>
<!-- Apple App Store -->
<a class="button button-appstore" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/appstore.svg" alt="Apple App Store Logo">Apple App Store</a>
<br>
<!-- Google Play Store -->
<a class="button button-playstore" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/playstore.svg" alt="Google Play Store Logo">Google Play Store</a>
<br>
<!-- Amazon -->
<a class="button button-amazon" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/amazon.svg" alt="Amazon Logo">Amazon</a>
<br>
<!-- Venmo -->
<a class="button button-venmo" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/venmo.svg" alt="Venmo Logo">Venmo</a>
<br>
<!-- Cash App Dollar -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/cashapp_dollar.svg" alt="Cash App Logo">Cash App Dollar</a>
<br>
<!-- Cash App Pound -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/cashapp_pound.svg" alt="Cash App Logo">Cash App Pound</a>
<br>
<!-- Cash App BTC -->
<a class="button button-cashapp" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/cashapp_btc.svg" alt="Cash App Logo">Cash App Bitcoin</a>
<br>
<!-- dev.to -->
<a class="button button-dev-to" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/dev_to.svg" alt="dev.to Logo">dev.to</a>
<br>
<!-- OnlyFans -->
<a class="button button-onlyfans" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/onlyfans.svg" alt="Only Fans Logo">OnlyFans (18+)</a>
<br>
<!-- Web -->
<a class="button button-web" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/web.svg" alt="Web Logo">Website</a>
<br>
<!-- Buy Me a Coffee -->
<a class="button button-coffee" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/coffee.svg" alt="Buy Me a Coffee">Buy Me a Coffee</a>
<br>
<!-- Ko-fi -->
<a class="button button-ko-fi" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/ko-fi.svg" alt="Ko-fi">Ko-fi</a>
<br>
<!-- VRChat -->
<a class="button button-vrchat" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/vrchat.svg" alt="VRChat Logo">VRChat</a>
<br>
<!-- Threema -->
<a class="button button-threema" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/threema.svg" alt="Threema Logo">Threema</a>
<br>
<!-- Flickr -->
<a class="button button-flickr" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/flickr.svg" alt="Flickr Logo">Flickr</a>
<br>
<!-- Letterboxd -->
<a class="button button-letterboxd" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons/letterboxd.svg" alt="Letterboxd Logo">Letterboxd</a>
<br>
<br>
-->
<!--
Footer:
This includes a link to privacy.html page which can be setup for your Privacy Policy.
This also includes a link to the LittleLink repository to make forking LittleLink easier.
You can edit or remove anything here to make your own footer.
-->
<p><a href="privacy.html">Privacy Policy</a> | Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
<br>
<p><a href="privacy.html">Política de Privacidad</a></p>
<p>Creado con <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a> y mantenido con 💙 por la comunidad de OSUC.</p>
</div>
</div>