Spelling, aestethic adjustment, grammar, and a basic stylesheet

This commit is contained in:
alisolarflare 2017-06-15 10:34:32 -06:00
parent 6ffc22e0a6
commit 197a7e1698
8 changed files with 72 additions and 65 deletions

View file

@ -7,6 +7,7 @@
<title>Javascript game</title>
<script src="./resources/frameworks/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="./resources/game/tutorial.js" type="text/javascript"></script>
<link rel="stylesheet" href="resources/global/style.css">
</head>
<body>
<nav>

View file

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Chromagaming Civilization Screen</title>
<link rel="stylesheet" href="resources/global/style.css">
</head>
<body>
<nav>

View file

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Questions</title>
<link rel="stylesheet" href="resources/global/style.css">
</head>
<body>
<nav>
@ -22,13 +23,26 @@
into our community, we'd like to get to know you a bit better.
</p>
<ul>
<li>Where did you find our server?</li>
<li>What made you interested in this server?</li>
<li>Do you have Discord? What's your username?</li>
<li>Do you have a Reddit Account? If so, what's your username?</li>
<li>Have you heard of /r/thebutton? If so, have you participated in it? If so... when did ya press?</li>
<li>Have you heard of /r/joinrobin?</li>
<li>Have you heard of /r/place?</li>
<li>Name<br />
<input type="text" name="" value=""></li>
<li>Date of Birth<br ./>
<input type="date" name="" value=""></li>
<li>Gender<br ./>
<input type="date" name="" value=""></li>
<li>Where did you find our server?<br ./>
<input type="text" name="" value=""></li>
<li>What made you interested in us?<br ./>
<input type="text" name="" value=""></li>
<li>Do you have Discord? What's your username?<br ./>
<input type="text" name="" value=""></li>
<li>Do you have a Reddit Account? If so, what's your username?<br ./>
<input type="text" name="" value=""></li>
<li>Have you heard of /r/thebutton? If so, have you participated in it? If so... when did ya press?<br ./>
<input type="text" name="" value=""></li>
<li>Have you heard of /r/joinrobin?<br ./>
<input type="text" name="" value=""></li>
<li>Have you heard of /r/place?<br ./>
<input type="text" name="" value=""></li>
</ul>
<h2>What Questions</h2>
@ -38,12 +52,11 @@
of our rules.
</p>
<ul>
<li><em>If we can't make a list of questions about our rules without
going into too much detail and replacing common sense with pedantic shit,
<li><em>If we can't make a list of questions about our rules
then we can put the actual ruleset in here</em></li>
<li><em>This should be a "common sense" check, to see
if applicants are paying attention to the questions at all.
Consider this Ghostise's secret word</em></li>
<li><em>This should be a "sanity" check, to see
if applicants are paying attention to the questions at all.</em></li>
<li><em>Consider this a basic filter</em></li>
</ul>
<h2>Why Questions</h2>
@ -61,7 +74,7 @@
choose the awnser.
</p>
<h3>Scenarios</h3>
<ul>
<ul id="scenarios">
<li>
You find your base raided: All of your stuff is missing, chests are empty.
What would be your first action?
@ -70,11 +83,13 @@
<li>Go to the moderators, report what happened.</li>
<li>Ignore it all, and try to gather resources to recover</li>
<li>Question yourself... has your base really been raided?</li>
<li>Other...5</li>
<li>Other...</li>
</ul>
Why would you choose this action?
<br />
<input type="text" name="" value="enter your response here">
</li>
<br />
<li>
Someone is breaking Rule #1 and well... being a dick. They'are
angry about (having their base raided/being harrassed by another
@ -87,10 +102,13 @@
<li>Go to the moderators, report what happened.</li>
<li>Ignore them with /ignore, and continue playing your game</li>
<li>See if there is some way distract them from their issue</li>
<li>Other...5</li>
<li>Other...</li>
</ul>
If you were a moderator, what would you choose instead? Why?
<br />
<input type="text" name="" value="enter your response here">
</li>
<br />
<li>
(questions for those over the age of 18... or those mature enough)
One of your friends is upset. Someone has been harrassing them,
@ -104,9 +122,10 @@
<li>Go to the moderators, and report what happened.</li>
<li>Try to cheer up your friend, diverting their attention to something else</li>
<li>Listen to your friend, and reccommend some advice</li>
<li>Other...5</li>
<li>Other...</li>
</ul>
If this situation is happening to you, what would you choose instead?
<br />
<input type="text" name="" value="enter your response here">
</li>
</ul>

View file

@ -1,19 +0,0 @@
{
"players" : [
{
"name": "Ali",
"color": "blue",
"permissions": ["mod", "dev", "op"]
},
{
"name": "Byz",
"color": "grey",
"permissions": ["builder"]
},
{
"name": "iie",
"color": "red",
"permissions" : ["admin", "mod", "dev", "op"]
}
]
}

View file

@ -0,0 +1,3 @@
p, li{
font-family: Helvetica;
}

0
resources/questions Normal file
View file

View file

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Rules</title>
<link rel="stylesheet" href="resources/global/style.css">
</head>
<body>
<nav>

View file

@ -5,6 +5,7 @@
<title>Developer's Sandbox</title>
<script src="./resources/frameworks/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="./resources/sandbox/sandbox.js" type="text/javascript"></script>
<link rel="stylesheet" href="resources/global/style.css">
</head>
<body>
<nav>