Skip to content

Commit

Permalink
added ajit
Browse files Browse the repository at this point in the history
  • Loading branch information
Heulitig committed Oct 23, 2023
1 parent 37eddf3 commit dfb5741
Show file tree
Hide file tree
Showing 12 changed files with 171 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/discord-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/discord-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/github-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/github-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/linkedin-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/linkedin-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions certificates/lib.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,43 @@ open-in-new-tab: true



-- component social-links:

-- ftd.row:
width: hug-content
align-self: end
padding-horizontal.px: 12
padding-vertical.px: 10
border-width.px: 1
border-color: $inherited.colors.border
border-radius.px: 48
color: $inherited.colors.text-strong
role: $inherited.types.copy-small
spacing.fixed.px: 8
margin-left.px if { ftd.device == "desktop" }: 20
background.solid: $inherited.colors.background.base
$on-mouse-enter$: $ftd.set-bool($a = $download-button.mouse-in, v = true)
$on-mouse-leave$: $ftd.set-bool($a = $download-button.mouse-in, v = false)

-- ftd.image:
src: $assets.files.assets.certificate.discord.svg
src if { download-button.mouse-in }: $assets.files.assets.certificate.download-hover.svg
width.fixed.px: 16
height.fixed.px: 16
align-self: center

-- ftd.text: Download Certificate
align-self: center
color: $inherited.colors.text
color if { download-button.mouse-in }: white

-- end: ftd.row

-- end: social-links





-- component download-button:
boolean $mouse-in: false
Expand Down
14 changes: 14 additions & 0 deletions champions/ajit-garg.ftd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-- import: fastn-stack.github.io/fastn-certificate/certificates/champion

-- ds.page: Champion Certification

-- ftd.column:
width: fill-container

-- champion.certificate-2: Ajit Garg
date: 6th October 2023
avatar: $assets.files.assets.avatar.ajit.jpg

-- end: ftd.column

-- end: ds.page
3 changes: 3 additions & 0 deletions index.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ cert-link: champions/shantnu-fartode/
-- cert-label: Atharva
cert-link: champions/atharva/

-- cert-label: Ajit Garg
cert-link: champions/ajit-garg/

-- cert-label: Ayush Soni
cert-link: champions/ayush-soni/

Expand Down

0 comments on commit dfb5741

Please sign in to comment.