mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 03:23:41 +02:00
33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<!-- Victor Westerlund - www.victorwesterlund.com -->
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Victor Westerlund - Search</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Full-stack web developer from Stockholm, Sweden.">
|
|
<link rel="icon" href="assets/img/favicon.png">
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
<link rel="stylesheet" href="assets/css/search.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1><a href="/">victor westerlund</a></h1>
|
|
</header>
|
|
<div id="search">
|
|
<input type="text" placeholder="start typing to search..">
|
|
</div>
|
|
<div id="results">
|
|
<!--<div class="card">
|
|
<div>
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M3 2.75A2.75 2.75 0 0 1 5.75 0h14.5a.75.75 0 0 1 .75.75v20.5a.75.75 0 0 1-.75.75h-6a.75.75 0 0 1 0-1.5h5.25v-4H6A1.5 1.5 0 0 0 4.5 18v.75c0 .716.43 1.334 1.05 1.605a.75.75 0 0 1-.6 1.374A3.25 3.25 0 0 1 3 18.75v-16zM19.5 1.5V15H6c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H19.5z" fill="currentColor"/><path d="M7 18.25a.25.25 0 0 1 .25-.25h5a.25.25 0 0 1 .25.25v5.01a.25.25 0 0 1-.397.201l-2.206-1.604a.25.25 0 0 0-.294 0L7.397 23.46a.25.25 0 0 1-.397-.2v-5.01z" fill="currentColor"/></svg>
|
|
<p>github/​victorwesterlund.com</p>
|
|
</div>
|
|
<p>Lorem ipsum</p>
|
|
<p class="button">read more</p>
|
|
</div>-->
|
|
<p>search results will appear here as you type</p>
|
|
</div>
|
|
<script type="module" src="assets/js/search.js"></script>
|
|
</body>
|
|
</html>
|