49 lines
2.8 KiB
HTML
49 lines
2.8 KiB
HTML
<!--
|
||
TerranQuest - Augmented Reality fantasy game
|
||
|
||
Copyright 2016 Netsyms Technologies
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
<div id="rules-modal" class="modal fade" tabindex="-1" role="dialog">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
<h4 class="modal-title" id="rules-box-header">Rules</h4>
|
||
</div>
|
||
<div class="modal-body" id="rules-box-body">
|
||
<p>Please read these rules. Because TerranQuest is a game involving other
|
||
people and the environment, it's important to show good etiquette.</p>
|
||
<ol class="list-group">
|
||
<li class="list-group-item">Do not endanger yourself or others</li>
|
||
<li class="list-group-item">Be considerate and polite in the in-game chat, and don't swear</li>
|
||
<li class="list-group-item">Observe all local laws and rules</li>
|
||
<li class="list-group-item">Respect property rights and obtain permission for playing on private land</li>
|
||
<li class="list-group-item">Be nice to other people and try not to look too creepy</li>
|
||
<li class="list-group-item">Respect and minimize your impact on the environment</li>
|
||
<li class="list-group-item">Don't tamper with or deface any objects, landmarks, barcodes, or other real-world items</li>
|
||
<li class="list-group-item">Pick up any trash you find and dispose of it properly if you can</li>
|
||
<li class="list-group-item">Socialize with any players of other games, such as Geocaching, Ingress, and Pokémon GO, you might meet</li>
|
||
<li class="list-group-item">Follow the Netsyms Technologies Terms of Service at netsyms.com/legal</li>
|
||
<!--
|
||
<li class="list-group-item"></li>
|
||
-->
|
||
</ol>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" data-dismiss="modal" class="btn btn-default"><i class="fa fa-times"></i> Close</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> |