-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (46 loc) · 2.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html data-theme="business" lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content=""><title>Portfolio</title><meta name="A collection of things" content="Created with svelte" data-svelte="svelte-5wkkq8">
<link href="/_app/immutable/assets/index-aa18fb24.css" rel="stylesheet">
<link rel="modulepreload" href="/_app/immutable/start-1e9e4e59.js">
<link rel="modulepreload" href="/_app/immutable/chunks/index-59a90ff4.js">
<link rel="modulepreload" href="/_app/immutable/pages/__layout.svelte-526fb6db.js">
<link rel="modulepreload" href="/_app/immutable/pages/index.svelte-7b4bd919.js">
</head>
<body>
<div>
<div class="navbar bg-base-300 text-primary-content"><div class="dropdown flex-none"><button class="btn btn-square btn-ghost"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="inline-block w-5 h-5 stroke-current"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path></svg></button>
<ul tabindex="0" class="menu menu-compact dropdown-content mt-3 p-2 shadow bg-base-100 rounded-box w-52"><li><a href="/posts/summary">Blog</a></li>
<li><a href="/about">Projects</a></li></ul></div>
<div class="flex-1"><a class="btn btn-ghost normal-case text-xl" href="/">Home</a></div>
<div class="flex-none gap-2"><div class="form-control"><input type="text" placeholder="Search" class="input input-bordered"></div></div></div>
<div class="hero min-h-screen bg-base-200"><div class="hero-content flex-col lg:flex-row"><img src="me.jpg" class="max-w-sm rounded-full shadow-2xl" alt="me">
<div><h1 class="text-5xl font-bold">Hello there!</h1>
<p class="py-6">This is a small site I use to showcase passion projects and write about topics that interest me.</p>
<a href="/posts/summary"><button class="btn btn-primary">Blog</button></a>
<a href="/about"><button class="btn btn-primary">Projects</button></a></div></div></div>
<script type="module" data-sveltekit-hydrate="sj9bh5">
import { set_public_env, start } from "/_app/immutable/start-1e9e4e59.js";
set_public_env({});
start({
target: document.querySelector('[data-sveltekit-hydrate="sj9bh5"]').parentNode,
paths: {"base":"","assets":""},
session: {},
route: true,
spa: false,
trailing_slash: "never",
hydrate: {
status: 200,
error: null,
nodes: [0, 3],
params: {},
routeId: ""
}
});
</script></div>
</body>
</html>