From: bochard Date: Fri, 21 Mar 2025 11:55:41 +0000 (+0800) Subject: update X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=dfdf81887968690f6b952ce58ebe7cac8e685753;p=mysite.git update --- diff --git a/404.html b/404.html index b21ee3a..6a7c364 100644 --- a/404.html +++ b/404.html @@ -3,83 +3,13 @@ - - + + page doesn't exist!! - + + + +
diff --git a/index.html b/index.html index f465b74..2eab1bd 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,18 @@ - - + - bochard - web developer + bochard's website' - - + + + + diff --git a/links.html b/links.html index e69de29..5f6d4fa 100644 --- a/links.html +++ b/links.html @@ -0,0 +1,29 @@ + + + + + + + + useful resources + + + + + + +
+

+ +
+
+
+ + \ No newline at end of file diff --git a/sitemap.html b/sitemap.html index e69de29..e326622 100644 --- a/sitemap.html +++ b/sitemap.html @@ -0,0 +1,29 @@ + + + + + + + + sitemap + + + + + + +
+

+ +
+
+ + + \ No newline at end of file diff --git a/styles/index.css b/styles/index.css index 5aae6e5..0e6830e 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,55 +1,3 @@ -*, ::before, ::after { - padding: 0; - margin: 0; - box-sizing: border-box; -} -html { - background-image: url(/images/background.png); - background-position: center; -} -body { - font-family: serif; - margin: 0 auto; - width: 100%; - max-width: 1000px; -} -header { - text-align: center; -} -.headernav { - margin: 10px auto; - width: fit-content; -} -.navlist { - display: flex; - flex-direction: row; - justify-content: center; - flex-wrap: wrap; - gap: 4px; -} -.navlink { - font-size: 18px; - list-style: none; - padding: 2px 4px; - background-color: #dbdbdb; - border: 7px outset #000000; - border-radius: 8px; - text-shadow: 1px 1px #000000; - cursor: pointer; -} - - - -main { - text-align: center; -} -h1 { - font-size: 40px; -} -p { - font-size: 20px; -} - section { margin-top: 40px; } diff --git a/styles/root.css b/styles/root.css new file mode 100644 index 0000000..cf1e5c1 --- /dev/null +++ b/styles/root.css @@ -0,0 +1,52 @@ +*, ::before, ::after { + padding: 0; + margin: 0; + box-sizing: border-box; +} +html { + background-image: url(/images/background.png); + background-position: center; +} +body { + font-family: serif; + margin: 0 auto; + width: 100%; + max-width: 1000px; +} +h1 { + font-size: 40px; +} +p { + font-size: 20px; +} + + +header { + text-align: center; +} +.headernav { + margin: 10px auto; + width: fit-content; +} +.navlist { + display: flex; + flex-direction: row; + justify-content: center; + flex-wrap: wrap; + gap: 4px; +} +.navlink { + font-size: 18px; + list-style: none; + padding: 2px 4px; + background-color: #dbdbdb; + border: 7px outset #000000; + border-radius: 8px; + text-shadow: 1px 1px #000000; + cursor: pointer; +} + + +main { + text-align: center; +} \ No newline at end of file