a new news attempt
This commit is contained in:
parent
5925915be8
commit
b830dc2f7e
|
@ -230,10 +230,16 @@ computing and from databases to charts.
|
|||
|
||||
|
||||
<div class="row" >
|
||||
<div class="ten columns centered"><h2 style="font-size: 180%;
|
||||
<div class="one columns"></div>
|
||||
<div class="eight columns"><h2 style="font-size: 180%;
|
||||
margin-bottom:
|
||||
10pt"></>Start
|
||||
Quickly</h2></div>
|
||||
|
||||
<div class="three columns"><h2 style="font-size: 180%;
|
||||
margin-bottom:
|
||||
10pt"></>News
|
||||
</h2></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -256,21 +262,19 @@ computing and from databases to charts.
|
|||
<div id="topcontent">
|
||||
|
||||
<div class="row">
|
||||
<section class="twelve columns centered">
|
||||
<article class="valign row">
|
||||
<div class="one columns push_one">
|
||||
<a href="#" class="toggle"
|
||||
gumby-trigger=".unique_lines|.echo_server">
|
||||
<img src="img/prev.png" style="margin-top: 50px; width: 50px">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="eight columns" style="position:relative; font-size: 140%; font-family: 'Inconsolata';">
|
||||
<p class="metro primary btn"
|
||||
style="position: absolute; top: -10%; right: 0%;" >
|
||||
<a href="#" class="switch" gumby-trigger="#modal1"> <i class="icon-help"></i></a>
|
||||
</p>
|
||||
<div class="one columns">
|
||||
<a href="#" class="toggle"
|
||||
gumby-trigger=".unique_lines|.echo_server">
|
||||
<img src="img/prev.png" style="margin-top: 50px; width: 50px">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="seven columns" style="position: relative; font-size: 140%; font-family: 'Inconsolata';">
|
||||
<p class="metro primary btn"
|
||||
style="position: absolute; top: -10%; right: 0%;" >
|
||||
<a href="#" class="switch" gumby-trigger="#modal1"> <i class="icon-help"></i></a>
|
||||
</p>
|
||||
|
||||
<pre class="codesnip active unique_lines">
|
||||
#lang <a href="http://docs.racket-lang.org/reference/index.html" class="codemodpath" rel="nofollow">racket</a>
|
||||
<span class="codecomment">;; Report each unique line from stdin</span>
|
||||
|
@ -297,18 +301,27 @@ computing and from databases to charts.
|
|||
<span class="codeparenthesis">(</span><span class="codeid">echo-server</span><span class="codeparenthesis">)</span><span class="codeparenthesis">)</span>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="one columns">
|
||||
<a href="#" class="toggle" gumby-trigger=".unique_lines|.echo_server">
|
||||
<img src="img/next.png" style="width: 50px; margin-top: 50px;">
|
||||
|
||||
<div class="one columns">
|
||||
<a href="#" class="toggle" gumby-trigger=".unique_lines|.echo_server">
|
||||
<img src="img/next.png" style="width: 50px; margin-top: 50px;">
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="three columns" style="text-color: black">
|
||||
|
||||
<p>Racket version 5.3.5 has been released.</p>
|
||||
<p>Racket videos are now available.</p>
|
||||
<p>RacketCon 2013 will be in September in Boston.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<p class="ten columns centered" style="font-size: 120%; margin-top: 10pt; ">
|
||||
<p class="twelve columns centered" style="text-align:justify;font-size: 120%; margin-top: 20pt; ">
|
||||
<a href="http://docs.racket-lang.org/quick/">Draw more pictures</a> or
|
||||
<a href="http://docs.racket-lang.org/more/">build a web server from scratch</a>. Racket includes both
|
||||
<a href="http://docs.racket-lang.org/">batteries</a> and a <a href="http://docs.racket-lang.org/drracket/">programming environment</a>,
|
||||
|
@ -318,20 +331,6 @@ so <a href="http://docs.racket-lang.org/getting-started/">get started</a>!
|
|||
</div>
|
||||
<!-- below code snippets -->
|
||||
|
||||
<div class="row">
|
||||
<div class="ten columns centered">
|
||||
<h3 >News</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" style="font-size: 120%; margin-top: 10pt; color: black">
|
||||
<div class="four columns">Racket version 5.3.5 has been released.</div>
|
||||
<div class="four columns">Racket videos are now available.</div>
|
||||
<div class="four columns">RacketCon 2013 will be in September in Boston.</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="ten columns centered">
|
||||
<h3 >Go Further</h3>
|
||||
|
|
Loading…
Reference in New Issue
Block a user