commit 6114371b060b179dc116925ac2bbfe89690ba868 Author: OliveTheFemboy <109807080+OliveTheFemboy@users.noreply.github.com> Date: Sat Dec 3 14:53:20 2022 -0500 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/CSS/style.css b/CSS/style.css new file mode 100644 index 0000000..01c24be --- /dev/null +++ b/CSS/style.css @@ -0,0 +1,220 @@ +body +{ + font-family: Arial; + background-color: #ffd589; +} + +hr +{ + visibility: hidden; +} + +p +{ + font-size: 1.03vw; +} + +.titleimg +{ + display: block; + margin-left: auto; + margin-right: auto; +} + +.subtitle +{ + text-align: center; + color: black; +} + +.menubar ul +{ + display: table; + margin: 0 auto; +} + +.menubar ul a +{ + float: left; + width: 200px; + height: 40px; + background-color: #5181ff; + line-height: 40px; + text-align: center; + font-size: 20px; + text-decoration: none; + color: white; + display: inline; +} + +.menubar ul a:hover +{ + background-color: #8800ff; +} + +.dropdown +{ + margin: 0; + padding: 0; + list-style: none; + float: left; + width: 200px; + height: 40px; + background-color: #8800ff; + line-height: 40px; + text-align: center; + font-size: 20px; + display: inline; +} + +.dropdown:hover .dropdownContent +{ + display: block; + position: relative; + z-index: 10; +} + +.dropdownContent +{ + display: none; + background-color: #5181ff; +} + +.dropdownContent a:hover { + background-color: #8800ff; +} + +.dropdownContent a +{ + text-decoration: none; + color: white; + display: block; +} + +.menubar-side +{ + float: left; + width: 200px; + text-align: center; + color: white; + display: inline; +} + +.menubar-side ul +{ + display: table; + margin: 0 auto; +} + +.menubar-side ul a +{ + float: left; + width: 200px; + height: 40px; + background-color: #5181ff; + line-height: 40px; + text-align: center; + font-size: 20px; + text-decoration: none; + color: white; + display: inline; +} + +.global-page-subtitle +{ + color: white; + opacity: 1; + text-align: center; + margin-left: 20px; + margin-bottom: 10px; + width: fit-content; + position: relative; + border-radius: 5px; + background-color: #9e84ff; +} + +.global-page-subtitle p +{ + color: white; + opacity: 1; + position: relative; + text-align: center, justify; + padding: 5px; +} + +.global-page-bg +{ + margin-top: 50px; + margin-left: 300px; + margin-right: 250px; + max-width: 1300px; + min-width: fit-content; + align-self: center; + background-color: #84a6ff; + opacity: 0.9; + z-index: 1; + border-radius: 10px; +} + +.main-page-greet +{ + border-radius: 20px; + background-color: #84a6ff; + color: white; + opacity: 1 !important; + text-align: center; + margin-top: 50px; + margin-left: 300px; + margin-right: 250px; + max-width: 1300px; + min-width: fit-content; + padding-top: 1px; + padding-bottom: 1px; + position: relative; +} + +.main-page-greet p +{ + color: white; + opacity: 1; + position: relative; + text-align: center, justify; + padding: 5px; +} + +.main-page-title +{ + border-radius: 20px; + background-color: #ff9646; + color: white; + opacity: 1 !important; + text-align: center; + margin-top: 20px; + margin-left: 50px; + margin-right: 50px; + max-width: 1200px; + min-width: fit-content; + padding-top: 1px; + padding-bottom: 1px; + position: relative; +} + +.main-page-content +{ + opacity: 1; + padding-top: 20px; + margin-left: 20px; + margin-right: 20px; + position: relative; + z-index: 2; + background-color: #9e84ff; + border-radius: 5px; +} + +.main-page-content p +{ + color: white; + opacity: 1; + position: relative; + text-align: center, justify; +} \ No newline at end of file diff --git a/Downloads/Worlds/BearockS0.mcworld b/Downloads/Worlds/BearockS0.mcworld new file mode 100644 index 0000000..f6adc33 Binary files /dev/null and b/Downloads/Worlds/BearockS0.mcworld differ diff --git a/Global_Resources/Bearock_SMP.png b/Global_Resources/Bearock_SMP.png new file mode 100644 index 0000000..b2e13a1 Binary files /dev/null and b/Global_Resources/Bearock_SMP.png differ diff --git a/Global_Resources/Side Menu Entries.svg b/Global_Resources/Side Menu Entries.svg new file mode 100644 index 0000000..a7d625b --- /dev/null +++ b/Global_Resources/Side Menu Entries.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Global_Resources/Side Panel Items.crv3d b/Global_Resources/Side Panel Items.crv3d new file mode 100644 index 0000000..446cd09 Binary files /dev/null and b/Global_Resources/Side Panel Items.crv3d differ diff --git a/Global_Resources/bear_color_palete.png b/Global_Resources/bear_color_palete.png new file mode 100644 index 0000000..4158c29 Binary files /dev/null and b/Global_Resources/bear_color_palete.png differ diff --git a/Global_Resources/main-menu-options.png b/Global_Resources/main-menu-options.png new file mode 100644 index 0000000..a835119 Binary files /dev/null and b/Global_Resources/main-menu-options.png differ diff --git a/Global_Resources/main-menu-options.svg b/Global_Resources/main-menu-options.svg new file mode 100644 index 0000000..c70e7f5 --- /dev/null +++ b/Global_Resources/main-menu-options.svg @@ -0,0 +1,51 @@ + + + + + + + + + + diff --git a/Global_Resources/main-menu-options_hover.svg b/Global_Resources/main-menu-options_hover.svg new file mode 100644 index 0000000..74e524b --- /dev/null +++ b/Global_Resources/main-menu-options_hover.svg @@ -0,0 +1,48 @@ + + + + + + + + + + diff --git a/Members/member.html b/Members/member.html new file mode 100644 index 0000000..47b3792 Binary files /dev/null and b/Members/member.html differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..c52bea2 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Bearock_Website + Code behind the Bearock SMP Website diff --git a/home.html b/home.html new file mode 100644 index 0000000..52a76f3 --- /dev/null +++ b/home.html @@ -0,0 +1,101 @@ + + + + + + + + Bearock SMP + + +

A Private Survival Multiplayer Server

+ + + +
+ +
+

Welcome to the Bearock SMP website! We are a few friends who play together too much on our spare time. Some of us make content on the side, others just play peacefully (Unless they have dealings with KatieKooky... You'll see soon enough what I mean. - Bear) On this site, you can find all kinds of information. Who owns the server (Me, Bear, BTW), all of our members (Active or Otherwise), their pronouns and any other information they may want to share. You can also find out about major events and builds of each season from the Seasons tab in the menu. For information and questions about the server, that can be found under the About tab.

+

Good Luck!

+
+
+
+
+

~ Bearock SMP | News Feed ~

+
+
+
+

There's totally news here...

+

- Bear

+
+
+

There's totally news here too...

+

- Bear

+
+
+

Website managed by Bear [Beartech]

+
+
+
+
+ + \ No newline at end of file