Hey everyone,
now i publish my register login ui developed for an roleplay Server that i was make but never be finished and i dont want to finish ..
This is a simple login or register ui with "wished" tabs animation with tilt plugin for jquery.
the items of register content its dynamic and javascript functions must not need to be changed.
Login View: https://streamable.com/fackq
Register View: https://streamable.com/o0x8h
// example for a big text on the left side: (the white box goes to the right side)
<div class="item left big">
<h6>Charakternamen Richtlinien</h6>
<p>
[any text here]
<br />
<strong>Beispiel von nutzbaren Namen: <span class="green-text">Max Mustermann</span></strong>
<br />
[any text here]
</p>
</div>
// example for small text to the right side: (the white box goes automaticly to the left side)
<div class="item right big">
<h6>User Werben User</h6>
<p>
[any text here ...]<br/><br/>
<strong>Charaktername des Spielers:</strong>
<input id="recruit_name" type="text" class="white-text" value="Max Mustermann">
</p>
</div>
use cef.execute to call the javascript function:
show(0, "usernamehere"); // for login view
show(1, "usernamehere"); // for register view
Javascript Library's and CSS Frameworks i used:
jquery (jquery.color-2.1.2)
materialize
tilt.jquery
noty
use it, change if you like and do anything you want with it.
Download: https://mega.nz/#!VdFkFISK
Kryptokey: FLkKpmP3nQbK48Tl4fW4mDxb2FwJGbpzW2NcNfnGVGE
Greetz,
Concil