wip: add gif

This commit is contained in:
Victor Westerlund 2022-03-16 21:44:34 +01:00
parent 7ce5ceea9e
commit b3a577d6de
3 changed files with 19 additions and 10 deletions

View file

@ -0,0 +1,16 @@
html,
body {
height: 100%;
margin: 0;
background-color: blue;
display: grid;
align-content: center;
justify-content: center;
user-select: none;
}
img {
width: clamp(20px, 50vh, 80vw);
image-rendering: pixelated;
pointer-events: none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

View file

@ -5,7 +5,7 @@
<title>Victor Westerlund</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Full-stack web developer from Stockholm, Sweden.">
<meta name="theme-color" content="#000000">
<meta name="theme-color" content="#0000FF">
<meta property='og:title' content='Victor Westerlund'>
<meta property='og:image' content='//victorwesterlund.com/assets/media/banner.jpg'>
<meta property='og:description' content='Full-stack web developer from Stockholm, Sweden.'>
@ -13,16 +13,9 @@
<link rel="icon" href="/assets/media/favicon-dark.png" media="(prefers-color-scheme:no-preference)">
<link rel="icon" href="/assets/media/favicon-dark.png" media="(prefers-color-scheme:light)">
<link rel="icon" href="/assets/media/favicon-light.png" media="(prefers-color-scheme:dark)">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="assets/css/wrongplace.css">
</head>
<body>
<div>
<div id="intro">
<h1>there is nothing here</h1>
<p>and that's all I know</p>
<a href="/">take me home -></a>
</div>
</div>
<script type="module" src="/assets/js/script.mjs"></script>
<img src="assets/media/wrongplace.gif"/>
</body>
</html>