added language file
This commit is contained in:
parent
26ab7c9dd9
commit
8d5786d458
5 changed files with 102 additions and 16 deletions
|
|
@ -17,24 +17,29 @@
|
|||
<div class="form-bottom">
|
||||
<form role="form" action="" method="post" class="registration-form">
|
||||
<div class="form-group">
|
||||
<label class="sr-only" for="form-first-name">First name</label>
|
||||
<input type="text" name="form-first-name" placeholder="First name..."
|
||||
class="form-first-name form-control" id="form-first-name">
|
||||
<label class="sr-only" for="first-name">First name</label>
|
||||
<input type="text" placeholder="First name..." class="form-first-name form-control"
|
||||
name="first-name" id="first-name">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="sr-only" for="form-last-name">Last name</label>
|
||||
<input type="text" name="form-last-name" placeholder="Last name..."
|
||||
class="form-last-name form-control" id="form-last-name">
|
||||
<label class="sr-only" for="last-name">Last name</label>
|
||||
<input type="text" placeholder="Last name..." class="form-last-name form-control"
|
||||
name="last-name" id="last-name">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="sr-only" for="form-email">Email</label>
|
||||
<input type="text" name="form-email" placeholder="Email..." class="form-email form-control"
|
||||
id="form-email">
|
||||
<label class="sr-only" for="email">Email</label>
|
||||
<input type="text" placeholder="Email..." class="form-email form-control"
|
||||
name="email" id="email">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="sr-only" for="form-about-yourself">About yourself</label>
|
||||
<textarea name="form-about-yourself" placeholder="About yourself..."
|
||||
class="form-about-yourself form-control" id="form-about-yourself"></textarea>
|
||||
<label class="sr-only" for="password">About yourself</label>
|
||||
<textarea placeholder="About yourself..." class="form-about-yourself form-control"
|
||||
name="password" id="password"></textarea>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="sr-only" for="password">About yourself</label>
|
||||
<textarea placeholder="About yourself..." class="form-about-yourself form-control"
|
||||
name="password-re" id="password-re"></textarea>
|
||||
</div>
|
||||
<button type="submit" class="btn">Sign me up!</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue