official-site/index.html

37 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Aiquiral - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="line-top"></div>
<div class="main">
<div class="hero">
<div class="left">
<h2>HI, I AM</h2>
<h1>AIQUIRAL</h1>
<p class="tagline">Musician • Designer • Programmer</p>
</div>
<div class="right">
<img src="content/aiquiral.avif" />
</div>
</div>
<div>
<noscript>
<img src="https://a.aiquiral.me/ingress/47abe128-5b2e-4b9b-aaa2-2daf9ce568ed/pixel.gif">
</noscript>
<script defer src="https://a.aiquiral.me/ingress/47abe128-5b2e-4b9b-aaa2-2daf9ce568ed/script.js"></script>
</div>
<div class="buttons">
<a class="button" href="https://blog.aiquiral.me">BLOG</a><a class="button" href="https://portfolio.aiquiral.me">PORTFOLIO</a><a class="button" href="https://aiquiral.me/contact">CONTACT</a>
</div>
</div>
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> <a href="https://git.aiquiral.me">Other Projects</a> <img src="content/inline-logo.svg" style="position:relative;bottom:-3px" width=28 height=32></img> <a href="privacy-policy.html">Privacy Policy</a> <a href="about.html">About</a></p></div>
<div class="line-bottom"></div>
</body>
</html>