Skip to content

Commit

Permalink
Merge pull request #1 from FifthTry/rules
Browse files Browse the repository at this point in the history
updated content
  • Loading branch information
siddhantk232 authored Mar 29, 2024
2 parents 57c8d7a + 95ab576 commit b8d20f8
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .fastn/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1839,8 +1839,8 @@
},
"foundation-elements/floater.ftd": {
"name": "foundation-elements/floater.ftd",
"checksum": "25F0C205E595E89FED558517132CA4AA58AEC13DEC9B77DC0354B3716D1D0F8D",
"size": 2652
"checksum": "B33FC6889F85DF44036CB61C92E33478506DA192FED46474EA45471F96DB84DB",
"size": 2701
},
"foundation-elements/inline-row.ftd": {
"name": "foundation-elements/inline-row.ftd",
Expand Down Expand Up @@ -1903,8 +1903,8 @@
"size": 10641
}
},
"zip_url": "https://github.com/fastn-community/design-system/archive/f0967db9e1654bfa23c7a2dfdf9392b3baae9b1a.zip",
"checksum": "8A80C7C3AC070F197E07E48CCB105F6DD705FEB0E812FC43AB88071A22ADF63E"
"zip_url": "https://github.com/fastn-community/design-system/archive/3f2ece4d281046fba8177cad6f09ae34b47e6083.zip",
"checksum": "1818EBB8FEF75CCDE1C2C9F504307DDEB4334C06DAAAA319C4C9C3336B426904"
},
"fastn-community.github.io/doc-site": {
"files": {
Expand Down
160 changes: 156 additions & 4 deletions pages/rules.ftd
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






0 comments on commit b8d20f8

Please sign in to comment.