commit d383ee654493c79f8546cca6e78924bb13dc1df9 Author: Paul Warren Date: Sat Feb 10 17:57:43 2024 +1100 Initial Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e10afc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ + + diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..eb4d51b --- /dev/null +++ b/footer.php @@ -0,0 +1,3 @@ + diff --git a/header.php b/header.php new file mode 100644 index 0000000..3d0f959 --- /dev/null +++ b/header.php @@ -0,0 +1,3 @@ + diff --git a/index.php b/index.php new file mode 100644 index 0000000..90d9b66 --- /dev/null +++ b/index.php @@ -0,0 +1,27 @@ + + + + DAVIAC: A relay computer + + + + + + +
+ +
+

DAVIAC: A Relay Computer +

+ +
+

Insert image of main block + +

+ +
+ + + diff --git a/sidebar.php b/sidebar.php new file mode 100644 index 0000000..ef45c70 --- /dev/null +++ b/sidebar.php @@ -0,0 +1,15 @@ + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..7e3a425 --- /dev/null +++ b/style.css @@ -0,0 +1,46 @@ +#background { + background: none repeat scroll 0 0; + background-color: #DADADA; + width: 90%; + margin: auto; + border-radius: 15px; + padding: 10px; +} + + +#main-text { + float: left; + width: 50%; +} + +#sidebar { + float: right; + border-radius: 15px; + width: 45%; + #width: 315px; + padding: 15px; + background-color:#A0A0A0; +} + +#ipv6-cert { + text-align: center; +} + +#ipv6-test { + float: right; +} + +#footer { + clear: both; +} + +#footer p { + font-size: 10px; +} + + +/* firefox 3 hacks */ +img { + border: none; +} +