From: bochard Date: Sat, 15 Mar 2025 12:14:47 +0000 (+0800) Subject: added lots of things X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=06d79ae4316b5ecbad062987731d66807560bebb;p=mysite.git added lots of things --- diff --git a/.gitignore b/.gitignore index e69de29..b17016f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/archives \ No newline at end of file diff --git a/about.html b/about.html new file mode 100644 index 0000000..e69de29 diff --git a/archives/index.html b/archives/index.html deleted file mode 100644 index 8721c82..0000000 --- a/archives/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - bochard - web developer - - - - - - - - - - - - - - -
-
- - -
-
-

Construction still ongoing!

-

A new version of this website will be released soon!

- -
- -

You can check the previous designs of my website here:

- - -
-
- -

My Projects here:

-

Here are some projects I've done using JavaScript!

- - -
- -

A website I made for a friend!

- -
-
- - - - \ No newline at end of file diff --git a/assets/backgrounds/5021.png b/assets/backgrounds/5021.png deleted file mode 100644 index 44d606c..0000000 Binary files a/assets/backgrounds/5021.png and /dev/null differ diff --git a/assets/gifs/dwelcome.gif b/assets/gifs/dwelcome.gif deleted file mode 100644 index f87d596..0000000 Binary files a/assets/gifs/dwelcome.gif and /dev/null differ diff --git a/assets/gifs/iconwelcomemovetree.gif b/assets/gifs/iconwelcomemovetree.gif deleted file mode 100644 index 6ccbe29..0000000 Binary files a/assets/gifs/iconwelcomemovetree.gif and /dev/null differ diff --git a/assets/icons/favicon.ico b/assets/icons/favicon.ico deleted file mode 100644 index 30a3548..0000000 Binary files a/assets/icons/favicon.ico and /dev/null differ diff --git a/assets/images/under-construction-text.gif b/assets/images/under-construction-text.gif deleted file mode 100644 index bedc540..0000000 Binary files a/assets/images/under-construction-text.gif and /dev/null differ diff --git a/assets/images/under-construction.gif b/assets/images/under-construction.gif deleted file mode 100644 index 93b8c0d..0000000 Binary files a/assets/images/under-construction.gif and /dev/null differ diff --git a/assets/pfp/profile.jpg b/assets/pfp/profile.jpg deleted file mode 100644 index 3415a16..0000000 Binary files a/assets/pfp/profile.jpg and /dev/null differ diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..e69de29 diff --git a/fonts/COMIC.TTF b/fonts/COMIC.TTF new file mode 100644 index 0000000..da55369 Binary files /dev/null and b/fonts/COMIC.TTF differ diff --git a/fonts/COMICBD.TTF b/fonts/COMICBD.TTF new file mode 100644 index 0000000..d45744f Binary files /dev/null and b/fonts/COMICBD.TTF differ diff --git a/images/background.png b/images/background.png new file mode 100644 index 0000000..44d606c Binary files /dev/null and b/images/background.png differ diff --git a/images/construction/underconstructionimg.gif b/images/construction/underconstructionimg.gif new file mode 100644 index 0000000..93b8c0d Binary files /dev/null and b/images/construction/underconstructionimg.gif differ diff --git a/images/construction/underconstructiontxt.gif b/images/construction/underconstructiontxt.gif new file mode 100644 index 0000000..bedc540 Binary files /dev/null and b/images/construction/underconstructiontxt.gif differ diff --git a/images/gifs/doraemon.gif b/images/gifs/doraemon.gif new file mode 100644 index 0000000..f87d596 Binary files /dev/null and b/images/gifs/doraemon.gif differ diff --git a/images/gifs/homepageburning.gif b/images/gifs/homepageburning.gif new file mode 100644 index 0000000..74d91f1 Binary files /dev/null and b/images/gifs/homepageburning.gif differ diff --git a/images/gifs/welcomemovetree.gif b/images/gifs/welcomemovetree.gif new file mode 100644 index 0000000..6ccbe29 Binary files /dev/null and b/images/gifs/welcomemovetree.gif differ diff --git a/index.html b/index.html index 2bd41c1..9e6572c 100644 --- a/index.html +++ b/index.html @@ -1,39 +1,62 @@ - - - - bochard - web developer - + - + - +
- doraemon hello gif - tree with welcome text gif + doraemon hello gif + tree with welcome text gif

welcome to my website!

+ under construction text gif +
+
- under construction text gif - under construction image + 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.

+
+

my projects

+ + + + + + + + + + + + + +
namelinksdatesource code
palindrome checkerclick herei forgotview
+
+ + + \ No newline at end of file diff --git a/links.html b/links.html new file mode 100644 index 0000000..e69de29 diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..e69de29 diff --git a/script.js b/script.js deleted file mode 100644 index e69de29..0000000 diff --git a/scripts/index.js b/scripts/index.js new file mode 100644 index 0000000..e69de29 diff --git a/sitemap.html b/sitemap.html new file mode 100644 index 0000000..e69de29 diff --git a/styles.css b/styles.css deleted file mode 100644 index 51c0f47..0000000 --- a/styles.css +++ /dev/null @@ -1,17 +0,0 @@ -*, -::before, -::after { - padding: 0; - margin: 0; - box-sizing: border-box; -} -html { - font-family: cursive; - background-image: url(/assets/backgrounds/5021.png); - background-position: center; -} -body { - margin: 0 auto; - width: 100%; - max-width: 700px; -} \ No newline at end of file diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..f7d80b2 --- /dev/null +++ b/styles/index.css @@ -0,0 +1,82 @@ +@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; +} +header { + text-align: center; +} +.headernav { + margin: 1rem auto; + width: fit-content; + +} +.navlist { + display: flex; + flex-direction: row; + justify-content: space-between; + gap: 1rem; +} +.navlink { + font-size: 1.6rem; + list-style: none; + padding: 4px 7px; + background-color: #dbdbdb; + border: 7px outset #000000; + border-radius: 8px; + text-shadow: 1px 1px #000000; + cursor: pointer; +} + + + +main { + text-align: center; +} +h1 { + font-family: 'Comic Sans MS Bold'; + font-size: 3rem; +} +p { + font-size: 1.6rem; +} + +section { + margin-top: 2rem; +} +.sectiontitle { + font-family: 'Comic Sans MS Bold'; + font-size: 2.4rem; +} +.projectstable { + width: 100%; + margin: 0 auto; +} +.projectstable, th, td { + border: 1px solid #000000; +} +th, td { + font-size: 1.4rem; + padding: 0.6rem; +} \ No newline at end of file