Update title and correct linter complaints
This commit is contained in:
parent
c801394771
commit
522e3d9cbc
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + Svelte</title>
|
||||
<title>Dan Kotowski - Web Software Engineer</title>
|
||||
</head>
|
||||
<body class="bg-gray-950 text-white w-screen h-screen">
|
||||
<div id="app"></div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
<Header>Experience</Header>
|
||||
|
||||
<ul
|
||||
role="list"
|
||||
class="mx-auto grid max-w-2xl grid-cols-1 gap-6 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3 lg:gap-8"
|
||||
>
|
||||
<li class="rounded-2xl bg-gray-900 mx-2 px-8 py-10">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<script lang="ts">
|
||||
export let title: string;
|
||||
export let text: string;
|
||||
export let imageUrl: string;
|
||||
export let imageAlt: string;
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue