Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update individuals.html.pm to make it clear these are donors #287

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions www/individuals.html.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,39 @@

◊(top)

◊section{
◊section[#:class "one-column-body-text"]{
Individual Supporters

◊p[#:style "font-size: 80%;margin-top: 1rem;color:gray;width:80%;line-height:1.5"]{
Thank you to the many individuals who for their generous support over the years.}

◊p[#:style "font-size: 80%;margin-top: 1rem;color:gray;width:80%;line-height:1.5"]{
Donations are used for hosting community infrastructure, administration, educational
outreach, and community events such as RacketCon and Racket School.}

◊p[#:style "font-size: 80%;margin-top: 1rem;color:gray;width:80%;line-height:1.5"]{See
◊link["sfc.html"]{Software Freedom Conservancy} to make a tax-deductible contribution
to support our work.
}

◊section{

◊div[#:id "individual"]{Individual Supporters

◊p[#:style "font-size: 80%;margin-top: 1rem;color:gray;width:80%;line-height:1.5"]{
Thank you to the many individuals who for their generous support over the years.}

◊p[#:style "font-size: 80%;margin-top: 1rem;color:gray;width:80%;line-height:1.5"]{
Donations are used for hosting community infrastructure, administration, educational
outreach, and community events such as RacketCon and Racket School.}

◊p[#:style "font-size: 80%;margin-top: 1rem;color:gray;width:80%;line-height:1.5"]{See
◊link["sfc.html"]{Software Freedom Conservancy} to make a tax-deductible contribution
to support our work.
}}

◊div[#:class "individuals-outer-div"]{
◊(apply div #:class "individuals-left-div" first-half)
◊(apply div #:class "individuals-right-div" second-half)
}
}

Loading