mirror of
https://github.com/uhIgnacio/igna.rocks.git
synced 2024-08-15 02:23:12 +00:00
63 lines
No EOL
2.3 KiB
HTML
63 lines
No EOL
2.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>tixte.gifts - home</title>
|
|
|
|
<meta property="og:title" content="tixte.gifts - home" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="http://tixte.gifts" />
|
|
<meta property="og:image"
|
|
content="https://cdn.discordapp.com/avatars/881376072015417375/a_1cabd6456c44c93f4b651e269a85ad35.gif" />
|
|
<meta property="og:description" content="hiya, i'm igna, an 13yo coder" />
|
|
<meta name="theme-color" content="#FF0000">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
|
|
<link href="assets/js/css/hover-min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="background">
|
|
<img src="assets/bg.png" alt="background image" />
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="inner">
|
|
<h1>Ignacio</h1>
|
|
</br>
|
|
<h2>i like code stuff</h2>
|
|
<div class="row">
|
|
<div class="column">
|
|
<a class="hvr-grow" href="https://discord.com/users/881376072015417375" target="_blank"><img
|
|
src="assets/discord.webp" width="50" height="50"></a>
|
|
</div>
|
|
<div class="column">
|
|
<a class="hvr-grow" href="https://ogusers.com/pgp" target="_blank"><img src="assets/ogusers.webp"
|
|
width="50" height="50"></a>
|
|
</div>
|
|
<div class="column">
|
|
<a class="hvr-grow" href="https://myanimelist.net/profile/_dj" target="_blank"><img
|
|
src="assets/myanimelist.svg" width="50" height="50"></a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<span class="audio" onclick="playAudio()">(Click for audio)</span>
|
|
<audio controls autoplay>
|
|
<source src="assets/soundtrack.mp3" type="audio/mpeg">
|
|
</audio>
|
|
<script>
|
|
function playAudio() { // this speaks for itself ig, just calls the function
|
|
document.querySelector('audio').play()
|
|
}
|
|
</script>
|
|
</body>
|
|
|
|
</html> |