Блоги #1
3 changed files with 18 additions and 18 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import SocialButton from '$lib/components/SocialButton.svelte';
|
import WarningBlock from '$lib/components/WarningBlock.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section
|
<section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
|
||||||
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
|
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
|
||||||
>
|
>
|
||||||
|
|
@ -16,6 +14,8 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import "$src/app.css";
|
@import '$src/app.css';
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import SocialButton from '$lib/components/SocialButton.svelte';
|
import WarningBlock from '$lib/components/WarningBlock.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section
|
<section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
|
||||||
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
|
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
|
||||||
>
|
>
|
||||||
|
|
@ -16,6 +14,8 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import "$src/app.css";
|
@import '$src/app.css';
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import SocialButton from '$lib/components/SocialButton.svelte';
|
import WarningBlock from '$lib/components/WarningBlock.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section
|
<section class="hero flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4">
|
||||||
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero"
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
|
class="flex flex-col flex-nowrap items-center justify-center gap-3 lg:flex-row lg:flex-nowrap"
|
||||||
>
|
>
|
||||||
|
|
@ -16,6 +14,8 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import "$src/app.css";
|
@import '$src/app.css';
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue