tweak index.html
This commit is contained in:
parent
ae848cad71
commit
480f15d7fd
1 changed files with 28 additions and 20 deletions
48
index.html
48
index.html
|
|
@ -1,36 +1,36 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
"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"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
|
||||
<title>ajaxorg/ace @ GitHub</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin-top: 1.0em;
|
||||
background-color: #2a0e37;
|
||||
font-family: "Helvetica,Arial,FreeSans";
|
||||
color: #ffffff;
|
||||
<title>ajaxorg/ace @ GitHub</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin-top: 1.0em;
|
||||
background-color: rgb(14, 98, 165);
|
||||
font-family: "Helvetica,Arial,FreeSans";
|
||||
color: #ffffff;
|
||||
}
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
width: 700px;
|
||||
}
|
||||
h1 { font-size: 3.8em; color: #d5f1c8; margin-bottom: 3px; }
|
||||
h1 .small { font-size: 0.4em; }
|
||||
h1 a { text-decoration: none }
|
||||
h2 { font-size: 1.5em; color: #d5f1c8; }
|
||||
h1 { font-size: 3.8em; color: #d5f1c8; margin-bottom: 3px; }
|
||||
h1 .small { font-size: 0.4em; }
|
||||
h1 a { text-decoration: none }
|
||||
h2 { font-size: 1.5em; color: #d5f1c8; }
|
||||
h3 { text-align: center; color: #d5f1c8; }
|
||||
a { color: #d5f1c8; }
|
||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
||||
.download { float: right; }
|
||||
pre { background: #000; color: #fff; padding: 15px;}
|
||||
pre { background: #000; color: #fff; padding: 15px;}
|
||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
||||
</style>
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
|
||||
<h1><a href="http://github.com/ajaxorg/ace">ace</a>
|
||||
<span class="small">by <a href="http://github.com/ajaxorg">ajaxorg</a></span></h1>
|
||||
<span class="small">by <a href="http://github.com/ajaxorg">ajax.org</a></span></h1>
|
||||
|
||||
<div class="description">
|
||||
Ajax.org Code Editor
|
||||
|
|
@ -55,9 +55,17 @@
|
|||
<h2>License</h2>
|
||||
<p>LGPL</p>
|
||||
<h2>Authors</h2>
|
||||
<p>Fabian Jakobs (fabian.jakobs@web.de)
<br/>mikedeboer (info@mikedeboer.nl)
<br/>rikarends (rik@ajax.org)
<br/>Ruben Daniels (ruben@ajax.org)
<br/>
<br/> </p>
|
||||
<p>Fabian Jakobs (fabian.jakobs@web.de)
|
||||
<br/>mikedeboer (info@mikedeboer.nl)
|
||||
<br/>rikarends (rik@ajax.org)
|
||||
<br/>Ruben Daniels (ruben@ajax.org)
|
||||
<br/>
|
||||
<br/> </p>
|
||||
<h2>Demo</h2>
|
||||
Check out the <a href="demo/editor-build.html">demo</a>.
|
||||
<h2>Contact</h2>
|
||||
<p>Ajax.org (mike@javeline.com)
<br/> </p>
|
||||
<p>Fabian Jakobs (fabian.jakobs@web.de)
|
||||
<br/> </p>
|
||||
|
||||
|
||||
<h2>Download</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue