Files
ski/template.html
Aaron Gutierrez d96d63da8e Improvements
- Use Picture component for focus view
	- remove hover animation
	- bigger rows
	- avoid dangling, too-tall images
	- update node modules
2022-01-19 18:32:40 -07:00

22 lines
960 B
HTML
Raw Permalink 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 lang="en-US">
<head>
<title>Skiing Aaron Gutierrez</title>
<link rel="stylesheet" href="{0}">
<meta charshet="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Aaron's Ski Pictures">
<meta property="og:description" content="Mostly ski pictures, mostly in the backcountry.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ski.aarongutierrez.com">
<meta property="og:image" content="https://ski.aarongutierrez.com/img/1600/112873ef54777a15bd9e5cd03362d5a5.jpg">
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1600">
<meta property="og:image:height" content="1067">
</head>
<body>
<div id="mount"><noscript>I don't like javascript, either.</noscript></div>
<script type="text/javascript" src="{1}"></script>
</body>
</html>