ignore
This commit is contained in:
parent
dbc0e006fc
commit
150422a67f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/target
|
/target
|
||||||
|
public/
|
||||||
tags
|
tags
|
||||||
/output
|
/output
|
||||||
.idea
|
.idea
|
@ -1,287 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-US">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Where to find Tyrel Souza</title>
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
background:
|
|
||||||
linear-gradient(
|
|
||||||
rgba(0, 0, 0, 0.7),
|
|
||||||
rgba(0, 0, 0, 0.7)
|
|
||||||
),
|
|
||||||
url('moroccan-flower-dark.png'),
|
|
||||||
rgba(0,0,0);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script src="https://kit.fontawesome.com/6bee25835f.js" crossorigin="anonymous"></script>
|
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
|
|
||||||
<link rel="icon" href="loupe.jpg" type="image/x-icon" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<a class="profilePicture">
|
|
||||||
<img src="loupe.jpg" alt="Profile Picture">
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div class="userName">
|
|
||||||
Tyrel Souza
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="description">
|
|
||||||
Software Engineer, gamer, tech-enthusiast, ham, pilot, father
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Personal
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://name.pn/tyrel-souza" target="_blank">
|
|
||||||
<i class="fa fa-person"></i> Pronouns and Pronounciation
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Sites
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://tyrel.dev/blog" target="_blank">
|
|
||||||
<i class="fa-solid fa-blog"></i> Blog
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Code
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://gitea.tyrel.dev/tyrel" target="_blank">
|
|
||||||
<i class="fa fa-gitea"></i> Gitea
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Chat
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://matrix.to/#/@tyrelsouza:matrix.org" target="_blank">
|
|
||||||
<i class="fa fa-matrix-org"></i> Matrix
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://discordapp.com/users/73990019756339200" target="_blank">
|
|
||||||
<i class="fa fa-discord"></i> Discord
|
|
||||||
<div class="tooltip">
|
|
||||||
<span class="" href="#" onclick="copytext('@tyrel','2')" onmouseout="outFunc('2')">
|
|
||||||
<span class="tooltiptext" id="2">Copy to clipboard</span>
|
|
||||||
<i class="fa-solid fa-copy"></i>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Music
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://last.fm/user/tacidsky" target="_blank">
|
|
||||||
<i class="fa fa-lastfm"></i> LastFM
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://bandcamp.com/tyrelsouza" target="_blank">
|
|
||||||
<i class="fa fa-bandcamp"></i> Bandcamp
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Photography
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://pixelfed.social/tyrel" target="_blank">
|
|
||||||
<i class="fa fa-pixelfed"></i> Pixelfed
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://www.flickr.com/photos/tyrelsouza" target="_blank">
|
|
||||||
<i class="fa-brands fa-flickr"></i> Flickr
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://www.instagram.com/tyrelsouza/" target="_blank">
|
|
||||||
<i class="fa-brands fa-instagram"></i> Instagram
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Gaming
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://boardgamegeek.com/user/tyrelsouza" target="_blank">
|
|
||||||
<i class="fa-solid fa-dice"></i> Board Game Geek
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://steamcommunity.com/id/tyrels" target="_blank">
|
|
||||||
<i class="fa fa-steam-square"></i> Steam
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="tooltip block">
|
|
||||||
<a class="link" href="#" onclick="copytext('tacidsky','3')" onmouseout="outFunc('3')">
|
|
||||||
<span class="tooltiptext" id="3">Copy to clipboard</span>
|
|
||||||
<i class="fa-brands fa-xbox"></i> Xbox Gamertag
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="tooltip block">
|
|
||||||
<a class="link" href="#" onclick="copytext('SW-1711-7753-4091','4')" onmouseout="outFunc('4')">
|
|
||||||
<span class="tooltiptext" id="4">Copy to clipboard</span>
|
|
||||||
<i class="fa-solid fa-gamepad"></i> Switch Friendcode
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Socials
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://bsky.app/profile/tyrel.dev" target="_blank">
|
|
||||||
<i class="fa-solid fa-cloud"></i> Bluesky
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" rel="me" href="https://mastodon.social/@tyrel" target="_blank">
|
|
||||||
<i class="fa fa-mastodon"></i> Mastodon
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://www.facebook.com/tyrel.souza" target="_blank">
|
|
||||||
<i class="fa-brands fa-facebook"></i> Facebook
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://youtube.com/tacidsky" target="_blank">
|
|
||||||
<i class="fa-brands fa-youtube"></i> YouTube
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://www.goodreads.com/user/show/24381583-tyrel-souza" target="_blank">
|
|
||||||
<i class="fa-brands fa-goodreads"></i> Goodreads
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="http://www.linkedin.com/in/tyrel-souza" target="_blank">
|
|
||||||
<i class="fa-brands fa-linkedin"></i> LinkedIn
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://www.pinterest.com/tyrelsouza/" target="_blank">
|
|
||||||
<i class="fa fa-pinterest"></i> Pinterest
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://www.qrz.com/db/k3tas" target="_blank">
|
|
||||||
<i class="fa-solid fa-radio"></i> QRZ
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://news.ycombinator.com/user?id=tyrel" target="_blank">
|
|
||||||
<i class="fa fa-hacker-news"></i> Hackernews
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://lobste.rs/u/tyrel" target="_blank">
|
|
||||||
<i class="fa-solid fa-loster"></i> Lobsters
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sectionTitle">
|
|
||||||
Misc
|
|
||||||
</div>
|
|
||||||
<div class="links">
|
|
||||||
|
|
||||||
|
|
||||||
<a class="link" href="https://gitea.tyrel.dev/tyrel/rustylinks" target="_blank">
|
|
||||||
<i class="fa-solid fa-code-fork"></i> Fork this project!
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<div class="footer">
|
|
||||||
Last updated: Sat, 14 Oct 2023 18:02:55 +0000
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
<script>
|
|
||||||
|
|
||||||
function copytext(val, linkid) {
|
|
||||||
event.preventDefault();
|
|
||||||
console.log(val);
|
|
||||||
navigator.clipboard.writeText(val);
|
|
||||||
var tooltip = document.getElementById(linkid);
|
|
||||||
tooltip.innerHTML = "Copied: " + val;
|
|
||||||
}
|
|
||||||
|
|
||||||
function outFunc(linkid) {
|
|
||||||
var tooltip = document.getElementById(linkid);
|
|
||||||
tooltip.innerHTML = "Copy to clipboard";
|
|
||||||
}
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</html>
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
@ -1,192 +0,0 @@
|
|||||||
/*
|
|
||||||
Borrowed and modified from https://github.com/alisa-yar/linktree-template/tree/main
|
|
||||||
Thanks, Alisa!
|
|
||||||
|
|
||||||
|
|
||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2022 alisayar
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
|
|
||||||
|
|
||||||
:root {
|
|
||||||
--textColor: #FFFFFF;
|
|
||||||
--font: 'Karla', sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
|
||||||
margin: 0;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
/* migrated to template
|
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('garbage.png');
|
|
||||||
*/
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: cover;
|
|
||||||
background-attachment: fixed;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
font-family: var(--font);
|
|
||||||
color: var(--textColor);
|
|
||||||
text-shadow: 0px 0px 10px black, 0px 0px 5px black, 0px 0px 3px black ;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
height: fit-content;
|
|
||||||
min-height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip {
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip .tooltiptext {
|
|
||||||
visibility: hidden;
|
|
||||||
width: 140px;
|
|
||||||
background-color: #555;
|
|
||||||
color: #fff;
|
|
||||||
text-align: center;
|
|
||||||
border-radius: 6px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 1;
|
|
||||||
bottom: 150%;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -75px;
|
|
||||||
opacity: 0;
|
|
||||||
transition: opacity 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip .tooltiptext::after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 100%;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -5px;
|
|
||||||
border-width: 5px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #555 transparent transparent transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip:hover .tooltiptext {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.description {
|
|
||||||
font-size: 18px;
|
|
||||||
color: var(--textColor);
|
|
||||||
text-align: center;
|
|
||||||
margin: 27px auto;
|
|
||||||
margin-top: 10px;
|
|
||||||
width: 90%;
|
|
||||||
max-width: 500px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
|
||||||
font-size: 16px;
|
|
||||||
color: var(--textColor);
|
|
||||||
font-style: italic;
|
|
||||||
text-align: center;
|
|
||||||
margin: 27px auto;
|
|
||||||
margin-top: 10px;
|
|
||||||
width: 90%;
|
|
||||||
max-width: 500px;
|
|
||||||
padding-bottom: 20px;
|
|
||||||
padding-top: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profilePicture img {
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
margin: 35px auto 20px;
|
|
||||||
border-radius: 50%;
|
|
||||||
object-fit: cover;
|
|
||||||
width: 130px;
|
|
||||||
height: 130px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userName {
|
|
||||||
color: var(--textColor);
|
|
||||||
font-size: 20px;
|
|
||||||
font-weight: bold;
|
|
||||||
line-height: 1.25;
|
|
||||||
display: block;
|
|
||||||
font-family: var(--font);
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sectionTitle {
|
|
||||||
color: var(--textColor);
|
|
||||||
font-size: 20px;
|
|
||||||
font-weight: bold;
|
|
||||||
line-height: 1.25;
|
|
||||||
display: block;
|
|
||||||
font-family: var(--font);
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
margin-bottom: -10px;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
border-bottom: 1px dashed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.links {
|
|
||||||
max-width: 675px;
|
|
||||||
width: auto;
|
|
||||||
display: block;
|
|
||||||
margin: 27px auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.block {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.link {
|
|
||||||
position: relative;
|
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
|
||||||
color: var(--textColor);
|
|
||||||
border: solid var(--textColor) 2px;
|
|
||||||
border-radius: 10px;
|
|
||||||
font-size: 18px;
|
|
||||||
text-align: center;
|
|
||||||
display: block;
|
|
||||||
margin-left: 10px;
|
|
||||||
margin-right: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.link a {
|
|
||||||
position: relative;
|
|
||||||
color: var(--textColor);
|
|
||||||
font-size: 18px;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Loading…
Reference in New Issue
Block a user