From: bochard Date: Sun, 13 Jul 2025 11:48:42 +0000 (+0800) Subject: under construction X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=57aac885af63fae089e79a479aec24ccef8c2f68;p=mysite.git under construction --- diff --git a/about-me.php b/about-me.php new file mode 100644 index 0000000..dc0e0a4 --- /dev/null +++ b/about-me.php @@ -0,0 +1,19 @@ + + + + + + + + + +
+ +
+ + diff --git a/files/index.php b/files/index.php new file mode 100644 index 0000000..60563a3 --- /dev/null +++ b/files/index.php @@ -0,0 +1,19 @@ + + + + + + + + + +
+ +
+ + diff --git a/gallery/index.php b/gallery/index.php new file mode 100644 index 0000000..ce4876e --- /dev/null +++ b/gallery/index.php @@ -0,0 +1,19 @@ + + + + + + + + + +
+ +
+ + diff --git a/how-to/index.php b/how-to/index.php new file mode 100644 index 0000000..ce627dd --- /dev/null +++ b/how-to/index.php @@ -0,0 +1,19 @@ + + + + + + + + + +
+ +
+ + diff --git a/images/gifs/under-construction/underconstructionimg.gif b/images/gifs/under-construction/underconstructionimg.gif new file mode 100755 index 0000000..93b8c0d Binary files /dev/null and b/images/gifs/under-construction/underconstructionimg.gif differ diff --git a/images/gifs/under-construction/underconstructiontxt.gif b/images/gifs/under-construction/underconstructiontxt.gif new file mode 100755 index 0000000..bedc540 Binary files /dev/null and b/images/gifs/under-construction/underconstructiontxt.gif differ diff --git a/images/gifs/under_construction/underconstructionimg.gif b/images/gifs/under_construction/underconstructionimg.gif deleted file mode 100755 index 93b8c0d..0000000 Binary files a/images/gifs/under_construction/underconstructionimg.gif and /dev/null differ diff --git a/images/gifs/under_construction/underconstructiontxt.gif b/images/gifs/under_construction/underconstructiontxt.gif deleted file mode 100755 index bedc540..0000000 Binary files a/images/gifs/under_construction/underconstructiontxt.gif and /dev/null differ diff --git a/index.php b/index.php index ef598df..fb230c1 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ diff --git a/journal/entry-1.php b/journal/entry-1.php new file mode 100644 index 0000000..6582498 --- /dev/null +++ b/journal/entry-1.php @@ -0,0 +1,22 @@ + + + + + + + + + +
+ bulb lights +

A Dream.

+

...

+
+
+ + diff --git a/journal/index.php b/journal/index.php new file mode 100644 index 0000000..f86df97 --- /dev/null +++ b/journal/index.php @@ -0,0 +1,19 @@ + + + + + + + + + +
+ +
+ + diff --git a/parts/head.php b/parts/head.php index 24dd423..3d5164f 100644 --- a/parts/head.php +++ b/parts/head.php @@ -1,6 +1,6 @@ +function head($pgtitle, $pgdescription, $pgcss = []){?> @@ -8,13 +8,14 @@ function head($pgtitle, $pgdescription, $pgcss = []){ ?> - <?= htmlspecialchars($pgtitle, ENT_COMPAT); ?> - + <?= htmlspecialchars($pgtitle, ENT_COMPAT);?> + - "> - - - + "> + "> + + + + under-construction text gif
+ men in work +

nothing here yet...

+

check back soon... some content will be inserted here.

+ +
\ No newline at end of file diff --git a/stylesheets/component.css b/stylesheets/component.css new file mode 100644 index 0000000..e024a84 --- /dev/null +++ b/stylesheets/component.css @@ -0,0 +1,28 @@ +#sidebar { + background-image: url(/images/backgrounds/backgroundclouds.gif); + background-repeat: repeat; + vertical-align: top; + height: 100%; + width: 200px; + padding: 15px 10px; + border-style: groove; +} +#sidebar > ul { + margin-top: 0; + padding-left: 5px; +} +#sidebar li { + list-style-type: none; + padding: 1px; +} +#sidebar a { + color: inherit; +} +#body { + vertical-align: top; + padding: 0 20px; +} +#underconstruction-container { + text-align: center; + margin-top: 20px; +} \ No newline at end of file diff --git a/stylesheets/root.css b/stylesheets/root.css index 5bd145a..382e17f 100644 --- a/stylesheets/root.css +++ b/stylesheets/root.css @@ -11,28 +11,4 @@ body { table { height: 100%; width: 100%; -} -#sidebar { - background-image: url(/images/backgrounds/backgroundclouds.gif); - background-repeat: repeat; - vertical-align: top; - height: 100%; - width: 200px; - padding: 15px 10px; - border-style: groove; -} -#sidebar > ul { - margin-top: 0; - padding-left: 5px; -} -#sidebar li { - list-style-type: none; - padding: 1px; -} -#sidebar a { - color: inherit; -} -#body { - vertical-align: top; - padding: 0 20px; } \ No newline at end of file