Files
heinstrom.com/index.html
Travis Heinstrom 03117344a5 Update index.html
2023-12-12 20:13:13 -05:00

60 lines
2.4 KiB
HTML
Executable File

<!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>Travis Heinström</title>
<meta name="description" content="The website of Travis Heinström" />
<link rel="stylesheet" type="text/css" href="./css/style.css" />
</head>
<body>
<div class="background"></div>
<div class="card">
<figure class="card__figure">
<div class="card__deco card__deco--shine"><div></div></div>
<figcaption>
<h1>
Travis <br />
Heinström
</h1>
<div class="links">
<span>travis@heinstrom.com</span>
<a href="https://www.linkedin.com/in/heinstrom" target="_blank" title="Travis on LinkedIn">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
x="0px"
y="0px"
viewBox="0 0 455 455"
xml:space="preserve"
>
<path
style="fill-rule: evenodd; clip-rule: evenodd"
d="M246.4,204.35v-0.665c-0.136,0.223-0.324,0.446-0.442,0.665H246.4z"
></path>
<path
style="fill-rule: evenodd; clip-rule: evenodd"
d="M0,0v455h455V0H0z M141.522,378.002H74.016V174.906h67.506V378.002z M107.769,147.186h-0.446C84.678,147.186,70,131.585,70,112.085c0-19.928,15.107-35.087,38.211-35.087 c23.109,0,37.31,15.159,37.752,35.087C145.963,131.585,131.32,147.186,107.769,147.186z M385,378.002h-67.524V269.345 c0-27.291-9.756-45.92-34.195-45.92c-18.664,0-29.755,12.543-34.641,24.693c-1.776,4.34-2.24,10.373-2.24,16.459v113.426h-67.537 c0,0,0.905-184.043,0-203.096H246.4v28.779c8.973-13.807,24.986-33.547,60.856-33.547c44.437,0,77.744,29.02,77.744,91.398V378.002 z"
></path>
</svg>
</a>
</div>
</figcaption>
</figure>
</div>
<script src="./js/anime.min.js"></script>
<script src="./js/main.js"></script>
<script>
(function () {
new TiltFx(document.querySelector(".card", {}));
})();
</script>
<script defer data-domain="heinstrom.com" src="https://plausible.nyc.h.rip/js/script.js"></script>
</body>
</html>