From: bochard Date: Fri, 21 Mar 2025 11:17:13 +0000 (+0800) Subject: update X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=353b980fcce6597fad2135ea730ec6bffc926a70;p=mysite.git update --- diff --git a/audios/background/rejectedworld.mp3 b/audios/background/rejectedworld.mp3 new file mode 100644 index 0000000..4c624ef Binary files /dev/null and b/audios/background/rejectedworld.mp3 differ diff --git a/images/gifs/badges/anybrowser.gif b/images/gifs/badges/anybrowser.gif new file mode 100644 index 0000000..353bb9f Binary files /dev/null and b/images/gifs/badges/anybrowser.gif differ diff --git a/images/gifs/badges/handcode.png b/images/gifs/badges/handcode.png new file mode 100644 index 0000000..98255e6 Binary files /dev/null and b/images/gifs/badges/handcode.png differ diff --git a/index.html b/index.html index 1c8111b..56714d7 100644 --- a/index.html +++ b/index.html @@ -12,23 +12,22 @@ - + - +
doraemon hello gif tree with welcome text gif

welcome to my website!

- under construction text gif + under construction text gif @@ -36,8 +35,10 @@
under construction image +
under construction text gif -

there's nothing here much right now, I'm still building the site. I'll just eat dinner.

+

Hello! welcome to my net home.

+

writing intro is hard. sorry! 😢😭

my projects

@@ -45,44 +46,37 @@ - - + - - + - - + - - + - - + - - + -
name links datesource code
palindrome checkerclick here i forgotview code
roman numeral converterclick here i forgotview code
temperature converterclick here i forgotview code
tick clockclick here i forgotview code
drum ka dumclick here i forgotview code
simple cash registerclick here i forgotview code
@@ -90,8 +84,13 @@
-

# of visitors:

- +
+

# of visitors:

+
+
+ Viewable With Any Browser + 100% hand coded HTML +
diff --git a/styles/index.css b/styles/index.css index 8f9165f..9f9b608 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,34 +1,22 @@ -@font-face { - font-family: 'Comic Sans MS'; - src: url(/fonts/COMIC.TTF); -} -@font-face { - font-family: 'Comic Sans MS Bold'; - src: url(/fonts/COMICBD.TTF); -} - - *, ::before, ::after { padding: 0; margin: 0; box-sizing: border-box; } html { - font-size: 62.5%; background-image: url(/images/background.png); background-position: center; } body { - font-family: 'Comic Sans MS'; margin: 0 auto; width: 100%; - max-width: 700px; + max-width: 1000px; } header { text-align: center; } .headernav { - margin: 1rem auto; + margin: 10px auto; width: fit-content; } @@ -37,10 +25,10 @@ header { flex-direction: row; justify-content: center; flex-wrap: wrap; - gap: 0.4rem; + gap: 4px; } .navlink { - font-size: 1.4rem; + font-size: 18px; list-style: none; padding: 2px 4px; background-color: #dbdbdb; @@ -56,19 +44,18 @@ main { text-align: center; } h1 { - font-family: 'Comic Sans MS Bold'; - font-size: 3rem; + font-size: 30px; } p { - font-size: 1.6rem; + font-size: 20px; } section { - margin-top: 2rem; + margin-top: 40px; } .sectiontitle { - font-family: 'Comic Sans MS Bold'; - font-size: 2.4rem; + font-size: 24px; + margin-bottom: 10px; } .projectstable { width: 100%; @@ -78,13 +65,15 @@ section { border: 1px solid #000000; } th, td { - font-size: 1.4rem; - padding: 0.6rem; + font-size: 18px; + padding: 6px; } + + footer { display: flex; justify-content: center; align-items: center; - margin-top: 2rem; -} \ No newline at end of file + margin-top: 20px; +}