]> Pileus Git - ~andy/aweather-web/commitdiff
Add storm-based warning to front page
authorAndy Spencer <andy753421@gmail.com>
Tue, 8 Nov 2011 05:51:40 +0000 (05:51 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 8 Nov 2011 05:51:40 +0000 (05:51 +0000)
data/global.css
html.ct
screens/stormbased.png [new file with mode: 0644]
screens/stormbased_s.jpg [new file with mode: 0644]

index 055fec87dec0f826fff020d98813489b0ca34308..aa85aad9ffe588effcf4f4f8b2427e38fdad59e5 100644 (file)
@@ -1,4 +1,4 @@
-/* Clearn defaults */
+/* Clear defaults */
 * {
        margin: 0;
        padding: 0;
@@ -251,7 +251,7 @@ body {
        margin-right: 25px;
 }
 
-/* Screnshots */
+/* Screenshots */
 .gallery {
        padding: 0px; /* override ul */
        margin: 20px;
diff --git a/html.ct b/html.ct
index 15886ee1808ad0ab9ab16d5964eb854df1e757d0..1603cf4e89bc910cdb92c765d3c9600480367c29 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -457,7 +457,11 @@ Content-Type: text/html; charset=UTF-8
                <li>Terrain rendering</li>
        </ul>
        <div style="float: left; margin-left: 20px;">
-               <% print_screen("meso"); %>
+               <% print_screen("stormbased"); %>
+               <div style="text-align: center; margin-right: 25px;">
+                       AWeather showing storm based warnings<br />
+                       on top of Level-II radar imagery
+               </div>
        </div>
        <a href="download" class="download" style="float: right;">
                <span>Download</span>
diff --git a/screens/stormbased.png b/screens/stormbased.png
new file mode 100644 (file)
index 0000000..cb5d9b4
Binary files /dev/null and b/screens/stormbased.png differ
diff --git a/screens/stormbased_s.jpg b/screens/stormbased_s.jpg
new file mode 100644 (file)
index 0000000..c554a5c
Binary files /dev/null and b/screens/stormbased_s.jpg differ