diff --git a/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-cyrillic-ext.woff2 b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-cyrillic-ext.woff2 new file mode 100644 index 0000000..8308fef Binary files /dev/null and b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-cyrillic-ext.woff2 differ diff --git a/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-cyrillic.woff2 b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-cyrillic.woff2 new file mode 100644 index 0000000..2fb4a0c Binary files /dev/null and b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-cyrillic.woff2 differ diff --git a/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-latin-ext.woff2 b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-latin-ext.woff2 new file mode 100644 index 0000000..3748546 Binary files /dev/null and b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-latin-ext.woff2 differ diff --git a/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-latin.woff2 b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-latin.woff2 new file mode 100644 index 0000000..e10478f Binary files /dev/null and b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-latin.woff2 differ diff --git a/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-vietnamese.woff2 b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-vietnamese.woff2 new file mode 100644 index 0000000..900cba6 Binary files /dev/null and b/-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-vietnamese.woff2 differ diff --git a/-/ui.fifthtry.com/assets/auto-mode-dark.svg b/-/ui.fifthtry.com/assets/auto-mode-dark.svg new file mode 100644 index 0000000..ba03771 --- /dev/null +++ b/-/ui.fifthtry.com/assets/auto-mode-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/-/ui.fifthtry.com/assets/auto-mode.svg b/-/ui.fifthtry.com/assets/auto-mode.svg new file mode 100644 index 0000000..8603de3 --- /dev/null +++ b/-/ui.fifthtry.com/assets/auto-mode.svg @@ -0,0 +1,3 @@ + + + diff --git a/-/ui.fifthtry.com/assets/dark-mode-dark.svg b/-/ui.fifthtry.com/assets/dark-mode-dark.svg new file mode 100644 index 0000000..3ee10b6 --- /dev/null +++ b/-/ui.fifthtry.com/assets/dark-mode-dark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/-/ui.fifthtry.com/assets/light-mode-dark.svg b/-/ui.fifthtry.com/assets/light-mode-dark.svg new file mode 100644 index 0000000..40f8edc --- /dev/null +++ b/-/ui.fifthtry.com/assets/light-mode-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/-/ui.fifthtry.com/assets/light-mode.svg b/-/ui.fifthtry.com/assets/light-mode.svg new file mode 100644 index 0000000..22606c2 --- /dev/null +++ b/-/ui.fifthtry.com/assets/light-mode.svg @@ -0,0 +1,3 @@ + + + diff --git a/-/ui.fifthtry.com/assets/logo-dark.svg b/-/ui.fifthtry.com/assets/logo-dark.svg new file mode 100644 index 0000000..c9b276c --- /dev/null +++ b/-/ui.fifthtry.com/assets/logo-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/-/ui.fifthtry.com/assets/logo.svg b/-/ui.fifthtry.com/assets/logo.svg new file mode 100644 index 0000000..47ae8db --- /dev/null +++ b/-/ui.fifthtry.com/assets/logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/FASTN.ftd b/FASTN.ftd index ca0ae27..42b966b 100644 --- a/FASTN.ftd +++ b/FASTN.ftd @@ -3,8 +3,10 @@ -- fastn.package: fifthtry.github.io/easy-contest favicon: /favicon.ico +-- fastn.dependency: ui.fifthtry.com -- fastn.dependency: fastn-community.github.io/dark-flame-cs -- fastn.dependency: fastn-community.github.io/midnight-storm-typography +-- fastn.dependency: fastn-community.github.io/doc-site -- fastn.dependency: fastn-community.github.io/design-system provided-via: fifthtry.github.io/easy-contest/ds diff --git a/components/header.ftd b/components/header.ftd new file mode 100644 index 0000000..11622e5 --- /dev/null +++ b/components/header.ftd @@ -0,0 +1,40 @@ +-- import: ui.fifthtry.com/components/dark-mode-toggle +-- import: ui.fifthtry.com/site-data + +-- component header: +module site-data: site-data +ds.gap margin: $ds.spaces.vertical-gap.zero +boolean theme-toggle: true + +-- ds.section-column: +margin: $ds.spaces.vertical-gap.zero +inset: $ds.spaces.inset-wide.medium + + -- ds.row: + inset: $ds.spaces.inset-tall.zero-small + spacing: $ds.spaces.horizontal-gap.space-between + border: $ds.borders.bottom.small + radius: $ds.radius.zero + + -- ftd.image: + src: $header.site-data.logo + link: $header.site-data.homepage + + -- ds.row: + width: hug-content + spacing: $ds.spaces.horizontal-gap.medium + + -- ds.copy-regular: Rules + link: /rules/ + + -- dark-mode-toggle.dark-mode-toggle: + if: { header.theme-toggle } + + -- end: ds.row + + -- end: ds.row + +-- end: ds.section-column + +-- end: header + diff --git a/components/header/index.html b/components/header/index.html new file mode 100644 index 0000000..fd6da45 --- /dev/null +++ b/components/header/index.html @@ -0,0 +1,2757 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/ds.ftd b/ds.ftd index 9367032..7ae263c 100644 --- a/ds.ftd +++ b/ds.ftd @@ -3,6 +3,9 @@ export: borders, button, icon-button, primary-button, secondary-button, circle-text-button, phosphor-icon-button, inline-row, footer-link, copyright-text, page-widths, header-link, page, heading-hero, heading-large, heading-medium, heading-small, heading-tiny, copy-large, copy-regular, copy-small, fine-print, source-code, link, section-row, section-column, column, element-radius, radius, row, flush, gap, hv, spaces, border-data, border-bottom, alert, container, text-input, danger-button, checkbox, link-button, floater, copy-to-clipboard-text, copy-to-clipboard-icon, label-text, package-info exposing: page-widths +-- import: fastn-community.github.io/doc-site +export: markdown + -- page-widths widths: regular.px: 1140 diff --git a/ds/index.html b/ds/index.html index a041b4c..fd6da45 100644 --- a/ds/index.html +++ b/ds/index.html @@ -347,6 +347,10 @@ + + + + @font-face { unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-style: normal; font-weight: 100; @@ -765,6 +769,37 @@ src: url(-/fastn-community.github.io/lato-font/static/Lato-900-normal-latin.woff2) format('woff2'); font-family: fastn-community-github-io-lato-font-Lato } +@font-face { unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +font-style: normal; +font-weight: 400; +src: url(-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-cyrillic-ext.woff2) format('woff2'); +font-family: fastn-community-github-io-lobster-font-Lobster } +@font-face { unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +font-style: normal; +font-weight: 400; +src: url(-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-cyrillic.woff2) format('woff2'); +font-family: fastn-community-github-io-lobster-font-Lobster } +@font-face { unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; +font-style: normal; +font-weight: 400; +src: url(-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-vietnamese.woff2) format('woff2'); +font-family: fastn-community-github-io-lobster-font-Lobster } +@font-face { unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +font-style: normal; +font-weight: 400; +src: url(-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-latin-ext.woff2) format('woff2'); +font-family: fastn-community-github-io-lobster-font-Lobster } +@font-face { unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +font-style: normal; +font-weight: 400; +src: url(-/fastn-community.github.io/lobster-font/static/Lobster-400-normal-latin.woff2) format('woff2'); +font-family: fastn-community-github-io-lobster-font-Lobster } + + + + + + @font-face { unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-style: italic; @@ -1346,6 +1381,8 @@ + + @font-face { unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-style: italic; font-weight: 100; @@ -2344,6 +2381,7 @@ + @font-face { unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; font-style: normal; font-weight: 100; @@ -2662,6 +2700,7 @@ + + + + + + + + + + + + + + +
+ + diff --git a/pages/rules.ftd b/pages/rules.ftd new file mode 100644 index 0000000..0dcae7f --- /dev/null +++ b/pages/rules.ftd @@ -0,0 +1,22 @@ +-- import: fifthtry.github.io/easy-contest/components/header as h + +-- component page: +caption page-title: Rules | Easy Contest + +-- ds.page: $page.page-title + +-- h.header: + +-- ds.section-column: + +-- ds.markdown: + +Could be a section in the main page itself? depends on the final content we end up with + +A place for Nandhini to write content related to the 100 domains contest + +-- end: ds.section-column + +-- end: ds.page + +-- end: page diff --git a/pages/rules/index.html b/pages/rules/index.html new file mode 100644 index 0000000..fd6da45 --- /dev/null +++ b/pages/rules/index.html @@ -0,0 +1,2757 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/rules.ftd b/rules.ftd new file mode 100644 index 0000000..dffa906 --- /dev/null +++ b/rules.ftd @@ -0,0 +1,3 @@ +-- import: fifthtry.github.io/easy-contest/pages/rules + +-- rules.page: Rules | 100 domains contest diff --git a/rules/index.html b/rules/index.html new file mode 100644 index 0000000..e802656 --- /dev/null +++ b/rules/index.html @@ -0,0 +1,5766 @@ + + + + + + + + + + + + + + + + + + + + + + + +

Could be a section in the main page itself? depends on the final content we end up with

+A place for Nandhini to write content related to the 100 domains contest
+ +