]> Pileus Git - ~andy/aweather-web/commitdiff
Add pileus.org link
authorAndy Spencer <andy753421@gmail.com>
Mon, 24 Dec 2012 05:33:54 +0000 (05:33 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 24 Dec 2012 05:33:54 +0000 (05:33 +0000)
data/global.css
html.ct
mkfile

index 8268c1553f16e5135ab9149b068558378246278c..4d121fcf8a50d7e44a1ef869422fd358539eb624 100644 (file)
@@ -112,6 +112,12 @@ body {
        color: #222;
 }
 
        color: #222;
 }
 
+.subtitle, .subtitle a {
+       font-size: 22pt;
+       font-style: italic;
+       float: right; 
+}
+
 .nav {
        position: absolute;
        top: 42px;
 .nav {
        position: absolute;
        top: 42px;
diff --git a/html.ct b/html.ct
index 58a1bf78eba56305a9006f59a91b725e59eda49a..4141a21ce633c4ce7beb751fac26361ecab96ff2 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -39,6 +39,7 @@ Content-Type: text/html; charset=UTF-8
                <div class="top">
                        <a href="."><img class="logo" src="images/logo.png" alt="AWeather" /></a>
                        <h1 class="title"><a href=".">AWeather</a></h1>
                <div class="top">
                        <a href="."><img class="logo" src="images/logo.png" alt="AWeather" /></a>
                        <h1 class="title"><a href=".">AWeather</a></h1>
+                       <h1 class="subtitle"><a href="..">pileus.org</a></h1>
                        <h2 class="nav">
                                <% for (int i = 0; header[i].link; i++) print_nav(&header[i], page); %>
                                <span class="sep"></span>
                        <h2 class="nav">
                                <% for (int i = 0; header[i].link; i++) print_nav(&header[i], page); %>
                                <span class="sep"></span>
diff --git a/mkfile b/mkfile
index c998c326e7350023173361e5dec417d585988f77..3a26f212d6fec08b589333019da457721afc613a 100644 (file)
--- a/mkfile
+++ b/mkfile
@@ -1,4 +1,4 @@
-CT=/home/andy/git/ct/ct
+CT=/home/andy/src/ct/ct
 CFLAGS='--std=c99 -Wall'
 
 all:V: index.cgi manual.inc images/aweather.ico images/logo.png
 CFLAGS='--std=c99 -Wall'
 
 all:V: index.cgi manual.inc images/aweather.ico images/logo.png