Initial commit

This commit is contained in:
OliveTheFemboy
2022-12-03 14:53:20 -05:00
commit 6114371b06
13 changed files with 431 additions and 0 deletions

101
home.html Normal file
View File

@@ -0,0 +1,101 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="The Official Website for Bearock SMP">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="minecraft, minecraft bedrock, bearock, bearocksmp, bearock smp, mcbe, mc bedrock, bedrock edition, bedrock edition smp">
<title>Bearock SMP</title>
<link rel="stylesheet" type="text/css" href="./CSS/style.css">
<img class="titleimg" src="./Global_Resources/Bearock_SMP.png">
<h3 class="subtitle">A Private Survival Multiplayer Server</p>
<nav>
<div class="menubar">
<ul>
<a href="">Home</a>
<a href="./Videos/videos.html">Videos</a>
<li class="dropdown">
<a href="./Members/member.html">Members</a>
<div class="dropdownContent">
<a href="./Members/Beartech/member.html">Beartech</a>
<a href="./Members/TheEggYT/member.html">TheEggYT</a>
<a href="./Members/KatieKooky/member.html">KatieKooky</a>
<a href="./Members/EarthTuba/member.html">EarthTuba</a>
<a href="./Members/Puffy/member.html">Puffy</a>
<a href="./Members/Pancakes/member.html">Pancakes</a>
<a href="./Members/Pixeldragon/member.html">Pixeldragon</a>
</div>
</li>
<li class="dropdown">
<a href="./About/Seasons/season.html">Seasons</a>
<div class="dropdownContent">
<a href="./About/Seasons/S0/season.html">Season 0</a>
<a href="./About/Seasons/S1/season.html">Season 1</a>
</div>
</li>
<li class="dropdown">
<a href="./Downloads/download.html">Downloads</a>
<div class="dropdownContent">
<a href="./Downloads/Worlds/download.html">Worlds</a>
<a href="./Downloads/Packs/download.html">Addons & Packs</a>
</div>
</li>
<li class="dropdown">
<a href="./About/about.html">About</a>
<div class="dropdownContent">
<a href="./About/Rules/about.html">Rules</a>
<a href="./About/Software/about.html">Software</a>
<a href="./About/Uptime/about.html">When's it on?</a>
<a href="./About/Specs/about.html">Server Specs</a>
</div>
</li>
</ul>
</div>
</nav>
</head>
<body>
<div>
<div class="menubar-side">
<ul>
<a href="#News1">May. 20, 2022</a>
<hr>
<a href="#News2">Apr. 21, 2022</a>
<hr>
<a href="#News3">Apr. 20, 2022</a>
<hr>
<a href="#News4">Apr. 19, 2022</a>
<hr>
<a href="#News5">Apr. 18, 2022</a>
<hr>
<a href="#News6">Apr. 17, 2022</a>
<hr>
<a href="#News7">Apr. 16, 2022</a>
<hr>
</ul>
</div>
<div class="main-page-greet">
<p>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.</p>
<p>Good Luck!</p>
</div>
<div class="global-page-bg">
<hr>
<div class="main-page-title">
<h2>~ Bearock SMP | News Feed ~</h2>
</div>
<hr>
<div class="main-page-content" id="News1">
<p>There's totally news here...</p>
<p>- Bear</p>
</div>
<div class="main-page-content" id="News2">
<p>There's totally news here too...</p>
<p>- Bear</p>
</div>
<div class="global-page-subtitle">
<p>Website managed by Bear [Beartech]</p>
</div>
<hr>
</div>
</div>
</body>
</html>