Skip to content

Commit

Permalink
Add some basic pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Feb 5, 2009
1 parent b0b0c68 commit e98a23d
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 0 deletions.
47 changes: 47 additions & 0 deletions donate.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>ActionRails - Get the best from Rails</title>
<link rel="shortcut icon" href="_ui/images/ico/favicon.ico" type="image/x-icon" />
<style type="text/css" media="screen,projection">
@import "stylesheets/application.css";
</style>
<!--[if IE]><style type="text/css" media="screen,projection">@import "stylesheets/main_ie.css";</style><![endif]-->
<!--[if lt IE 7]><style type="text/css" media="screen,projection">@import "stylesheets/main_ie6.css";</style><![endif]-->

</head>
<body>
<div class="head-wrapper">
<div id="menu">
<ul id="top-nav">
<li><a href="index.html">Home</a></li>
<li> | </li>
<li><a href="install.html">Install</a></li>
<li> | </li>
<li><a href="support.html">Support</a></li>
<li> | </li>
<li><a href="donate.html">Donate</a></li>
</ul>
</div>
<div class="clear"></div>
</div>

<div class="wrapper">

<div id="header">
<br />
<h1>Mod Porter</h1>
<h2>Scale your file uploads</h2>
</div>
<div id="content">
We need all your money
</div>

</div>
<div id="footer">
A product of <a href="http://www.actionrails.com">ActionRails</a>
</div>

</body>
</html>
47 changes: 47 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>ActionRails - Get the best from Rails</title>
<link rel="shortcut icon" href="_ui/images/ico/favicon.ico" type="image/x-icon" />
<style type="text/css" media="screen,projection">
@import "stylesheets/application.css";
</style>
<!--[if IE]><style type="text/css" media="screen,projection">@import "stylesheets/main_ie.css";</style><![endif]-->
<!--[if lt IE 7]><style type="text/css" media="screen,projection">@import "stylesheets/main_ie6.css";</style><![endif]-->

</head>
<body>
<div class="head-wrapper">
<div id="menu">
<ul id="top-nav">
<li><a href="index.html">Home</a></li>
<li> | </li>
<li><a href="install.html">Install</a></li>
<li> | </li>
<li><a href="support.html">Support</a></li>
<li> | </li>
<li><a href="donate.html">Donate</a></li>
</ul>
</div>
<div class="clear"></div>
</div>

<div class="wrapper">

<div id="header">
<br />
<h1>Mod Porter</h1>
<h2>Scale your file uploads</h2>
</div>
<div id="content">
Link to Koz's post
</div>

</div>
<div id="footer">
A product of <a href="http://www.actionrails.com">ActionRails</a>
</div>

</body>
</html>
47 changes: 47 additions & 0 deletions install.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>ActionRails - Get the best from Rails</title>
<link rel="shortcut icon" href="_ui/images/ico/favicon.ico" type="image/x-icon" />
<style type="text/css" media="screen,projection">
@import "stylesheets/application.css";
</style>
<!--[if IE]><style type="text/css" media="screen,projection">@import "stylesheets/main_ie.css";</style><![endif]-->
<!--[if lt IE 7]><style type="text/css" media="screen,projection">@import "stylesheets/main_ie6.css";</style><![endif]-->

</head>
<body>
<div class="head-wrapper">
<div id="menu">
<ul id="top-nav">
<li><a href="index.html">Home</a></li>
<li> | </li>
<li><a href="install.html">Install</a></li>
<li> | </li>
<li><a href="support.html">Support</a></li>
<li> | </li>
<li><a href="donate.html">Donate</a></li>
</ul>
</div>
<div class="clear"></div>
</div>

<div class="wrapper">

<div id="header">
<br />
<h1>Mod Porter</h1>
<h2>Scale your file uploads</h2>
</div>
<div id="content">
Copy/Paste our INSTALL File
</div>

</div>
<div id="footer">
A product of <a href="http://www.actionrails.com">ActionRails</a>
</div>

</body>
</html>
109 changes: 109 additions & 0 deletions stylesheets/application.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
body {
background-color:white;
font-family: georgia,times,serif;
padding: 0;
}
html, body {
border:0 none;
margin:0;
padding:0;
}

.wrapper{
width: 800px;
margin: 0 auto;
}

.head-wrapper{
width: 100%;
background-color: #981A21;
}

#menu{
width: 800px;
margin: 0 auto;
color:#fff;
font-size:0.8em;
letter-spacing:1px;
line-height:100%;
padding:0.6em 0;
text-transform:uppercase;
text-align: center;

}

ul#top-nav{

}

#menu ul li{
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

#menu a{
color: white;
font-size: 16px;
}

#menu a:hover{
color: #ededed;
font-size: 16px;
}

#header, #footer{
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

#header h1{
font-size: 32px;
margin: 3px;
padding: 0;
}

#header h2{
font-size: 20px;
margin: 3px;
padding: 0;
font-weight: normal;
}

#content{
margin-top: 20px;
text-align: justify;
}

#content a{
color: black;
}

#content a:hover{
color: #ffae00;
}

#content h2{
font-size: 24px;
font-weight: normal;
padding: 0px;
margin: 3px;
}

#content h1{
font-size: 20px;
font-weight: bold;
padding: 0px;
margin: 3px;
}

#footer{
background-color: #fff;
width: 100%;
padding: 10px 0 10px 0;
font-size: 11px;
}
47 changes: 47 additions & 0 deletions support.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>ActionRails - Get the best from Rails</title>
<link rel="shortcut icon" href="_ui/images/ico/favicon.ico" type="image/x-icon" />
<style type="text/css" media="screen,projection">
@import "stylesheets/application.css";
</style>
<!--[if IE]><style type="text/css" media="screen,projection">@import "stylesheets/main_ie.css";</style><![endif]-->
<!--[if lt IE 7]><style type="text/css" media="screen,projection">@import "stylesheets/main_ie6.css";</style><![endif]-->

</head>
<body>
<div class="head-wrapper">
<div id="menu">
<ul id="top-nav">
<li><a href="index.html">Home</a></li>
<li> | </li>
<li><a href="install.html">Install</a></li>
<li> | </li>
<li><a href="support.html">Support</a></li>
<li> | </li>
<li><a href="donate.html">Donate</a></li>
</ul>
</div>
<div class="clear"></div>
</div>

<div class="wrapper">

<div id="header">
<br />
<h1>Mod Porter</h1>
<h2>Scale your file uploads</h2>
</div>
<div id="content">
Maybe Pimp our ActionRails stuff here
</div>

</div>
<div id="footer">
A product of <a href="http://www.actionrails.com">ActionRails</a>
</div>

</body>
</html>

0 comments on commit e98a23d

Please sign in to comment.