mirror of https://github.com/bra1n/townsquare.git
added disclaimer
This commit is contained in:
parent
dcff59a183
commit
7caa0e7a4b
|
@ -265,6 +265,7 @@ ul {
|
||||||
|
|
||||||
#version {
|
#version {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
text-align: right;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
font-size: 60%;
|
font-size: 60%;
|
||||||
|
|
|
@ -2,14 +2,19 @@
|
||||||
<div class="intro">
|
<div class="intro">
|
||||||
<img src="static/apple-icon.png" alt="" />
|
<img src="static/apple-icon.png" alt="" />
|
||||||
Welcome to the (unofficial)
|
Welcome to the (unofficial)
|
||||||
<b> Virtual Blood on the Clocktower Town Square</b>!<br />
|
<b>Virtual Town Square and Grimoire</b> for Blood on the Clocktower! Please
|
||||||
Please add more players through the
|
add more players through the
|
||||||
<span class="button" @click="toggleMenu">
|
<span class="button" @click="toggleMenu">
|
||||||
<font-awesome-icon icon="cog" /> Menu
|
<font-awesome-icon icon="cog" /> Menu
|
||||||
</span>
|
</span>
|
||||||
on the top right or by pressing <b>[A]</b>.<br />
|
on the top right or by pressing <b>[A]</b>. You can also join a game session
|
||||||
This project is free and open source and can be found on
|
by pressing <b>[J]</b>.<br />
|
||||||
<a href="https://github.com/bra1n/townsquare" target="_blank">GitHub</a>.
|
<div class="footer">
|
||||||
|
This project is free and open source and can be found on
|
||||||
|
<a href="https://github.com/bra1n/townsquare" target="_blank">GitHub</a>.
|
||||||
|
It is not affiliated with The Pandemonium Institute. "Blood on the
|
||||||
|
Clocktower" is a trademark of Steven Medway and The Pandemonium Institute.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -33,6 +38,9 @@ export default {
|
||||||
border: 3px solid black;
|
border: 3px solid black;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
|
@ -45,5 +53,9 @@ export default {
|
||||||
box-shadow: 0 0 10px black;
|
box-shadow: 0 0 10px black;
|
||||||
border: 3px solid black;
|
border: 3px solid black;
|
||||||
}
|
}
|
||||||
|
.footer {
|
||||||
|
font-size: 60%;
|
||||||
|
opacity: 0.75;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue