diff --git a/-/ui.fifthtry.com/assets/templates/blog-temp.png b/-/ui.fifthtry.com/assets/templates/blog-temp.png new file mode 100644 index 00000000..2c58c644 Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/blog-temp.png differ diff --git a/-/ui.fifthtry.com/assets/templates/resume.png b/-/ui.fifthtry.com/assets/templates/resume.png new file mode 100644 index 00000000..89cc0363 Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/resume.png differ diff --git a/-/ui.fifthtry.com/assets/templates/simple-blog-temp.png b/-/ui.fifthtry.com/assets/templates/simple-blog-temp.png new file mode 100644 index 00000000..6d331ade Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/simple-blog-temp.png differ diff --git a/-/ui.fifthtry.com/assets/templates/simple-ws-temp.png b/-/ui.fifthtry.com/assets/templates/simple-ws-temp.png new file mode 100644 index 00000000..15cec9e8 Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/simple-ws-temp.png differ diff --git a/-/ui.fifthtry.com/assets/templates/ws-temp.png b/-/ui.fifthtry.com/assets/templates/ws-temp.png new file mode 100644 index 00000000..f303d1a8 Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/ws-temp.png differ diff --git a/actions/authenticate-user/index.html b/actions/authenticate-user/index.html index d0c30b7b..5eec3182 100644 --- a/actions/authenticate-user/index.html +++ b/actions/authenticate-user/index.html @@ -15,7 +15,7 @@ - + @@ -71,7 +71,9 @@ border-spacing: 0; }*/ -*, :after, :before { + +/* Apply styles to all elements except audio */ +*:not(audio), *:not(audio)::after, *:not(audio)::before { /*box-sizing: inherit;*/ box-sizing: border-box; text-decoration: none; @@ -85,6 +87,15 @@ width: auto; } +/** +This is needed since the global css makes `text-decoration: none`. +To ensure that the del element's `text-decoration: line-through` is applied, +we need to add `!important` to the rule +**/ +del { + text-decoration: line-through !important; +} + *, pre, div { padding: 0; margin: 0; @@ -338,2363 +349,2363 @@ .__h-2 { height: 100%; } + + +
+ + diff --git a/components/footer/index.html b/components/footer/index.html index d0c30b7b..5eec3182 100644 --- a/components/footer/index.html +++ b/components/footer/index.html @@ -15,7 +15,7 @@ - + @@ -71,7 +71,9 @@ border-spacing: 0; }*/ -*, :after, :before { + +/* Apply styles to all elements except audio */ +*:not(audio), *:not(audio)::after, *:not(audio)::before { /*box-sizing: inherit;*/ box-sizing: border-box; text-decoration: none; @@ -85,6 +87,15 @@ width: auto; } +/** +This is needed since the global css makes `text-decoration: none`. +To ensure that the del element's `text-decoration: line-through` is applied, +we need to add `!important` to the rule +**/ +del { + text-decoration: line-through !important; +} + *, pre, div { padding: 0; margin: 0; @@ -338,2363 +349,2363 @@ .__h-2 { height: 100%; } -
Website Pages
Logged in Home page
Logged out Home page
Logged In About page
Logged In Team page
Pricing page
Terms page
Privacy page
Blog Homepage
Blog Post
Auth Pages
Login page
Signup page
Forgot Password page
Change Password page
Password Recovery page
Org Pages
Org dashboard
User Pages
User dashboard
Create Site
Create Organisation
Site Pages
Site Info
Page with top message
Site Settings
Basic Setting
Site Domains
Github (Configure form)
Github (Un-configured)
Github (Configured)
Site Tokens
Environments
Site Editor Pages
Site Editor With Code Preview
Site Editor With Image Preview
Site History Pages
Site History
Document History
Document Single History
Packages
fastn Packages Homepage
Packages Search With Query
Featured Template
Templates
University Scenarios
University Homepage
f4e course
Onboarding Scenarios
Onboarding Ishaan
IDE
ide
Files
Preview
Source
+ + +
+ + diff --git a/pages/featured/template.ftd b/pages/featured/template.ftd new file mode 100644 index 00000000..23aa941e --- /dev/null +++ b/pages/featured/template.ftd @@ -0,0 +1,128 @@ +-- import: ui.fifthtry.com/records/sites as template-record +-- import: fastn/processors as pr + +;; org-slug +-- optional string r: +$processor$: pr.request-data + + + +-- component grid-view: +template-record.template list category: + +-- ds.column: +width: fill-container +spacing if { ftd.device == "mobile" }: $ds.spaces.vertical-gap.medium +align-content: top-left + + -- ftd.desktop: + + -- ds.row: + align-content: left + spacing: $ds.spaces.horizontal-gap.medium + wrap: true + + -- grid-of-items: + for: $obj in $grid-view.category + title: $obj.title + preview-url: $obj.preview-url + preview-img: $obj.preview-img + slug: $obj.slug + + -- end: ds.row + + -- end: ftd.desktop + + -- ftd.mobile: + + -- ds.column: + align-content: left + spacing: $ds.spaces.vertical-gap.large + + -- grid-of-items: + for: $obj in $grid-view.category + title: $obj.title + preview-url: $obj.preview-url + preview-img: $obj.preview-img + slug: $obj.slug + + -- end: ds.column + + -- end: ftd.mobile + +-- end: ds.column + +-- end: grid-view + + + + + + + + + + +-- component grid-of-items: +string title: +string preview-url: +ftd.image-src preview-img: +string slug: +boolean $mouse-in: false + +-- ds.column: +width: hug-content +border: $ds.borders.uniform.small +spacing: $ds.spaces.vertical-gap.zero + +-- ftd.image: +src: $grid-of-items.preview-img +width.fixed.px: 356 +height.fixed.px: 224 +border-top-left-radius.px: 8 +border-top-right-radius.px: 8 + +-- ds.column: +border: $ds.borders.top.small +border-color: $ds.colors.border +radius: $ds.radius.zero +inset: $ds.spaces.inset-square.medium + +-- ds.copy-regular: +text: $grid-of-items.title + +-- ds.row: + +-- ds.primary-button: Use Template +link if { r }: $create-site-with-org-link(slug = $grid-of-items.slug, org = $r) +link if { !r }: $create-site-link(slug = $grid-of-items.slug) +width: full + +-- ds.secondary-button: Preview +width: full +link: $grid-of-items.preview-url + +-- end: ds.row + +-- end: ds.column + +-- end: ds.column + +-- end: grid-of-items + + + +-- ftd.color overlay-bg: +light: #00000066 +dark: #00000066 + +-- string create-site-with-org-link(slug, org): +string slug: +string org: + +"/o/" + org + "/create-site/?t=" + slug + +-- string create-site-link(slug): +string slug: + +"/create-site/?t=" + slug diff --git a/pages/featured/template/index.html b/pages/featured/template/index.html new file mode 100644 index 00000000..5eec3182 --- /dev/null +++ b/pages/featured/template/index.html @@ -0,0 +1,2767 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/pages/forgot-password/index.html b/pages/forgot-password/index.html index d0c30b7b..5eec3182 100644 --- a/pages/forgot-password/index.html +++ b/pages/forgot-password/index.html @@ -15,7 +15,7 @@ - + @@ -71,7 +71,9 @@ border-spacing: 0; }*/ -*, :after, :before { + +/* Apply styles to all elements except audio */ +*:not(audio), *:not(audio)::after, *:not(audio)::before { /*box-sizing: inherit;*/ box-sizing: border-box; text-decoration: none; @@ -85,6 +87,15 @@ width: auto; } +/** +This is needed since the global css makes `text-decoration: none`. +To ensure that the del element's `text-decoration: line-through` is applied, +we need to add `!important` to the rule +**/ +del { + text-decoration: line-through !important; +} + *, pre, div { padding: 0; margin: 0; @@ -338,2363 +349,2363 @@ .__h-2 { height: 100%; } + + +
Blog Template
Simple Website Template
Website Template
Simple Blog Template
Resume Template
© 2024 FifthTry. All rights reserved
+ + diff --git a/scenarios/forgot-password/index.html b/scenarios/forgot-password/index.html index 9c25c3f0..1c2471f4 100644 --- a/scenarios/forgot-password/index.html +++ b/scenarios/forgot-password/index.html @@ -15,7 +15,7 @@ - + @@ -71,7 +71,9 @@ border-spacing: 0; }*/ -*, :after, :before { + +/* Apply styles to all elements except audio */ +*:not(audio), *:not(audio)::after, *:not(audio)::before { /*box-sizing: inherit;*/ box-sizing: border-box; text-decoration: none; @@ -85,6 +87,15 @@ width: auto; } +/** +This is needed since the global css makes `text-decoration: none`. +To ensure that the del element's `text-decoration: line-through` is applied, +we need to add `!important` to the rule +**/ +del { + text-decoration: line-through !important; +} + *, pre, div { padding: 0; margin: 0; @@ -568,2363 +579,2363 @@ .__d-219 { display: inline; } -
Create new site
Subdomain
.fifthtry.site
Make site public so that others can view source of your site
You can add custom domain later
Create Site
Cancel
© 2024 FifthTry. All rights reserved