Merge pull request #703 from thecodingmachine/socialNetworkLink
Social network link anonymous connexion
This commit is contained in:
commit
adb535d1b6
4 changed files with 22 additions and 0 deletions
12
front/dist/resources/html/gameMenu.html
vendored
12
front/dist/resources/html/gameMenu.html
vendored
|
@ -15,6 +15,14 @@
|
|||
#gameMenu section {
|
||||
margin: 10px;
|
||||
}
|
||||
section#socialLinks{
|
||||
position: absolute;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
section#socialLinks img{
|
||||
width: 32px;
|
||||
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="gameMenu" hidden>
|
||||
|
@ -38,5 +46,9 @@
|
|||
<section id="adminConsoleSection" hidden>
|
||||
<button id="adminConsoleButton">Admin console</button>
|
||||
</section>
|
||||
<section id="socialLinks" hidden>
|
||||
<a class="not-button" href="https://www.facebook.com/workadventurebytcm" target="_blank"><img class="not-button" src="/resources/objects/facebook-icon.png"/></a>
|
||||
<a class="not-button" href="https://twitter.com/Workadventure_" target="_blank"><img class="not-button" src="/resources/objects/twitter-icon.png"/></a>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
|
BIN
front/dist/resources/objects/facebook-icon.png
vendored
Normal file
BIN
front/dist/resources/objects/facebook-icon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
front/dist/resources/objects/twitter-icon.png
vendored
Normal file
BIN
front/dist/resources/objects/twitter-icon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
Loading…
Add table
Add a link
Reference in a new issue