diff --git a/index.html b/index.html index 7962299..47864da 100644 --- a/index.html +++ b/index.html @@ -72,6 +72,54 @@ text-decoration: underline solid; } + .button { + display: inline-block; + padding: 3px 6px; + font-size: 16px; + text-align: center; + color: white; + background-color: black; + border: 1px solid white; + cursor: pointer; + text-decoration: none; + border-radius: 0; + } + + .shiny { + position: relative; + overflow: hidden; + } + + .shiny::before { + content: ''; + position: absolute; + top: 0; + left: -110%; + width: 110%; + height: 100%; + background: rgba(255, 255, 255, 0.5); + transform: skewX(-30deg); + animation: shine 5s infinite; + animation-delay: 5s; + visibility: hidden; + } + + @keyframes shine { + 0% { + left: -110%; + visibility: hidden; + } + + 10% { + visibility: visible; + left: 110%; + } + + 100% { + left: 110%; + } + } + div.buttons { display: flex; justify-content: center; @@ -120,8 +168,7 @@ 'who are you', 'lorem ipsum dolor sit amet', 'hot garfields in your area', - 'don\'t forget to drink water', - 'do you like hurting other people?', + 'remember to drink water', ]; function setRandomText() { document.querySelector('#quote').textContent = texts[Math.floor(Math.random() * texts.length)]; @@ -129,7 +176,7 @@ document.addEventListener('DOMContentLoaded', setRandomText);
- hello, my name is futile. i am a weird concept from the internet (or a person from europe, depending on who you ask).
i like programming (mostly rust), computers, linux, malicious software like game hacks and malware, and any vehicle whether it drives or flies.
if you want to contact me, email me@futile.eu
+ hello, my name is futile. i am a weird concept from the internet (or a person from europe, depending on who you ask).
i like programming (mostly rust), computers, linux, malicious software like game hacks and malware, and any vehicle whether it drives or flies.
everything i know about the aforementioned things is self-taught. i also speak both english and russian fluently.
if you want to contact me, email me@futile.eu
hire me!