-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcommunity.scrbl
32 lines (31 loc) · 1.29 KB
/
community.scrbl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#lang reader "website.rkt"
@page[#:title "Community"]{
@div[class: "jumbotron"]{
@div[class: "container"]{@h1{Community}}}
@div[class: "container"]{
@div[class: "row"]{
@div[class: "col-md-4 blurb"]{
@h2{@a[href: "https://groups.google.com/forum/#!forum/videolang"]{Mailing List}}
@p{Join the Video language mailing list and interact with
other people who use Video.}}
@div[class: "col-md-4 blurb"]{
@h2{@a[href: "https://github.com/videolang/video"]{Source Code}}
@p{Download the source code for Video and other related
projects.}}
@div[class: "col-md-4 blurb"]{
@h2{@a[href: "/blog"]{Blog}}
@p{Stay informed on the latest Video news. (Coming Soon)}}}
@h2{Showcase}
@p{This is a list of videos that used Videos for part or
all of their production.}
@p{@a[href: "https://github.com/videolang/website"]{Have a
cool example, add it here.}}
@ul{
@li{@a[href: "https://www.youtube.com/playlist?list=PLXr4KViVC0qKSiKGO6Vz9EtxUfKPb1Ma0"]{
RacketCon 2016 Recordings}}
@li{@a[href: "https://www.cs.uoregon.edu/research/summerschool/summer17/topics.php"]{
Many of the OPLSS 2017 Recordings used Video}}}
@h2{License}
@p{Video is licensed under the
@a[href: "https://www.apache.org/licenses/LICENSE-2.0"]{
Apache License, Version 2.0}}}}