This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
86 lines (74 loc) · 4.3 KB
/
signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta http-equiv="Cache-Control" content="no-store" />
<meta name="keywords" content="dodol iwak, iwak, laut, ikan, udang, hasil laut, nelayan, petranesian, uk petra">
<meta name="description" content="Dodol Iwak merupakan situs jual beli hasil laut online yang memberikan daftar komoditas hasil laut terlengkap dengan harga yang terjangkau untuk masyarakat">
<meta name="author" content="PT 13 Jaya Sentosa">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="./style/style.css">
<link rel="stylesheet" href="./style/style-login.css">
<!-- Misc -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link rel="manifest" href="./assets/favicon/site.webmanifest">
<link rel="mask-icon" href="./assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Dodol Iwak – Daftar Akun</title>
</head>
<body>
<div class="form-cover col-10 col-sm-9 col-md-7 col-lg-6 mt-5 py-5">
<form action="" method="POST ">
<div class="login-image-container">
<img src="./assets/images/sign_up.jpg" alt="" id="login-image">
</div>
<div class="form-content">
<h3 class="login-title-text">Daftar Akun</h3>
<div class="form-group ">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email" required>
</div>
<div class="form-group">
<label for="exampleInputPassword1 ">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1 " placeholder="Password" required>
</div>
<div class="form-group">
<label for="confirm-password ">Confirm Password</label>
<input type="password" class="form-control" id="confirm-password" placeholder="Confirm Password" required>
</div>
<div class="login-btn-container">
<button type="submit" class="btn" id="login-btn">Daftar</button>
</div>
<div class="login-text-container">
<small>Sudah punya akun? <a href="./login.html "><b>Login</b></a></small>
</div>
</div>
</form>
</div>
<div class="navbar-container position-fixed " style="height: 100vh "></div>
<div class="footer-container row justify-content-center py-4"></div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js " integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p " crossorigin="anonymous "></script>
<!-- JavaScript -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js "></script>
<script>
$(document).ready(function() {
$(".navbar-container ").load("./container/navbar.html ");
$(".footer-container").load("./container/footer.html");
});
</script>
</body>
</html>