site_sfner/content/sobre.md

68 lines
2.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Sobre
description: " " # non-breaking space, \u00A0
featured_image: /img/youtube_channel_art_background.jpg
---
<img src="/img/photoaf_900.jpg" class="coverfloat 3by4img smoothedges">
Graduado em Sistemas de Informação desde 2018, programação é uma de minhas paixões.
Tento trazer algo original e apresentável que una todos os conhecimentos que tenho até então para fazer alguma diferença que melhore a vida das pessoas.
## Principais trabalhos
Por estar na Furry Fandom desde 2015, esta veio direcionando alguns projetos.
Dentre eles, se destacam dois aplicativos Android para convenções, um para a [Brasil FurFest](https://play.google.com/store/apps/details?id=com.adlerosn.brasilfurfest) e outro para a [Megaplex](https://play.google.com/store/apps/details?id=app.furmeet.events.megaplex).
## Contato
Mande email para <span class="scrambledEmail">109, 111, 99, 46, 114, 101, 110, 102, 115, 64, 111, 116, 97, 116, 110, 111, 99</span> e responderei assim que possível.
### Através de Redes Sociais
- [Telegram](https://t.me/Sfner)
- [Twitter](https://twitter.com/SfnerDragon)
- [YouTube](https://www.youtube.com/Sfner)
- [FurAffinity](https://www.furaffinity.net/user/sfner/)
- [Twitch](https://www.twitch.tv/Sfner)
- [Facebook](https://www.facebook.com/SfnerDragon)
- [Steam](https://steamcommunity.com/id/thedelett)
- [Discord](https://discordapp.com/users/95673650367176704)
- [Osu!](https://osu.ppy.sh/users/4419131)
- [PSN](https://my.playstation.com/profile/delett-)
<style>
.pb3-m.pb6-l {
padding-bottom: 2rem;
}
img.coverfloat {
object-fit: cover;
object-position: center;
display: inline;
float: right;
width: 50%;
}
.smoothedges {
border-radius: 0.4rem;
}
</style>
<script>
function keepImage3by4() {
setTimeout(keepImage3by4, 100);
for (var imgElement of Array.from(document.getElementsByClassName('3by4img'))) {
imgElement.height = imgElement.width*0.75;
}
}
setTimeout(keepImage3by4, 10);
keepImage3by4();
var scrambleEMail = (email) => Array.from(email).map(x=>x.charCodeAt(0)).reverse().join(', ');
function unscrambleEMail(){
setTimeout(unscrambleEMail, 100);
for (var emailElement of Array.from(document.getElementsByClassName('scrambledEmail'))) {
var mail = emailElement.innerText.split(',').map(x=>parseInt(x.trim())).map(x=>String.fromCharCode(x)).reverse().join('');
emailElement.outerHTML = `<a href="mailto:${mail}">${mail}</a>`
}
}
setTimeout(unscrambleEMail, 10);
unscrambleEMail();
</script>