Skip to content

Commit

Permalink
deploy: 9ad6d7f
Browse files Browse the repository at this point in the history
  • Loading branch information
Heulitig committed Oct 27, 2023
1 parent 19b276d commit a52a542
Show file tree
Hide file tree
Showing 21 changed files with 9,882 additions and 12,542 deletions.
610 changes: 305 additions & 305 deletions ambassadors/ajit-garg/index.html

Large diffs are not rendered by default.

614 changes: 307 additions & 307 deletions ambassadors/ayush-soni/index.html

Large diffs are not rendered by default.

596 changes: 298 additions & 298 deletions ambassadors/govindaraman/index.html

Large diffs are not rendered by default.

2,039 changes: 857 additions & 1,182 deletions ambassadors/index.html

Large diffs are not rendered by default.

600 changes: 300 additions & 300 deletions ambassadors/krish-gupta/index.html

Large diffs are not rendered by default.

600 changes: 300 additions & 300 deletions ambassadors/nishant/index.html

Large diffs are not rendered by default.

598 changes: 299 additions & 299 deletions ambassadors/rutuja-kapate/index.html

Large diffs are not rendered by default.

620 changes: 310 additions & 310 deletions champions/adarsh-gupta/index.html

Large diffs are not rendered by default.

602 changes: 301 additions & 301 deletions champions/ajit-garg/index.html

Large diffs are not rendered by default.

626 changes: 313 additions & 313 deletions champions/atharva-pise/index.html

Large diffs are not rendered by default.

612 changes: 306 additions & 306 deletions champions/ayush-soni/index.html

Large diffs are not rendered by default.

610 changes: 305 additions & 305 deletions champions/govindaraman/index.html

Large diffs are not rendered by default.

3,359 changes: 1,377 additions & 1,982 deletions champions/index.html

Large diffs are not rendered by default.

624 changes: 312 additions & 312 deletions champions/jahanvi-raycha/index.html

Large diffs are not rendered by default.

614 changes: 307 additions & 307 deletions champions/krish-gupta/index.html

Large diffs are not rendered by default.

612 changes: 306 additions & 306 deletions champions/rutuja-kapate/index.html

Large diffs are not rendered by default.

602 changes: 301 additions & 301 deletions champions/sayak-saha/index.html

Large diffs are not rendered by default.

606 changes: 303 additions & 303 deletions champions/shantnu-fartode/index.html

Large diffs are not rendered by default.

608 changes: 304 additions & 304 deletions champions/sreejita-dutta/index.html

Large diffs are not rendered by default.

29 changes: 16 additions & 13 deletions index.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -71,34 +71,37 @@ ignore-links: true
-- end: ds.page



-- ftd.color title-hover-color: #ef8434

-- component cert-label:
caption name:
string cert-link:
boolean $is-hovered: false
boolean $is-title-hovered: false
boolean $is-icon-hovered: false
boolean ignore-links: false

-- ftd.row:
width: hug-content
spacing.fixed.px: 10
align-content: center

-- ds.h3: $cert-label.name
-- ftd.text: $cert-label.name
margin-vertical.em: 0.15
link if { !cert-label.ignore-links }: $cert-label.cert-link
role: $inherited.types.heading-small
color: $inherited.colors.text-strong
color if { cert-label.is-title-hovered }: $title-hover-color
$on-mouse-enter$: $ftd.set-bool($a = $cert-label.is-title-hovered, v = true)
$on-mouse-leave$: $ftd.set-bool($a = $cert-label.is-title-hovered, v = false)

-- ftd.image: $assets.files.assets.cert-icon.svg
if: { !cert-label.is-hovered && !cert-label.ignore-links }
width.fixed.px: 30
link: $cert-label.cert-link
cursor: pointer
$on-mouse-enter$: $ftd.set-bool($a = $cert-label.is-hovered, v = true)

-- ftd.image: $assets.files.assets.cert-icon-hover.svg
if: { cert-label.is-hovered && !cert-label.ignore-links }
width.fixed.px: 30
if: { !cert-label.ignore-links }
src if { cert-label.is-icon-hovered }: $assets.files.assets.cert-icon-hover.svg
width.fixed.px: 32
link: $cert-label.cert-link
cursor: pointer
$on-mouse-leave$: $ftd.set-bool($a = $cert-label.is-hovered, v = false)
$on-mouse-enter$: $ftd.set-bool($a = $cert-label.is-icon-hovered, v = true)
$on-mouse-leave$: $ftd.set-bool($a = $cert-label.is-icon-hovered, v = false)

-- end: ftd.row

Expand Down
6,643 changes: 2,455 additions & 4,188 deletions index.html

Large diffs are not rendered by default.

0 comments on commit a52a542

Please sign in to comment.