diff --git a/about-me.html b/about-me.html new file mode 100644 index 0000000..be7dfd8 --- /dev/null +++ b/about-me.html @@ -0,0 +1,23 @@ + + + + + + + About Me + + + + + +
+
+ Bonard +
+
+

About Me

+

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nobis excepturi voluptatem quia? Ipsum sequi incidunt laudantium fuga, impedit exercitationem nobis consequuntur. Aut architecto ipsum explicabo voluptate est quas omnis maiores?

+
+
+ + diff --git a/about.html b/about.html deleted file mode 100644 index de91e1b..0000000 --- a/about.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - About Me - - - - - About - - diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..38a3602 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..75dc995 Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..29c7c45 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..a863937 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..c6c2622 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..8c62d9d Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 2516ce9..2a1ce82 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,43 @@ Home + + + + + + - Home +
+
+

Welcome to Halfheart.net!

+

Welcome to Halfheart.net! This website is home to the Halfheart minecraft servers, my personal projects, and really anything else I want. Have fun.

+
+

This page is actively being worked on! Most things are probobly broken or incomplete. Don't tell me that they are, I know.

+
+
+
+ +
diff --git a/mcservers.html b/mc-servers.html similarity index 82% rename from mcservers.html rename to mc-servers.html index 490a790..4efc466 100644 --- a/mcservers.html +++ b/mc-servers.html @@ -9,7 +9,11 @@ diff --git a/media/2026-06-14_20.24.02.png b/media/2026-06-14_20.24.02.png new file mode 100644 index 0000000..09afbae Binary files /dev/null and b/media/2026-06-14_20.24.02.png differ diff --git a/media/2026-06-14_20.25.44.png b/media/2026-06-14_20.25.44.png new file mode 100644 index 0000000..cf097dc Binary files /dev/null and b/media/2026-06-14_20.25.44.png differ diff --git a/media/bonard.jpg b/media/bonard.jpg new file mode 100644 index 0000000..7ebc2e7 Binary files /dev/null and b/media/bonard.jpg differ diff --git a/site-header.html b/site-header.html index 0cbf7c0..a82aa6f 100644 --- a/site-header.html +++ b/site-header.html @@ -1,9 +1,14 @@ - +
@@ -202,12 +207,13 @@ -
\ No newline at end of file +
+
\ No newline at end of file diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..ce0b4d9 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1 @@ +{"name":"Halfheart.net","short_name":"Halfheart","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..c3ad186 --- /dev/null +++ b/style.css @@ -0,0 +1,34 @@ +@import url(https://fonts.googleapis.com/css?family=Audiowide); + +h1 { + font-family: "Audiowide", serif; + font-weight: 400; + font-style: normal; + color: red; + text-align: center; +} +p { + font-family: Arial, Helvetica, sans-serif; + font-weight: normal; + color: white; +} +body { + height: 100vh; + background-color: #1e1d20; +} +.row { + display: flex; + align-items: center; + margin-left: 10%; + margin-right: 10%; +} +.column { + flex: 50%; + align-items: center; + padding-left: 10px; + padding-right: 10px; +} +img { + display: block; + margin: auto; +} \ No newline at end of file