-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.scrbl
32 lines (30 loc) · 1.12 KB
/
index.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 "A Language for Multimedia Creation"]{
@div[class: "jumbotron"]{
@div[class: "container"]{
@div[class: "splash"]{
@center{@img[src: big-logo alt: "Video" height: 200 width: 533]}
@center{@h1{Video}}
@h2{A Language for Making Movies}
@p{@b{Video} is a language for making movies. It combines
the power of a traditional video editor with the
capabilities of a full programming language. Video
integrates with the Racket ecosystem and extensions for
DrRacket to transform it into a non-linear video editor.}
@center{
@a[class: "btn-oval btn btn-default btn-lg"
href: "download.html"
role: "button"]{
Get Started}}
@br{}
@center{
@a[class: "btn-snd-oval btn btn-default btn-lg"
href: "https://twitter.com/videolang"
role: "button"]{
Follow us on Twitter}
@center{
@a[class: "btn-snd-oval btn btn-default btn-lg"
href: "https://www.redbubble.com/people/leifandersen/works/30461319-video-lang-swag"
role: "button"]{
Get Video Swag}}}}}}}