-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogoutSuccess.html
More file actions
227 lines (220 loc) · 8.33 KB
/
logoutSuccess.html
File metadata and controls
227 lines (220 loc) · 8.33 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<link
href="https://fonts.googleapis.com/css?family=Nunito Sans"
rel="stylesheet"
/>
<style>
.Nunito {
font-family: "Nunito Sans";
}
.line-container {
display: flex;
align-items: center;
justify-content: center;
}
.line {
width: 1px;
height: 80%;
background-color: #9aa2a5;
}
.eye-icon {
padding-right: 10px;
padding-bottom: 20px; /* Adjust the padding as needed */
}
</style>
</head>
<body>
<div
class="flex justify-center align-center md:min-h-screen w-screen bg-[#F1F7F9]"
>
<!-- Notfiication -->
<div
class="fixed top-0 left-1/2 transform -translate-x-1/2 z-50 w-full max-w-screen-sm sm:w-96 md:w-96 text-green-900 border-l-4 border-green-500 bg-green-200 p-4 flex items-center"
>
<svg
class="flex-shrink-0 inline w-4 h-4 me-3"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 20 20"
>
<path
d="M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z"
/>
</svg>
<span class="sr-only flex">Info</span>
<div>
<span class="font-medium">anda berhasil logout</span>
</div>
</div>
<!-- Bg Image -->
<div>
<img
src="https://minio.npedigihouse.tech/ith/sso/assets/image/login-bg.png"
class="h-[336px] w-full object-cover fixed top-0 bottom-0 right-0 left-0 my-auto z-0"
/>
</div>
<!-- Login Card -->
<div
class="flex flex-col-reverse gap-y-4 lg:flex-row px-8 md:px-12 m-8 md:m-10 py-8 md:my-auto lg:mx-auto bg-white max-w-3xl md:max-w-5xl h-3/4 lg:max-h-[500px] z-40 shadow-[2px_4px_10px_0px_rgba(0,0,0,0.20)]"
>
<div class="w-full lg:w-1/2 flex align-center">
<!-- Left Section -->
<div class="rounded-lg bg-[#F1F7F9] py-4 px-6">
<div class="flex flex-col justify-between h-full">
<h1 class="font-bold text-[#0C5A7A] text-base">
1. Layanan Login ITH
</h1>
<p class="text-sm">
Layanan Login ITH merupakan aplikasi berbasis SSO (Single Sign
On) yang memungkinkan civitas akademika ITH untuk mengakses
beberapa ap likasi pendukung kegiatan ITH dengan menggunakan
satu akun saja yaitu ITH Account
</p>
<h2 class="font-bold text-[#0C5A7A] text-base">2. Daftar Akun</h2>
<p class="text-sm">
Untuk menggunakan Login ITH, Anda harus memiliki ITH Account
terlebih dahulu. ITH Account dapat dimiliki oleh:
</p>
<ul class="list-disc list-inside ml-6 text-sm">
<li>Mahasiswa</li>
<li>Staf/Dosen yang memiliki NIP</li>
<li>Staf/Dosen/Peneliti yang tidak memiliki NIP</li>
</ul>
<h3 class="font-bold text-[#0C5A7A] text-base">
3. Lupa Password
</h3>
<p class="text-sm">
Jika lupa password, silahkan klik link berikut.
</p>
<h4 class="font-bold text-[#0C5A7A] text-base">
4. Peringatan Keamanan
</h4>
<p class="text-sm">
Demi keamanan, mohon untuk selalu logout dan mematikan browser
jika telah selesai mengakses layanan internet ITH.
</p>
</div>
</div>
</div>
<!-- Divider -->
<div
class="w-[1px] mx-8 h-96 hidden lg:block max-h-full my-auto bg-[#9AA2A5]"
></div>
<!-- Right Section -->
<div class="w-full lg:w-1/2 flex flex-col">
<div class="flex flex-col justify-center">
<img
src="https://minio.npedigihouse.tech/ith/sso/assets/image/logo-ith.png"
alt="logo-ith"
class="w-20"
/>
<p class="text-gray-700 text-base"></p>
<p class="font-bold text-3xl text-[#0C5A7A]">Single Sign On</p>
<h1 class="font-bold text-base text-[#DBD44D]">
Institut Teknologi Bj Habibie
</h1>
</div>
<form class="h-full flex flex-col gap-y-4 justify-between">
<div class="relative">
<label
for="email"
class="block mb-2 text-sm font-bold text-gray-900 dark:text-black"
>Nomor Induk Mahasiswa (NIM)</label
>
<img
src="https://minio.npedigihouse.tech/ith/sso/assets/icon/Icon-right.svg"
alt="ktm-icon"
class="right-0 absolute px-4 py-2 z-1"
/>
<input
name="username"
type="text"
class="bg-white border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 hover:bg-[#ECEFF0]"
placeholder="Masukkan NIM"
required
/>
</div>
<div class="relative">
<label
for="password"
class="block mb-2 text-sm font-bold text-gray-900 dark:text-black"
>Password</label
>
<img
src="https://minio.npedigihouse.tech/ith/sso/assets/icon/eye-vector.svg"
alt="eye-closed"
id="myIcon"
class="right-0 absolute px-4 py-4 z-1 cursor-pointer"
onclick="myFunction()"
/>
<img
src="https://minio.npedigihouse.tech/ith/sso/assets/icon/eye-Icons.svg"
alt="eye-icons"
id="myIconOpen"
class="right-0 absolute px-4 pt-2 pb-4 hidden z-1 cursor-pointer eye-icons"
onclick="myFunction()"
/>
<input
name="password"
id="myInput"
type="password"
class="bg-white border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 hover:bg-[#ECEFF0]"
placeholder="Masukkan Password"
required
/>
<script src="https://minio.npedigihouse.tech/ith/sso/assets/script/index.js"></script>
</div>
<div class="flex items-start">
<div class="flex items-center">
<input
name="remember-me"
type="checkbox"
class="w-4 h-4 border border-gray-300 rounded bg-gray-50 focus:ring-3 focus:ring-blue-300 dark:bg-gray-700 dark:border-gray-600 dark:focus:ring-blue-600 dark:ring-offset-gray-800 dark:focus:ring-offset-gray-800"
/>
</div>
<label for="remember" class="ms-2 text-sm font-medium text-black"
>Remember me</label
>
</div>
<button
name="submit"
value="submit"
type="submit"
class="text-white bg-[#0C5A7A] hover:bg-[#08394C] active:bg-[#03171E] font-medium rounded-lg text-sm w-full sm:w-1/2 px-20 py-2.5 text-center"
>
Login
</button>
</form>
</div>
</div>
</div>
<!-- Footer -->
<footer
class="hidden md:flex items-center bg-[#F1F7F9] lg:bottom-0 lg:absolute justify-between w-full lg:px-12 px-8"
>
<div>
<p class="Nunito text-sm text-[#9AA2A5]">
Powered By ith.ac.id. All Rights Reserved
</p>
</div>
<div class="self-end">
<img
src="https://minio.npedigihouse.tech/ith/sso/assets/image/Bottom-img.png"
alt="Bottom-img"
width="130px"
/>
</div>
<div>
<p class="Nunito text-sm text-[#9AA2A5] py-auto">
Copyright © NPEDIGITAL. All Rights Reserved
</p>
</div>
</footer>
</body>
</html>