-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
68 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,7 @@ | ||
<script lang="ts"> | ||
import { | ||
WebsiteName, | ||
WebsiteBaseUrl, | ||
WebsiteDescription, | ||
} from "./../../config" | ||
const ldJson = { | ||
"@context": "https://schema.org", | ||
"@type": "WebSite", | ||
name: WebsiteName, | ||
url: WebsiteBaseUrl, | ||
} | ||
const jsonldScript = `<script type="application/ld+json">${ | ||
JSON.stringify(ldJson) + "<" | ||
}/script>` | ||
</script> | ||
|
||
<svelte:head> | ||
<title>{WebsiteName}</title> | ||
<meta name="description" content={WebsiteDescription} /> | ||
<!-- eslint-disable-next-line svelte/no-at-html-tags --> | ||
{@html jsonldScript} | ||
<title>Kiln Studio</title> | ||
<meta name="description" content="The open source ML product platform" /> | ||
</svelte:head> | ||
|
||
<div class="hero min-h-[60vh]"> | ||
<div class="hero-content text-center py-12"> | ||
<div class="max-w-xl"> | ||
<div | ||
class="text-xl md:text-3xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-primary to-accent mb-4 md:mb-8" | ||
> | ||
Kiln Studio | ||
</div> | ||
|
||
<div | ||
class="text-4xl md:text-6xl font-bold px-2" | ||
style="line-height: 1.2;" | ||
> | ||
The | ||
<span | ||
class="underline decoration-secondary decoration-4 md:decoration-[6px]" | ||
>open source</span | ||
> | ||
<span> ML product platform</span> | ||
</div> | ||
<div class="mt-16 md:mt-6"> | ||
<a href="https://github.com/kiln-ai"> | ||
<button class="btn btn-primary px-6">★ US ON GITHUB</button> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters