Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Sep 16, 2024
1 parent 085847d commit f256d05
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 28 deletions.
6 changes: 3 additions & 3 deletions src/images/g1592.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/partials/Albums.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<section>
<div class="max-w-6xl mx-auto px-4 sm:px-6">
<div class="pt-12 md:pt-20">
<div class="pt-12 md:pt-20 pb-4 md:pb-6">

<div
class="relative before:absolute before:inset-0 before:-translate-x-full before:z-20 before:bg-gradient-to-l before:from-transparent before:to-neutral-950 before:to-20% after:absolute after:inset-0 after:translate-x-full after:z-20 after:bg-gradient-to-r after:from-transparent after:to-neutral-950 after:to-20%">
Expand Down
8 changes: 1 addition & 7 deletions src/partials/Features.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="absolute inset-0 -z-10 -mx-28 rounded-t-[3rem] pointer-events-none overflow-hidden"
aria-hidden="true">
<div class="absolute left-1/2 -translate-x-1/2 top-0 -z-10">
<img :src="CompressedGlowTop" class="max-w-none" width="1404" height="658" alt="Features Illustration">
<img src="../images/glow-top.svg" class="max-w-none" width="1404" height="658" alt="Features Illustration">
</div>
</div>

Expand Down Expand Up @@ -700,18 +700,12 @@ import {ref} from 'vue'
import Particles from './Particles.vue'
import Highlighter from "./Highlighter.vue";
import HighlighterItem from "./HighlighterItem.vue";
import CompressedGlowTop from '../images/glow-top.svg?format=webp';
export default {
name: 'Features',
components: {
HighlighterItem, Highlighter,
Particles
},
data() {
return {
CompressedGlowTop,
};
},
}
</script>
10 changes: 6 additions & 4 deletions src/partials/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="mb-4 sm:mb-0">
<div class="mb-4 flex items-center justify-center md:justify-normal">
<a class="block mr-2" href="/" aria-label="Localzet">
<img class="mx-auto md:mx-0" :src="CompressedLogo" width="66" height="58" alt="Хакатон">
<img class="mx-auto md:mx-0" src="../images/logo.svg" width="66" height="58" alt="Хакатон">
</a>
<a class="block ml-2" href="https://minobr.donland.ru/" aria-label="Министерство образования РО">
<img class="mx-auto md:mx-0 hidden lg:block" :src="CompressedMinistryEducationFull" width="177"
Expand Down Expand Up @@ -53,6 +53,10 @@
<a class="text-neutral-400 hover:text-neutral-200 transition duration-150 ease-in-out"
href="https://go.localzet.com/hack-archive">Архив кейсов</a>
</li>
<li>
<a class="text-neutral-400 hover:text-neutral-200 transition duration-150 ease-in-out"
href="https://go.localzet.com/hack-doc">Положение</a>
</li>
</ul>
</div>

Expand All @@ -69,7 +73,7 @@
</li>
<li>
<a class="text-neutral-400 hover:text-neutral-200 transition duration-150 ease-in-out"
href="https://t.me/hackathon_chat">Общий чат</a>
href="https://t.me/addlist/cFS0PrEQxiVjOGEx">Общие чаты</a>
</li>
</ul>
</div>
Expand All @@ -80,7 +84,6 @@
</template>

<script>
import CompressedLogo from '../images/logo.svg?w=66&h=58&format=webp';
import CompressedMinistryEducationFull from '../images/organizators/ministry-education-full.svg?w=177&h=58&format=webp';
import CompressedMinistryEducation from '../images/organizators/ministry-education.svg?w=53&h=58&format=webp';
import CompressedRostovRegion from '../images/organizators/rostov-region.svg?w=58&h=58&format=webp';
Expand All @@ -92,7 +95,6 @@ export default {
name: 'Footer',
data() {
return {
CompressedLogo,
CompressedMinistryEducationFull,
CompressedMinistryEducation,
CompressedRostovRegion,
Expand Down
4 changes: 1 addition & 3 deletions src/partials/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="shrink-0 sm:mr-4 flex items-center">
<!-- Logo -->
<a class="block my-3 mr-1 sm:mr-2" href="/" aria-label="Хакатон">
<img class="max-h-10 md:max-h-14 max-w-10 md:max-w-none" :src="CompressedLogo" width="66" height="58"
<img class="max-h-10 md:max-h-14 max-w-10 md:max-w-none" src="../images/logo.svg" width="66" height="58"
alt="Хакатон">
</a>
<a class="block my-3 ml-1 sm:mx-2" href="https://minobr.donland.ru/" aria-label="Министерство образования РО">
Expand Down Expand Up @@ -67,7 +67,6 @@
</template>

<script>
import CompressedLogo from '../images/logo.svg?w=66&h=58&format=webp';
import CompressedMinistryEducationFull from '../images/organizators/ministry-education-full.svg?w=177&h=58&format=webp';
import CompressedMinistryEducation from '../images/organizators/ministry-education.svg?w=53&h=58&format=webp';
import CompressedRostovRegion from '../images/organizators/rostov-region.svg?w=58&h=58&format=webp';
Expand All @@ -79,7 +78,6 @@ export default {
name: 'Header',
data() {
return {
CompressedLogo,
CompressedMinistryEducationFull,
CompressedMinistryEducation,
CompressedRostovRegion,
Expand Down
2 changes: 1 addition & 1 deletion src/partials/Partners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
grabCursor: true,
loop: true,
centeredSlides: true,
initialSlide: 0,
initialSlide: 8,
spaceBetween: 64,
speed: 10000,
autoplay: {
Expand Down
10 changes: 1 addition & 9 deletions src/partials/Volunteers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="max-w-6xl mx-auto px-4 sm:px-6">
<div class="max-w-4xl mx-auto text-center">
<img :src="CompressedImage" class="my-4 w-full" alt="">
<img src="../images/g1592.svg" class="my-4 w-full" alt="">
</div>

<div class="max-w-3xl mx-auto text-center pb-12 md:pb-20 pt-6 md:pt-10">
Expand All @@ -35,15 +35,7 @@
</template>

<script>
import CompressedImage from "../images/g1592.svg?h=400&format=webp";
export default {
name: 'Volunteers',
data() {
return {
CompressedImage,
};
}
}
</script>

0 comments on commit f256d05

Please sign in to comment.