Skip to content

Commit

Permalink
Feat/makers innovation award (#106)
Browse files Browse the repository at this point in the history
* feat: sticky news slider card

* fix: layout

* feat: award page

* feat: award page

* fix: gitignore

* fix: card link

* fix: image link

* fix: path

* feat: ukrainian award page

* fix: ua language fixes

* fix: ua timeline

* fix: button placement

* fix: texts
  • Loading branch information
pReya authored Dec 15, 2023
1 parent 9afd548 commit 7bfbb38
Show file tree
Hide file tree
Showing 51 changed files with 627 additions and 75 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ pnpm-debug.log*
.interventionshash
.newshash
fetchNews.json
fetchPoi.json
fetchPoi.json

.astro
24 changes: 21 additions & 3 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,28 @@
font-family: "Inter";
font-style: normal;
font-weight: 400;
src: url("/fonts/inter-v12-latin_cyrillic-regular.woff2") format("woff2");
src: url("/fonts/inter-v13-cyrillic_latin-regular.woff2") format("woff2");
}

@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 500;
src: url("/fonts/inter-v12-latin_cyrillic-500.woff2") format("woff2");
src: url("/fonts/inter-v13-cyrillic_latin-500.woff2") format("woff2");
}

@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 600;
src: url("/fonts/inter-v13-cyrillic_latin-600.woff2") format("woff2");
}

@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 700;
src: url("/fonts/inter-v12-latin_cyrillic-700.woff2") format("woff2");
src: url("/fonts/inter-v13-cyrillic_latin-700.woff2") format("woff2");
}

@font-face {
Expand Down Expand Up @@ -80,6 +87,11 @@
@apply font-bold text-3xl text-neutral-800 my-4;
}

.custom-prose h3 {
@apply font-semibold text-2xl text-neutral-800 my-4;
}


.container-width {
@apply max-w-[1440px] w-full lg:w-[84.4%] px-[4%] lg:px-8 mx-auto;
}
Expand All @@ -96,6 +108,12 @@
mask-image: linear-gradient(to bottom, transparent 40%, black 70%);
}

.mask-illustration-4 {
mask-image: url('/tolocar_illustration_4_wide.svg');
mask-position: 25px -150px;
mask-size: 100%;
}

.icon {
@apply hidden ml-2 bg-link w-6 h-6 bg-contain bg-no-repeat;
}
Expand Down
3 changes: 3 additions & 0 deletions public/bulb-cog-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/bulb-cog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/fonts/inter-v12-latin_cyrillic-500.woff2
Binary file not shown.
Binary file removed public/fonts/inter-v12-latin_cyrillic-700.woff2
Binary file not shown.
Binary file removed public/fonts/inter-v12-latin_cyrillic-regular.woff2
Binary file not shown.
Binary file not shown.
Binary file added public/fonts/inter-v13-cyrillic_latin-600.woff2
Binary file not shown.
Binary file added public/fonts/inter-v13-cyrillic_latin-700.woff2
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 7bfbb38

Please sign in to comment.