-
Notifications
You must be signed in to change notification settings - Fork 2
/
composable.scrbl
32 lines (30 loc) · 1.08 KB
/
composable.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"
@(require "logo/logo.rkt")
@page[#:title "Composable"]{
@div[class: "jumbotron"]{
@center{
@div[class: "container clearfix"]{
@img[src: composable-logo
alt: "Composable Logo"
width: 100
class: "pull-left mr-5"]
@h1{Composable}}}}
@div[class: "container"]{
@p{Composable consists of
@a[href: "https://leifandersen.net"]{Leif Andersen} and
@a[href: "https://benchung.github.io"]{Benjamin Chung}. We
develop and maintain the @a[href: "https://lang.video"]{
Video Language}. We also record scientific conferences,
primarily conferences run by
@a[href: "https://www.sigplan.org/"]{ACM SIGPLAN}. You can
find the videos we've recorded at
@a[href: "https://twitter.com/PLPresents"]|{@PLPresents}|}
@br{}
@div[class: "row"]{
@div[class: "col-md-6 blurb"]{
@center{@img[src: "res/leif.jpg" alt: "Leif Andersen" height: 300]}
@center{@h2{Leif Andersen}}}
@div[class: "col-md-6 blurb"]{
@center{@img[src: "res/ben.jpg" alt: "Benjamin Chung" height: 300]}
@center{@h2{Benjamin Chung}}}}
}}