Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ compiled/
/www/sfc.html
/www/template.html
/www/books.html
/www/friendly.html
/rcon/2019/template.svg
/rcon/2019/text.svg

Expand Down
2 changes: 1 addition & 1 deletion www/css/styles.css.pp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
padding-bottom: 0;
}

section#bottom {
section#bottom, p#bottom {
font-size: 70%;
}

Expand Down
26 changes: 26 additions & 0 deletions www/friendly.html.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#lang pollen

◊top-section{
◊span[#:id "logo" #:style "font-size:2.3rem;white-space:nowrap;"]{◊link["index.html"]{◊img[#:src "img/racket-logo.svg" #:class "logo"] Racket} ◊span[#:id "tagline" #:class "disappearing" #:style "font-size:70%;color:gray;white-space:nowrap;margin-left:0.2rem;"]{}}

◊div{
◊link[#:class "top-button disappearing-late" #:id "docs" "https://docs.racket-lang.org/"]{docs}

◊link[#:class "top-button disappearing-late" #:id "packages" "https://pkgs.racket-lang.org/"]{packages}

◊link[#:class "top-button disappearing-late" #:id "download" "https://download.racket-lang.org/"]{download}
}
}


◊section[#:class "one-column-body-text"]{
Friendly Environment Policy

The Racket community aims to improve the world through programming. It started with the goal of introducing everyone to the wonderful world of program design, with a spirit of full inclusion and no emphasis on any specific group. Over time it has grown into a full-fledged professional community with a well-known reputation for helpfulness and openness on its online communication channels.

Racket project management wants to encourage and preserve this open exchange of ideas, which requires an environment that enables all to participate without fear of personal harassment. We define ◊em{harassment} to include specific unacceptable factors and behaviors listed in ◊link["https://www.acm.org/about-acm/policy-against-harassment"]{the ACM's policy aganist harassment}. Unacceptable behavior will not be tolerated.

Anyone witnessing or subject to unacceptable behavior should notify ◊link["team.html#management"]{Racket project management}, which can be reached at ◊link["mailto:management@racket-lang.org"]{management@racket-lang.org}.

◊p[#:id "bottom"]{The wording of this policy is directly derived from ◊link["http://snapl.org/2015/policy.html"]{that of the SNAPL conference}, which is in turn derived from that of the ACM, with thanks to both.}
}
2 changes: 2 additions & 0 deletions www/index.html.pm
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ Community

◊link["sfc.html"]{Software Freedom Conservancy}

◊link["friendly.html"]{Friendly Environment policy}

◊link["sfc.html"]{Donate to Racket}
Make a tax-deductible contribution to support our work.

Expand Down
16 changes: 15 additions & 1 deletion www/team.html.pm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

◊link["http://www.deinprogramm.de/sperber/"]{Michael Sperber}

◊link["http://homes.soic.indiana.edu/samth/"]{Sam Tobin-Hochstadt}
◊link["https://samth.github.io/"]{Sam Tobin-Hochstadt}

◊link["http://www.ccs.neu.edu/home/ryanc/"]{Ryan Culpepper}

Expand Down Expand Up @@ -144,6 +144,20 @@ Bloomington IN

}

◊section{

◊div[#:id "management"]{Project management
◊p[#:style "font-size: 80%;margin-top: 1rem;color:gray;width:80%;line-height:1.5"]{
The Software Freedom Conservancy's Racket Project Leadership Committee manages the Racket project.}}

◊link["http://www.ccs.neu.edu/home/matthias/"]{Matthias Felleisen}

◊link["https://www.eecs.northwestern.edu/~robby/"]{Robby Findler}

◊link["http://www.cs.utah.edu/~mflatt/"]{Matthew Flatt}

◊link["https://jeapostrophe.github.io/home/"]{Jay McCarthy}

◊link["https://samth.github.io/"]{Sam Tobin-Hochstadt}

}