Skip to content

Commit

Permalink
Account Create Page edited.
Browse files Browse the repository at this point in the history
  • Loading branch information
enderimen committed May 26, 2018
1 parent cde3e8b commit 82277d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions php/account.php → account.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="js/customize.js"></script>
<!--Css-->
<link href="../css/account.css" rel="stylesheet">
<link href="css/account.css" rel="stylesheet">
<!--Shortcut icon-->
<link rel="shortcut icon" href="img/icon.png" type="image/x-icon" />
Expand All @@ -39,15 +39,15 @@
<img src="img/phone.png" alt="">
</div>
<div class="account-form">
<h1>Create Account</h1>
<h1>Hesap Oluştur</h1>
<form action="transaction.php" method="POST">
<input type="email" name="mail" placeholder="E-Mail" required="required" />
<input type="text" name="fullname" placeholder="Fullname" required="required" />
<input type="text" name="username" placeholder="Username" required="required" />
<input type="password" name="password" placeholder="Password" required="required" />
<input type="submit" name="signup" value="Create Account"/>
<input type="email" name="mail" placeholder="E-Posta" required="required" />
<input type="text" name="fullname" placeholder="Tam Adınız" required="required" />
<input type="text" name="username" placeholder="Kullanıcı Adınız" required="required" />
<input type="password" name="password" placeholder="Şifre" required="required" />
<input type="submit" name="signup" value="Oluştur"/>
</form>
<div class="signup"><span>Do you have an account?<a href="login.php">Log in</a></span></div>
<div class="signup"><span>Bir hesabın var mı?<a href="login.php"> Giriş Yapın!</a></span></div>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion css/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ form{
width: 450px;
}

input[type="text"],input[type="password"]{
input[type="text"],input[type="password"],input[type="email"]{
display: flex;
border-radius: 5px;
height: 60px;
Expand Down

0 comments on commit 82277d0

Please sign in to comment.