generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from FifthTry/rules
updated content
- Loading branch information
Showing
2 changed files
with
160 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,174 @@ | ||
-- import: fifthtry.github.io/easy-contest/components/header as h | ||
|
||
-- component page: | ||
caption page-title: Rules | Easy Contest | ||
caption page-title: Rules | Free Domain Contest | ||
|
||
-- ds.page: $page.page-title | ||
|
||
-- h.header: | ||
|
||
-- ds.section-column: | ||
margin: $ds.spaces.vertical-gap.extra-extra-large | ||
align-content: top-left | ||
|
||
-- ds.markdown: | ||
-- ds.heading-large: Build Your Website on FifthTry and Win a Free Domain | ||
align: center | ||
|
||
Could be a section in the main page itself? depends on the final content we end up with | ||
-- ds.column: | ||
spacing: $ds.spaces.vertical-gap.extra-large | ||
|
||
A place for Nandhini to write content related to the 100 domains contest | ||
-- ds.row: | ||
spacing: $ds.spaces.horizontal-gap.extra-large | ||
align-content: center | ||
|
||
-- ds.label-text: Start Date: | ||
value: TBD | ||
placement: horizontal | ||
|
||
-- ds.label-text: End Date: | ||
value: TBD | ||
placement: horizontal | ||
align-content: right | ||
|
||
-- end: ds.row | ||
|
||
-- ds.column: | ||
spacing: $ds.spaces.vertical-gap.extra-extra-large | ||
|
||
-- ds.container: | ||
inset: $ds.spaces.inset-square.large | ||
background.solid: $ds.colors.background.step-2 | ||
width: fill-container | ||
radius: $ds.radius.medium | ||
|
||
-- ds.column: | ||
|
||
-- ds.heading-small: About the Contest | ||
color: $ds.colors.text-strong | ||
align: left | ||
|
||
-- ds.copy-large: | ||
|
||
Remember fastn, our | ||
open-source programming language for web development? Well, now | ||
it's joined by our hosting solution and editor, all live on | ||
[fifthtry.com](https://www.fifthtry.com/). And, thanks to our | ||
latest [design system package](https://github.com/fastn-community/design-system/), | ||
we have made it easier than ever to build a custom website with fastn. To share this | ||
excitement with you, we're kicking off a contest to give you a | ||
shot at winning a free domain for your website. | ||
|
||
-- end: ds.column | ||
|
||
-- end: ds.container | ||
|
||
-- end: ds.column | ||
|
||
-- ds.column: | ||
|
||
-- ds.container: | ||
inset: $ds.spaces.inset-square.large | ||
background.solid: $ds.colors.background.step-2 | ||
width: fill-container | ||
radius: $ds.radius.medium | ||
|
||
-- ds.column: | ||
|
||
-- ds.heading-small: How to participate | ||
color: $ds.colors.text-strong | ||
|
||
-- ds.copy-large: | ||
|
||
1) Click on Sign Up and create your FifthTry account. | ||
|
||
2) Once logged in, click on `Create New Site`. Follow the steps in this | ||
[tutorial](link to video) to build your website. | ||
|
||
3) After completing your site, visit the | ||
[submission page](www.contest-submission-page.com). Fill in all the necessary | ||
details and click submit. Ensure that you are signed in to your | ||
account during this process. | ||
|
||
-- end: ds.column | ||
|
||
-- end: ds.container | ||
|
||
-- end: ds.column | ||
|
||
-- ds.column: | ||
|
||
-- ds.container: | ||
inset: $ds.spaces.inset-square.large | ||
background.solid: $ds.colors.background.step-2 | ||
width: fill-container | ||
radius: $ds.radius.medium | ||
|
||
-- ds.column: | ||
|
||
-- ds.heading-small: Details and Guidelines | ||
color: $ds.colors.text-strong | ||
align: center | ||
|
||
-- ds.column: | ||
align-content: left | ||
|
||
-- ds.copy-large: | ||
|
||
1) Top 100 websites will win a free domain. | ||
|
||
2) Results Announcement on (date) at www.fifthtry/free-domain-contest.com | ||
|
||
3) To be eligible, ensure timely submission and a maximum of 2 entry per participant. | ||
|
||
-- end: ds.column | ||
|
||
-- end: ds.column | ||
|
||
-- end: ds.container | ||
|
||
-- end: ds.column | ||
|
||
-- ds.column: | ||
|
||
-- ds.heading-medium: Ready to Win Your Free Domain? | ||
|
||
-- ds.primary-button: **Submit your website** | ||
link: / | ||
size: large | ||
radius: curved | ||
|
||
-- end: ds.column | ||
|
||
-- end: ds.column | ||
|
||
-- end: ds.section-column | ||
|
||
-- end: ds.page | ||
|
||
-- end: page | ||
|
||
|
||
|
||
|
||
|
||
-- ftd.shadow n: | ||
color: #EC8943 | ||
blur.px: 5 | ||
spread.px: 3 | ||
x-offset.px: 4 | ||
y-offset.px: 6 | ||
|
||
|
||
|
||
-- ftd.shadow a: | ||
color: #5C2860 | ||
blur.px: 5 | ||
spread.px: 3 | ||
x-offset.px: -4 | ||
y-offset.px: -6 | ||
|
||
|
||
|
||
|
||
|
||
|