From ae0aa8fa53031cc5081c6d99fc51dfe0ca83125e Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 19 Jun 2011 03:21:49 +0000 Subject: [PATCH] Update for 0.5 --- data/global.css | 14 +++-- html.ct | 164 +++++++++++++++++++++++++++--------------------- html.h | 7 +++ index.c | 1 - 4 files changed, 109 insertions(+), 77 deletions(-) diff --git a/data/global.css b/data/global.css index c27137a..6b8df85 100644 --- a/data/global.css +++ b/data/global.css @@ -3,7 +3,6 @@ margin: 0; padding: 0; outline: 0; - position: relative; } h1, h2, h3, h4, h5, h6 { @@ -80,6 +79,7 @@ body { height: 80px; margin-top: 15px; border-collapse: collapse; + position: relative; } .top * { @@ -148,7 +148,8 @@ body { background-color: white; color: black; margin-top: 20px; - padding: 24px; + padding: 24px; + padding-bottom: 36px; border: solid 1px #bce; border-top: solid 1px #abd; border-radius: 8px; @@ -200,12 +201,14 @@ body { } .download { + position: relative; display: block; z-index: 1; height: 62px; color: white; font-size: 11pt; - padding: 8px 10px 8px 10px; + text-decoration: none; + padding: 8px 25px 8px 25px; background-image: url("../images/dl-bg.png"); border-radius: 10px; -moz-border-radius: 10px; @@ -224,13 +227,14 @@ body { .download img { position: absolute; - top: 10px; + top: 10px; right: 10px; } .screen { float: right; - margin-left: 25px; + margin-left: 25px; + margin-right: 25px; } /* Screnshots */ diff --git a/html.ct b/html.ct index 199f343..56d5430 100644 --- a/html.ct +++ b/html.ct @@ -39,8 +39,10 @@ Content-Type: text/html; charset=UTF-8
-

This site is currently under construction.

-

If I had an animated GIF of a guy with a shovel, I would put it here.

+ <% page->print(); %>
@@ -57,40 +59,46 @@ Content-Type: text/html; charset=UTF-8 <% /* Normal Pages */ %> <% void print_about(void) { %>

- To the best of my knowledge, all the weather related programs currently - available for Linux are either very simple and provide little - meteorological information or are huge, ancient, or proprietary beasts - created for the National Weather Service. AWeather is made to fill the - gap by providing lots of weather information while still using standard - free software practices. As such, the research focus of this software - is weather, not creative way to write software. + AWeather is a free/open source application which has been + designed to integrate and visualize high-quality meteorological + data using an interactive Virtual Globe interface suitable for + a wide range of users including weather enthusiasts, academics, + and professionals. + + It is designed to provide more information than is typically + available from weather widgets and simple desktop applications. + At the same time, it strives to be simpler and easier to use + than existing meteorological software packages such as GEMPAK + and IDV.


-

Intended Features

+

Features

-

Status

-

Now that it's spring again, progress on AWeather is continuing.

Working

-

Todo

+

Planned