OpenGraph

old
Andriy Cherniy 2022-08-11 17:54:41 +03:00
parent dc6f55d028
commit 9b5ebb5183
5 changed files with 28 additions and 4 deletions

View File

@ -4,6 +4,15 @@
import Transition from '$lib/components/Transition.svelte';
</script>
<svelte:head>
<meta property="og:site_name" content="m0e.space" />
<meta property="og:image" content="/favicon.png" />
<meta
property="og:description"
content="We are tech cuties from Ukraine, who loves Open Source Software and hating russians"
/>
</svelte:head>
<main
class="w-full md:w-8/12 lg:w-6/12 md:rounded-4xl md:min-h-0 min-h-full flex flex-col pb-8 gap-12"
>

View File

@ -3,6 +3,11 @@
import Text from '$lib/components/Text.svelte';
</script>
<svelte:head>
<title>m0e.space | About</title>
<meta property="og:title" content="About us" />
</svelte:head>
<h1 class="text-3xl font-title text-white font-normal text-left ml-8 -mt-6 mb-2" id="title">
About us
</h1>

View File

@ -1,10 +1,13 @@
<script lang="ts">
//@ts-ignore
import Project from '$lib/components/Project.svelte';
//@ts-ignore
import projects from '$lib/data/hosted.json';
</script>
<svelte:head>
<title>m0e.space | Hosted</title>
<meta property="og:title" content="Hosted Services" />
</svelte:head>
<h1 class="text-3xl font-title text-white font-normal text-left ml-8 -mt-6 mb-2" id="title">
Hosted
</h1>

View File

@ -1,4 +1,8 @@
<!-- <img class="h-38 w-full md:rounded-t-4xl" src="anime1.png" alt="anime girl 1" /> -->
<svelte:head>
<title>m0e.space | Main Page</title>
<meta property="og:title" content="Main Page" />
</svelte:head>
<h1 class="text-5xl text-center m-4 font-title text-white font-normal" id="title">m0e.space</h1>

View File

@ -1,10 +1,13 @@
<script lang="ts">
//@ts-ignore
import Project from '$lib/components/Project.svelte';
//@ts-ignore
import projects from '$lib/data/projects.json';
</script>
<svelte:head>
<title>m0e.space | Projects</title>
<meta property="og:title" content="Projects" />
</svelte:head>
<h1 class="text-3xl font-title text-white font-normal text-left ml-8 -mt-6 mb-2" id="title">
Projects
</h1>