Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jschementi committed May 27, 2008
1 parent fd13d38 commit 5ba964e
Showing 1 changed file with 132 additions and 123 deletions.
255 changes: 132 additions & 123 deletions public/index.html
@@ -1,226 +1,235 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Ruby on Rails: Welcome aboard</title>
<style type="text/css" media="screen">
body {
body {
margin: 0;
margin-bottom: 25px;
padding: 0;
background-color: #f0f0f0;
font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
font-size: 13px;
color: #333;
}
h1 {
}

h1 {
font-size: 28px;
color: #000;
}
a {color: #03c}
a:hover {
}

a {color: #03c}
a:hover {
background-color: #03c;
color: white;
text-decoration: none;
}
#page {
}


#page {
background-color: #f0f0f0;
width: 750px;
margin: 0;
margin-left: auto;
margin-right: auto;
}
#content {
}

#content {
float: left;
background-color: white;
border: 3px solid #aaa;
border-top: none;
padding: 25px;
width: 500px;
}
#sidebar {
}

#sidebar {
float: right;
width: 175px;
}
}

#footer {
#footer {
clear: both;
}
}


#header, #about, #getting-started {
#header, #about, #getting-started {
padding-left: 75px;
padding-right: 30px;
}
}


#header {
#header {
/*background-image: url("images/rails.png");*/
background-repeat: no-repeat;
background-position: top left;
height: 64px;
}
#header h1, #header h2 {margin: 0}
#header h2 {
}
#header h1, #header h2 {margin: 0}
#header h2 {
color: #888;
font-weight: normal;
font-size: 16px;
}
#about h3 {
}


#about h3 {
margin: 0;
margin-bottom: 10px;
font-size: 14px;
}
#about-content {
}

#about-content {
background-color: #ffd;
border: 1px solid #fc0;
margin-left: -11px;
}
#about-content table {
}
#about-content table {
margin-top: 10px;
margin-bottom: 10px;
font-size: 11px;
border-collapse: collapse;
}
#about-content td {
}
#about-content td {
padding: 10px;
padding-top: 3px;
padding-bottom: 3px;
}
#about-content td.name {color: #555}
#about-content td.value {color: #000}
#about-content.failure {
}
#about-content td.name {color: #555}
#about-content td.value {color: #000}

#about-content.failure {
background-color: #fcc;
border: 1px solid #f00;
}
#about-content.failure p {
}
#about-content.failure p {
margin: 0;
padding: 10px;
}
#getting-started {
}


#getting-started {
border-top: 1px solid #ccc;
margin-top: 25px;
padding-top: 15px;
}
#getting-started h1 {
}
#getting-started h1 {
margin: 0;
font-size: 20px;
}
#getting-started h2 {
}
#getting-started h2 {
margin: 0;
font-size: 14px;
font-weight: normal;
color: #333;
margin-bottom: 25px;
}
#getting-started ol {
}
#getting-started ol {
margin-left: 0;
padding-left: 0;
}
#getting-started li {
}
#getting-started li {
font-size: 18px;
color: #888;
margin-bottom: 25px;
}
#getting-started li h2 {
}
#getting-started li h2 {
margin: 0;
font-weight: normal;
font-size: 18px;
color: #333;
}
#getting-started li p {
}
#getting-started li p {
color: #555;
font-size: 13px;
}
#search {
}


#search {
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
}
#search input {
}
#search input {
font-size: 11px;
margin: 2px;
}
#search-text {width: 170px}
#sidebar ul {
}
#search-text {width: 170px}


#sidebar ul {
margin-left: 0;
padding-left: 0;
}
#sidebar ul h3 {
}
#sidebar ul h3 {
margin-top: 25px;
font-size: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
#sidebar li {
}
#sidebar li {
list-style-type: none;
}
#sidebar ul.links li {
}
#sidebar ul.links li {
margin-bottom: 5px;
}
}

</style>
</head>
<body>
</head>
<body>
<div id="page">
<div id="sidebar">

</div>
<div id="sidebar">

<div id="content">
<div id="header">
<h1>Silverline</h1>
<h2>Integrating Ruby on Rails and Silverlight</h2>
</div>

<div id="getting-started">
<h1>Test Pages</h1>
<h2>Testing the Silverline plugin</h2>

<ol>
<li>
<h2><a href="/posts">render :partial => "foo.rb"</a></h2>
<p>Rendering simple ruby partials</p>
</li>

<li>
<h2><a href="/render_test/clock">render :partial => "clock.xaml"</a></h2>
<p>Simple example of loading XAML as a partial</p>
</li>

<li>
<h2><a href="/client">client :foo</a></h2>
<p>Running Rails controllers on the client</p>
</li>

<li>
<h2><a href="/tryruby/basic">TryRuby basic</a></h2>
<p>Simple Test of a Ruby console in the browser, with a tutorial
to follow along with</p>
</li>
</ol>

<div id="content">
<div id="header">
<h1>Silverline</h1>
<h2>Integrating Ruby on Rails and Silverlight</h2>
</div>

<div id="getting-started">
<h1>Demos</h1>
<h2>Making an appearance @ RailsConf
<ol>
<li>
<h2><a href="/tryruby/basic">TryRuby basic</a></h2>
<p>Ruby console in the browser, with a tutorial
to follow along with</p>
</li>

<li>
<h2><a href="/assistment">Assistment</a></h2>
<p>Tutor written in Rails, but now running on the client
through Silverline with no modification.</p>
</li>
</ol>

<h1>Testing the plugin</h1>
<h2>I swear, there's specs too ...</h2>
<ol>
<li>
<h2><a href="/posts">render :partial => "foo.rb"</a></h2>
<p>Rendering simple ruby partials</p>
</li>

<li>
<h2><a href="/render_test/clock">render :partial => "clock.xaml"</a></h2>
<p>Simple example of loading XAML as a partial</p>
</li>

<li>
<h2><a href="/client">client :foo</a></h2>
<p>Running Rails controllers on the client</p>
</li>
</ol>
</div>
</div>
</div>

<div id="footer">&nbsp;</div>

<div id="footer">&nbsp;</div>
</div>
</body>
</body>
</html>

0 comments on commit 5ba964e

Please sign in to comment.