41 lines
1.0 KiB
HTML
Executable File
41 lines
1.0 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="" />
|
|
<!-- Needs Favicon -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/style.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="background"></div>
|
|
|
|
<main>
|
|
<section class="content">
|
|
<div class="card">
|
|
<figure class="card__figure">
|
|
<div class="card__deco card__deco--shine"><div></div></div>
|
|
<figcaption>
|
|
<h1>Travis <br/> Heinström</h1>
|
|
<p>Things Here<br/>Things Here - Things here</p>
|
|
</figcaption>
|
|
</figure>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
|
|
<script src="./js/anime.min.js"></script>
|
|
<script src="./js/main.js"></script>
|
|
<script>
|
|
(function() {
|
|
new TiltFx(document.querySelector('.card', {}))
|
|
})()
|
|
</script>
|
|
</body>
|
|
</html> |