Добавил Itch.Io Женька, Добавил абзац про наши проекты игровых серверов
This commit is contained in:
parent
56d60d3b6d
commit
7278d9baa6
1 changed files with 11 additions and 44 deletions
|
@ -1,34 +1,7 @@
|
|||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
import SocialButton from '$lib/components/SocialButton.svelte';
|
||||
import SocialHyperlink from '$lib/components/SocialHyperlink.svelte';
|
||||
// import { BlogAsNews, NewsAsNews, type NewsEntry } from '$lib/types/News';
|
||||
// import NewsCard from '$lib/components/NewsCard.svelte';
|
||||
import { PUBLIC_TS_DISCORD } from '$env/static/public';
|
||||
|
||||
// let posts: NewsEntry[] = [];
|
||||
// onMount(() => {
|
||||
// FetchNewsAsync()
|
||||
// .then((res) => {
|
||||
// // Fetch news posts.
|
||||
// if (res == null) {
|
||||
// console.log('Failed to fetch sbox.game news posts');
|
||||
// return;
|
||||
// }
|
||||
// posts = res.map((n) => NewsAsNews(n));
|
||||
// })
|
||||
// .then(async () => {
|
||||
// // Get blog posts.
|
||||
// const response = await fetch(`/api/posts`);
|
||||
// const blogPosts: App.BlogPost[] = (await response.json()).filter(
|
||||
// (post: App.BlogPost) => post.published ?? true
|
||||
// );
|
||||
// const blogs = blogPosts.map((b) => BlogAsNews(b));
|
||||
// posts = [...posts, ...blogs];
|
||||
// posts = posts.slice(0, 3);
|
||||
// posts = posts.sort((a, b) => (b.date as any) - (a.date as any));
|
||||
// });
|
||||
// });
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
@ -122,21 +95,6 @@
|
|||
</div>
|
||||
</section>
|
||||
<section class="flex justify-center bg-slate-50 text-slate-950">
|
||||
<!-- {#if posts}
|
||||
<div class="mb-20 flex justify-center px-2 pt-8 text-center">
|
||||
<p class="text-sm font-bold text-white text-shadow sm:text-2xl md:w-1/2">
|
||||
Latest Small Fish fishy news!
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="mb-20 flex w-full flex-row flex-wrap items-center justify-center gap-10 px-5 md:px-20"
|
||||
>
|
||||
{#each posts as post, i}
|
||||
<NewsCard {post} class="w-[30rem]" />
|
||||
{/each}
|
||||
</div>
|
||||
{/if} -->
|
||||
<div
|
||||
class="flex w-5xl max-w-screen flex-col flex-nowrap gap-12 p-2 px-2 pt-12 pb-12 text-base sm:text-xl"
|
||||
>
|
||||
|
@ -159,8 +117,10 @@
|
|||
<div class="text-justify">
|
||||
Наша главная страсть — это, конечно, видеоигры. Мы часто участвуем в так называемых
|
||||
"гейм джемах" — конкурсах на разработку игр. Наши игры вы можете оценить здесь:
|
||||
<SocialHyperlink customIcon="simple-icons:itchdotio" href="https://randomtrash.itch.io">Наш Itch.IO</SocialHyperlink>. Также мы
|
||||
ведём работу над нашим первым полноценным игровым проектом. Следите за новостями в нашем
|
||||
<SocialHyperlink customIcon="simple-icons:itchdotio" href="https://randomtrash.itch.io">RandomTrash</SocialHyperlink>
|
||||
<SocialHyperlink customIcon="simple-icons:itchdotio" href="https://friendlywithmeat.itch.io/">FriendlyWithMeat</SocialHyperlink>.
|
||||
Также мы ведём работу над нашим первым полноценным игровым проектом.
|
||||
Следите за новостями в нашем
|
||||
<SocialHyperlink href={PUBLIC_TS_DISCORD}>сообществе</SocialHyperlink>!
|
||||
</div>
|
||||
<br />
|
||||
|
@ -171,6 +131,13 @@
|
|||
<SocialHyperlink href="https://gamebanana.com/members/2971042">kemist</SocialHyperlink>
|
||||
</div>
|
||||
<br />
|
||||
<div class="text-justify">
|
||||
Мы размещаем игровые сервера, как постоянные, так и временные для различных событий.
|
||||
Например, у нас есть сервер
|
||||
<SocialHyperlink href="https://hl.teasanctuary.ru">Tea Sanctuary HLDM</SocialHyperlink>, где
|
||||
вы можете ознакомиться с новыми картами от всего сообщества Half-Life.
|
||||
</div>
|
||||
<br />
|
||||
<div class="text-justify">
|
||||
Не одними играми едины, за нашими плечами есть несколько прикладных программ, созданных под
|
||||
заказ. Про них ничего особо рассказать не можем, но если вам надо что-нибудь сделать —
|
||||
|
|
Loading…
Add table
Reference in a new issue