From: bochard Date: Thu, 6 Nov 2025 13:14:58 +0000 (+0800) Subject: lots of changes X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=e8654dc471934ca52b1545633d645d18706d8ac1;p=mysite.git lots of changes --- diff --git a/about-me.php b/about-me.php deleted file mode 100644 index 8b13789..0000000 --- a/about-me.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/email.php b/email.php index dd68c6c..cd589e8 100644 --- a/email.php +++ b/email.php @@ -1,36 +1,48 @@ - - - - - - - - -
- - - - - - - - - - -
-

Email me

-

I'm not going to make you type in a form haha, I don't like that. Email me with your favorite mailer. Talk to me about anything—really, anything (except for those ads and promotions related emails).

- email -

I will respond to you as soon as I can. If weeks has passed and you still did not got a reply, it could mean that I'm already dead (or it could just be that your email has been automatically moved to spam folder).

-
-
- -
+ +
+ + + + + + + + + + + + + + +
+
+ +
+
+ + + + + + + +
+

I'm not going to make you type in a form, I don't like that. Email me with any of your favorite mailer. Talk to me about anything.

+ +

In order to avoid spam, I used an image here to show my email. Please send me through here.

+

I will respond to you as soon as I can. If weeks passed and you still haven't got any reply. It could just simply mean I'm already dead, or just could just be that your email has been flagged as spam and automatically moved to spam folder. So write a genuine, heartfelt email so your email get delivered properly. Thanks!

+
+
+
+ + diff --git a/guestbook.php b/guestbook.php index 8b13789..20cba63 100644 --- a/guestbook.php +++ b/guestbook.php @@ -1 +1,45 @@ - + + +
+ + + + + + + + + + + + + + +
+
+ +
+
+ + + + + + + +
+ +
+
+
+ + + + diff --git a/index.php b/index.php index 2f848bd..731eb49 100644 --- a/index.php +++ b/index.php @@ -17,18 +17,25 @@ + + + + + - +
- +
-

Welcome to my website!!! im very happy that you found my net home even though it's almost unsearchable from the vast internet—much like a needle from a haystack.

-

I would like to give a simple introduction what is this site for... As you can already see it is a site dedicated for personal purpose. What's cool here is I hand-coded all things in here.

-

What's with the old-web style, you might ask. I just really like it. It's just freaking awesome and gives me a feel of nostalgia.

- chicken animation gif + +
+

Welcome to my website!!!

+

I am very happy that you found my net home even though it's almost unsearchable from the vast internet—much like a needle from a haystack in order to find it .

+

I would like to give a simple introduction what is this site for... As you can already see it is a site dedicated for personal purpose. What's cool here is I hand-coded all things in here. If you view the source code, it is mostly written in html. One reason is because I'm not a big fan of css. html is good enough most of the time. Though, I still use css, but very minimal.

+

What's with the old-web style, you might ask. I just really like it. It's just freaking awesome and gives me a feel of nostalgia on the early days of the internet.

@@ -37,5 +44,7 @@ + + diff --git a/info.php b/info.php new file mode 100644 index 0000000..8a32037 --- /dev/null +++ b/info.php @@ -0,0 +1,45 @@ + + +
+ + + + + + + + + + + + + + +
+
+ +
+
+ + + + + + + +
+ +
+
+
+ + + + diff --git a/part/foot.php b/part/foot.php new file mode 100644 index 0000000..71d39f2 --- /dev/null +++ b/part/foot.php @@ -0,0 +1,13 @@ + + + + + + + diff --git a/part/footer.php b/part/footer.php deleted file mode 100644 index cc8e892..0000000 --- a/part/footer.php +++ /dev/null @@ -1,6 +0,0 @@ - - - ἀγάπην τοῦ θεοῦ
- This site is hand-coded since 2024. - - diff --git a/part/head.php b/part/head.php index 1434880..12eab8a 100644 --- a/part/head.php +++ b/part/head.php @@ -1,5 +1,5 @@ diff --git a/part/navtop.php b/part/navtop.php new file mode 100644 index 0000000..b28f672 --- /dev/null +++ b/part/navtop.php @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/part/sidebar.php b/part/sidebar.php index fb55c83..3786f58 100644 --- a/part/sidebar.php +++ b/part/sidebar.php @@ -3,21 +3,39 @@ doraemon doraemon welcome hanging on two trees +
- Site menu - -
+ + + + + + + + + + diff --git a/part/underconstruction.php b/part/underconstruction.php index f3286a7..112db0f 100644 --- a/part/underconstruction.php +++ b/part/underconstruction.php @@ -1,6 +1,8 @@ -
- under-construction text gif
- men in work -

Oopss, nothing here...

-

Come back soon!

-
+
+
+ under-construction text gif
+ men in work +

Oopss, nothing here...

+

Come back soon!

+
+
diff --git a/stylesheet/root.css b/stylesheet/root.css index a2183fd..b2e10fe 100644 --- a/stylesheet/root.css +++ b/stylesheet/root.css @@ -6,11 +6,16 @@ body { background-repeat: repeat; } #maintable { - border: ridge; + min-height: 300px; + height: 100%; } -#sidebar{ - color: white; -} -#sidebar a { +.navbtn { color: yellow; + text-decoration: none; +} +.navbtn:hover { + text-decoration: underline; +} +#foot { + color: white; }