diff --git a/new-racket-web/css/style.css b/new-racket-web/css/style.css index 3f85a86520..d63bb01c39 100644 --- a/new-racket-web/css/style.css +++ b/new-racket-web/css/style.css @@ -11,4 +11,12 @@ However, this blank file is available if you prefer #growboxes { margin-top: 10pt; } .panetitle { color: red; font-size: 120%; margin-bottom: 4pt } - pre.codesnip { font-size: 140%; } \ No newline at end of file + pre.codesnip { font-size: 140%; } + + .wide_only { display: block; } + .narrow_only { display: none; } + +@media only screen and (max-width: 767px) { + .wide_only { display: none; } + .narrow_only { display: block; } +} \ No newline at end of file diff --git a/new-racket-web/index.html b/new-racket-web/index.html index c521d36320..848c44c9d2 100644 --- a/new-racket-web/index.html +++ b/new-racket-web/index.html @@ -216,15 +216,26 @@ computing and from databases to charts.

- + + + + + + + + - +
 #lang racket
@@ -265,6 +276,7 @@ computing and from databases to charts.
     
     
 
+
   
 
 
@@ -369,6 +381,66 @@ and system builder.

+
+
+

Community

+
+
+ +
+ + +
+
News & Events
+ +

RacketCon — the annual + Racket meeting, coming up in September. Previously + in 2012 + and 2011.

+ +

Blog + — announcements, helpful hints, and thoughtful rants.

+

Twitter +— short bits of Racket news.

+
+ +
+
Discussion
+

Mailing lists + — discussion for using and developing Racket.

+

IRC — +Chat in the #racket channel on +freenode.net — an informal +discussion channel for all things related to Racket. +(Browse the logs.)

+ +

People — +The people behind Racket.

+
+ + + +
+
Contributing
+

Code + — the Racket source code on GitHub.

+

Wiki — +Useful pages + include Intro + Projects + and Videos, + including tutorials, interviews, and more.

+

Snapshot builds — +The freshest versions of Racket.

+ +

Bug reports — +File, query and maybe fix existing reports.

+ +
+ +
+ +

Learning

@@ -438,64 +510,6 @@ and system builder.

-
-
-

Community

-
-
- -
- - -
-
News & Events
- -

RacketCon — the annual - Racket meeting, coming up in September. Previously - in 2012 - and 2011.

- -

Blog - — announcements, helpful hints, and thoughtful rants.

-

Twitter -— short bits of Racket news.

-
- -
-
Discussion
-

Mailing lists - — discussion for using and developing Racket.

-

IRC — -Chat in the #racket channel on -freenode.net — an informal -discussion channel for all things related to Racket. -(Browse the logs.)

- -

People — -The people behind Racket.

-
- - - -
-
Contributing
-

Code - — the Racket source code on GitHub.

-

Wiki — -Useful pages - include Intro - Projects - and Videos, - including tutorials, interviews, and more.

-

Snapshot builds — -The freshest versions of Racket.

- -

Bug reports — -File, query and maybe fix existing reports.

- -
- -