Skip to content

Commit

Permalink
rebuilt the signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
astianmuchui committed Aug 30, 2023
1 parent 7e97c4f commit 028a4e0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions signup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,24 @@
<link rel="stylesheet" href="../assets/css/style.min.css">
<link rel="stylesheet" href="../assets/lib/aos/aos.css">
<script src="../assets/js/font_awesome/font_awesome_main.js"></script>

<title>Elara TV | Signup</title>
</head>
<body>


<main class="auth-container">
<section class="auth-container">

<div class="overlay">

<div class="form-container-signup">
<img src="../assets/img/logo.png" alt="" height="40px">
<a href="../login/" class="btn-primary">Login</a>
<a href="/">
<img src="../assets/img/logo.png" alt="" height="40px">
</a>

<h4 class="txt-white txt-light"> Register now </h4>

<!-- <small class="error">error</small> -->

<form action="#" method="post">
<label>Username </label>
Expand All @@ -42,13 +48,13 @@

<input type="text">
<button type="submit" class="btn-primary">Register</button>

<small>Already registered? <a href="../login/" class="txt-primary">Login</a></small>
</form>

</div>

</div>
</main>
</>

<script src="../assets/js/typewritter/type_min.js"></script>
<script src="../assets/js/aos/scroll_min.js"></script>
Expand Down

0 comments on commit 028a4e0

Please sign in to comment.