Compare commits

...

5 Commits

Author SHA1 Message Date
Gerold55 ba8534484a
Add files via upload 2018-04-04 22:41:03 -04:00
Gerold55 e7b6c2daa0
Add files via upload 2018-04-04 22:36:24 -04:00
Gerold55 cae9065209
Delete about.html 2018-04-04 22:20:04 -04:00
Gerold55 af6ccbea1d
Add files via upload 2018-04-04 22:19:41 -04:00
Gerold55 202a87975b
Add files via upload 2018-04-04 19:57:12 -04:00
8 changed files with 107 additions and 69 deletions

View File

@ -1,24 +0,0 @@
<html>
<head>
<title>About | Qub3d Engine Group</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">\
<div class="logo">
<img src="Qub3d.png">
</div>
<ul class="main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li class="active"><a href="about.html">ABOUT</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li><a href="team.html">TEAM</a></li>
</ul>
</div>
</header
</body>
</html>

View File

@ -1,24 +1,49 @@
<html>
<head>
<title>Community Rules | Qub3d Engine Group</title>
<title>Community Rules | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="Qub3d.png">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">\
<div class="row">
<div class="logo">
<img src="Qub3d.png">
</div>
<ul class="main-nav">
<nav class="main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="active"><a href="communityrules.html">COMMUNITY RULES</a></li>
<li><a href="team.html">TEAM</a></li>
</ul>
<li><a href="contact.html">MORE INFORMATION</a></li>
</nav>
</div>
</header
</header>
<div class="cr">
<h1>Community Rules</h1>
<p><br><strong>By participating in this community, you agree to abide by our community rules.</strong></br>
<br><strong>RESPECT:</strong> Everyone is entitled to basic respect, period. Assume the best, aim to resolve conflict, and treat others the way you want to be treated. Harassment, hate speech, bullying, "flaming" and "trolling" will not be tolerated in any form.</br>
<br><strong>COMMUNICATION:</strong> Don't be shy about sharing ideas, asking questions, or expressing concerns; also, please respect others' right to communicate the same.</br>
<br><strong>QUESTIONS AND ANSWERS:</strong> If you don't know something, please ask for help! We are all growing and learning. Meanwhile, please don't answer questions in a rude or flippant manner.</br>
<br><strong>COLLABORATION:</strong> We welcome your ideas and collaborative efforts. Please remember that our projects are the culmination of many ideas. Regard the contributions of others with the same value you place on your own.</br>
<br><strong>STEPPING DOWN:</strong> Your participation is voluntary. If you decide you don't want to be involved in the community in some capacity anymore, that is your right. However, please be considerate in how you step down, so as to minimize disruption to the community.</br>
<br><strong>LANGUAGE:</strong> We ask that our community members not use crude or foul language (i.e. profanity, racism, etc.). This includes "obfuscation" of such language, such as through substituting symbols for the letters. This rule helps keep our communication friendly, and promotes use of real words to express ideas.</br>
<br><strong>CONTENT:</strong> We ask that our community members do not post any content which is "NSFW" (not safe/appropriate for work), "mature audiences only." PG-13 is somewhat tolerable, but do not push it. This would include material which is morbid, overly violent, explicitly sexual, or encouraging/condoning any illegal activity.</br>
<br><strong>OFFTOPIC:</strong> We generally discourage discussions involving Politics, Religion or Sports. They don't really have anything to do with our project, and do little but cause arguments.</br>
<br>The same goes for MINETEST and its affiliated development. We like Minetest, but as we are no longer using their engine as our base, we are trying to move forward. It will not be useful for anyone to bring up old arguments or fights, nor will it bring new light into a developing community.</br>
<br>Please keep all these kinds of debates on the front lawn and out of our house.</br>
<br><strong>NO LITTERING:</strong> Please don't create content which serves absolutely no purpose to the community's goal. Fun, humor, and occasional off-topic talk is welcome (especially in comments and chat) as long as it doesn't interfere with the community's goals, but please don't clutter up the community with useless noise.</br>
<br><strong>NO VANDALISM:</strong> Do not attempt to deface, remove, or otherwise destroy your contributions, or the contributions of others. (This does NOT include revision or removal of comments.) If you need something removed, contact an administrator.</br>
<br><strong>NO CRACKING:</strong> We have set various security measures and permissions controls in place throughout our network. Do not tamper with these or attempt to break them; doing so is a serious violation, generally resulting in immediate and permanent removal from the community.</br>
<br><strong>NO ADVERTISING:</strong> You may not post anything designed solely to promote another website, product, service, or the like. You MAY post links and/or information.</br>
<br><strong>NO SCRAPING:</strong> You may not collect bulk information about our staff or community members by any means for any reason.</br>
<br><strong>YOUR ACCOUNT:</strong> You are solely responsible for the maintenance and operation of your account in compliance with these rules. If you believe your account has been compromised, contact the community's administrators.</br>
<br><strong>MODERATORS:</strong> All moderators have final authority. Their decision shall be considered final - modification and reversal of decisions are internal moderation issues. In the event of a conflict between moderators and community members, contact an administrator privately.</br>
<br><strong>OUR RIGHTS:</strong> The community administrators retain the exclusive rights of full control over all aspects of the community network, including...</br>
<br>The right to add, modify, and remove any content as we see fit.</br>
<br>The right to add, modify, and remove features and access to features as we see fit.</br>
<br>The right to grant and revoke anyone's access to the community, as we see fit.</br>
<br>The right to revise these rules as we see fit.</br></p>
</div>
</body>
</html>

View File

@ -1,24 +1,33 @@
<html>
<head>
<title>Qub3d Engine</title>
<title>More Info | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="Qub3d.png">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">\
<div class="row">
<div class="logo">
<img src="Qub3d.png">
</div>
<ul class="main-nav">
<nav class="main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="active"><a href="contact.html">CONTACT</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li><a href="team.html">TEAM</a></li>
</ul>
<li class="active"><a href="contact.html">MORE INFORMATION</a></li>
</nav>
</div>
</header
</header>
<div class="contact">
<h1>CONTACT US</h1>
<p><br>You can email us at <strong>yo@qub3d.org</strong> with inquiries.</br></p>
<h1>PLUG IN</h1>
<p><br>Become a Contributor on <a href="https://phab.qub3d.org"><strong>Phabricator</strong></a></br>
<br>Join the conversation on <a href="https://discord.gg/jQF3s8m"><strong>Discord</strong></a></br>
<br>Join the <code>#qub3d</code> <a href="https://webchat.freenode.net/?channels=#qub3d"><strong>Freenode IRC</strong></a></br></p>
</div>
</body>
</html>

16
header.html Normal file
View File

@ -0,0 +1,16 @@
<html>
<header>
<div class="row">
<div class="logo">
<img src="Qub3d.png">
</div>
<nav class="main-nav">
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li><a href="team.html">TEAM</a></li>
</nav>
</div>
</header>
</html>

View File

@ -1,24 +1,23 @@
<html>
<head>
<title>Home | Qub3d Engine Group</title>
<title>Home | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="Qub3d.png">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">\
<div class="row">
<div class="logo">
<img src="Qub3d.png">
</div>
<ul class="main-nav">
<nav class="main-nav">
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li><a href="team.html">TEAM</a></li>
</ul>
<li><a href="contact.html">MORE INFORMATION</a></li>
</nav>
</div>
</header
</header>
</body>
</html>
</html>

View File

@ -1,22 +1,23 @@
<html>
<head>
<title>News | Qub3d Engine Group</title>
<title>News | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="Qub3d.png">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">\
<div class="row">
<div class="logo">
<img src="Qub3d.png">
</div>
<ul class="main-nav">
<nav class="main-nav">
<li><a href="index.html">HOME</a></li>
<li class="active"><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li><a href="team.html">TEAM</a></li>
</ul>
<li><a href="contact.html">MORE INFORMATION</a></li>
</nav>
</div>
</header

View File

@ -6,7 +6,8 @@
header
{
height: 10xh;
height: auto;
overflow: auto;
background-size: cover;
background-position: center;
}
@ -15,7 +16,7 @@ header
{
float: right;
list-style: none;
margin-top: 30px;
margin: 40px 16px 0px 0px;
}
.main-nav li
@ -30,6 +31,7 @@ header
padding: 5px 20px;
font-family: "Roboto", sans-serif;
font-size: 15px;
border: 1px solid transparent;
}
.main-nav li.active a
@ -41,12 +43,16 @@ header
{
border: 1px solid black;
}
.logo img
{
.logo {
display: inline-block;
width: 100px;
height: auto;
float: left;
position: relative;
}
.logo img
{
width: 100%;
height: auto;
}
body
@ -60,7 +66,14 @@ body
margin: auto;
}
.hero
.team
{
position: absolute;
width: 1200px;
margin-left: 100px;
}
.cr
{
position: absolute;
width: 1200px;
@ -72,7 +85,7 @@ h1
color: black;
text-transform: uppercase;
font-size: 70px;
margin-top: 200px;
margin-top: 75px;
}
p, br

View File

@ -1,7 +1,7 @@
<html>
<head>
<title>Home | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="favicon.png">
<title>Team | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="Qub3d.png">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
@ -10,15 +10,15 @@
<div class="logo">
<img src="Qub3d.png">
</div>
<ul class="main-nav">
<nav class="main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li class="active"><a href="team.html">TEAM</a></li>
</ul>
</div>
<div class="hero">
<li><a href="contact.html">MORE INFORMATION</a></li>
</nav>
</header>
<div class="team">
<h1>Our Team</h1>
<p><br>Scarecröwman <em>(classified)</em>: Fearless Leader and founder of Qub³d</br>
<br>toby109tt (Toby plowy): Lead Graphics Tamer and founder of Qub³d</br>
@ -28,6 +28,5 @@
<br>SonosFuer (Austin): Documentor</br>
<br>...and many more!</br></p>
</div>
</header>
</body>
</html>