1
0
Fork 0

Download page styling

Consistent with the new header for the rest of the site
website
Mike Gerwitz 2014-03-16 02:24:54 -04:00
parent 579d7b330f
commit 9e3567cbe6
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
3 changed files with 53 additions and 38 deletions

View File

@ -1,31 +1,34 @@
<p class="head good"> <div class="headline">
<span class="release-current"> <h3>
Current Release: <span class="version"><!--%curver--></span> Version <span class="version"><!--%curver--></span>
<span class="version date">Released: <!--%curver-date--></span> <br />
</span> <span class="version date">Released <!--%curver-date--></span>
</p> </h3>
<p>
GNU ease.js can be downloaded in a variety of formats, depending on the
environment in which it will be used.
</p>
<ul> <p class="info">
<li> GNU ease.js can be downloaded in a variety of formats, depending on the
<a href="https://ftp.gnu.org/gnu/easejs/easejs-latest.tar.gz">Source Tarball</a> environment in which it will be used. Releases are always stable and
- Full source code, debugging, development, production, and build files production-ready.
<a href="https://ftp.gnu.org/gnu/easejs/easejs-latest.tar.gz.sig">(.sig)</a> </p>
</li>
<li> <ul class="dlopts">
<a href="https://ftp.gnu.org/gnu/easejs/ease-latest.min.js">Production</a> <li>
- Minified, 9.4 kB gzipped (32 kB uncompressed) <a href="https://ftp.gnu.org/gnu/easejs/easejs-latest.tar.gz">Source Tarball</a
<a href="https://ftp.gnu.org/gnu/easejs/ease-latest.min.js.sig">(.sig)</a> >&mdash;Full source code, debugging, development, production, and build files
</li> <a href="https://ftp.gnu.org/gnu/easejs/easejs-latest.tar.gz.sig">(.sig)</a>
<li> </li>
<a href="https://ftp.gnu.org/gnu/easejs/ease-latest.js">Development</a> <li>
- Unminified, 42 kB gzipped (179 kB uncompressed) <a href="https://ftp.gnu.org/gnu/easejs/ease-latest.min.js">Production</a
<a href="https://ftp.gnu.org/gnu/easejs/ease-latest.js.sig">(.sig)</a> >&mdash;Minified, 9.4 kB gzipped (32 kB uncompressed)
</li> <a href="https://ftp.gnu.org/gnu/easejs/ease-latest.min.js.sig">(.sig)</a>
</ul> </li>
<li>
<a href="https://ftp.gnu.org/gnu/easejs/ease-latest.js">Development</a
>&mdash;Unminified, 42 kB gzipped (179 kB uncompressed)
<a href="https://ftp.gnu.org/gnu/easejs/ease-latest.js.sig">(.sig)</a>
</li>
</ul>
</div>
<p> <p>
The tarball contains the full source code, combined files for debugging GNU The tarball contains the full source code, combined files for debugging GNU

View File

@ -296,8 +296,6 @@ span.shell-start {
border-bottom-color: #4e9a06; border-bottom-color: #4e9a06;
} }
/** index **/
.headline { .headline {
position: relative; position: relative;
@ -332,6 +330,24 @@ span.shell-start {
margin: 0.5em 0em; margin: 0.5em 0em;
} }
.headline .info,
.headline .info3 {
position: absolute;
width: 300px;
top: 1.5em;
right: 1em;
margin-right: 2em;
}
.headline .info3 {
/* 3-line title */
top: 2.5em;
}
/** index **/
.btn.download { .btn.download {
float: right; float: right;
margin-top: 0.65em; margin-top: 0.65em;
@ -386,6 +402,10 @@ span.release-current .date {
float: right; float: right;
} }
ul.dlopts {
font-size: 1.1em;
}
/** news **/ /** news **/
h3.git-commit { h3.git-commit {
@ -555,14 +575,6 @@ blockquote.quote {
font-style: italic; font-style: italic;
} }
.headline blockquote.quote {
position: absolute;
width: 300px;
top: 2.5em;
right: 1em;
}
/* from manual (overrides some of the styles above) */ /* from manual (overrides some of the styles above) */
div.float { div.float {

View File

@ -1,7 +1,7 @@
<div class="headline"> <div class="headline">
<h3>The Importance of JavaScript that Respects Your Freedoms</h3> <h3>The Importance of JavaScript that Respects Your Freedoms</h3>
<blockquote class="quote"> <blockquote class="quote info3">
It occurred to me that when we announce ease.js it would be a good occasion to It occurred to me that when we announce ease.js it would be a good occasion to
post something about the importance of making JavaScript code free. post something about the importance of making JavaScript code free.
&mdash;<a href="http://stallman.org" class="subtle">Richard Stallman</a> &mdash;<a href="http://stallman.org" class="subtle">Richard Stallman</a>