Lars algemeen #39

Merged
11291680 merged 12 commits from lars-algemeen into master 2017-01-13 11:20:11 +01:00
3 changed files with 19 additions and 4 deletions
Showing only changes of commit eeedbe5c05 - Show all commits

View File

@@ -10,7 +10,7 @@
<img style="width:50%;margin-left:25%" src="img/top-logo.png" alt="MyHyvesbook+">
</div>
<form action="../profile.php/" method="post">
<form action="/profile.php" method="post">
<h1>Welkom </h1>
<div class="containercenter">
<label><b>Gebruikersnaam</b></label>
@@ -40,7 +40,7 @@
class="close" title="Close Modal">&times;</span>
<!-- Register Content -->
<form class="modal-content animate" action="../profile.php/" onsubmit="return passwordfunction()" method="post">
<form class="modal-content animate" action="/profile.php" onsubmit="return passwordfunction()" method="post">
<h2>Registreer je account</h2>
<div class="container">

View File

@@ -10,10 +10,14 @@
}
.settings label {
width: 200px;
width: 125px;
display: inline-block;
text-align: right;
}
.settings input[type="password"], .settings input[type="text"] {
.settings input[type="password"],
.settings input[type="text"],
.settings input[type="date"] {
border: 1px solid black;
}

View File

@@ -17,6 +17,17 @@
name="place"
placeholder="Woonplaats"
><br />
<label>Geboortedatum</label>
<input type="date"
name="bday"
placeholder="01/01/1900"
><br />
<label>Locatie</label>
<input type="text"
name="location"
placeholder="Locatie"
><br />
<label></label>
<input type="submit"
>
</form>