-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
267 lines (263 loc) Β· 9.57 KB
/
index.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
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Belfius Banking</title>
<link
href="https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<!-- LOGIN Page -->
<section class="login-page">
<section class="login-form">
<header class="login-header">
<a href="#">
<img src="./img/bank-logo.png" alt="" />
</a>
<h2 class="login-msg primary-h2">
<span class="in-msg">Log in </span>to get started
</h2>
</header>
<section class="btn-container">
<button class="btn btn-primary first-login-btn">Login</button>
<button class="btn btn-secondary first-signup-btn">SignUp</button>
</section>
<!-- LOGIN -->
<section class="login hidden">
<form>
<input type="text" placeholder="username" class="username" />
<input type="password" placeholder="password" class="pass" />
</form>
<section class="btn-container">
<button class="btn btn-primary second-login-btn">Login</button>
<button class="btn btn-secondary back-btn1">BACK</button>
</section>
</section>
<!-- SIGN UP -->
<section class="signup hidden">
<form>
<input type="text" placeholder="name" />
<input type="text" placeholder="username" />
<input type="password" placeholder="password" />
<input type="password" placeholder="check password" />
</form>
<section class="btn-container">
<button class="btn btn-primary second-signup-btn">SignUp</button>
<button class="btn btn-secondary back-btn2">BACK</button>
</section>
</section>
</section>
</section>
<!-- USER Panel -->
<section class="panel hidden">
<!-- Panel Navbar -->
<nav class="panel-nav">
<div class="panel-inner-nav">
<div>
<h3>Welcome, <span class="user-name">Name</span></h3>
</div>
</div>
</nav>
<!-- Panel Contents -->
<section class="panel-contents">
<!-- ABOUT -->
<section class="panel-about">
<div class="left-about">
<h3>Current Balance</h3>
<h5>
As of <span class="date">2021/03/07</span>
</h5>
</div>
<h2 class="right-about">2,542.00 β¬</h2>
</section>
<!-- TOOLS -->
<section class="panel-all-tools">
<!-- TOOLS > LEFT -->
<section class="left-history">
<!-- HISTORY -->
<div class="left-history-content">
<div class="his-content-left">
<p>
<span class="his-num">8 </span
><span class="kind-of-his withdraw">withdraw</span>
</p>
<p class="his-date">2021/03/07</p>
</div>
<p class="n-money">- 1,000 β¬</p>
</div>
<div class="left-history-content">
<div class="his-content-left">
<p>
<span class="his-num">7 </span
><span class="kind-of-his deposit">DEPOSIT</span>
</p>
<p class="his-date">2021/03/07</p>
</div>
<p class="n-money">1,300 β¬</p>
</div>
<div class="left-history-content">
<div class="his-content-left">
<p>
<span class="his-num">6 </span
><span class="kind-of-his deposit">DEPOSIT</span>
</p>
<p class="his-date">2021/03/07</p>
</div>
<p class="n-money">400 β¬</p>
</div>
<div class="left-history-content">
<div class="his-content-left">
<p>
<span class="his-num">5 </span
><span class="kind-of-his withdraw">withdraw</span>
</p>
<p class="his-date">2021/03/07</p>
</div>
<p class="n-money">- 300 β¬</p>
</div>
<div class="left-history-content">
<div class="his-content-left">
<p>
<span class="his-num">4 </span
><span class="kind-of-his withdraw">withdraw</span>
</p>
<p class="his-date">2021/03/07</p>
</div>
<p class="n-money">- 50 β¬</p>
</div>
<div class="left-history-content">
<div class="his-content-left">
<p>
<span class="his-num">3 </span
><span class="kind-of-his deposit">DEPOSIT</span>
</p>
<p class="his-date">2021/03/07</p>
</div>
<p class="n-money">942 β¬</p>
</div>
<div class="left-history-content">
<div class="his-content-left">
<p>
<span class="his-num">2 </span
><span class="kind-of-his withdraw">withdraw</span>
</p>
<p class="his-date">2021/03/07</p>
</div>
<p class="n-money">- 550 β¬</p>
</div>
<div class="left-history-content">
<div class="his-content-left">
<p>
<span class="his-num">1 </span
><span class="kind-of-his deposit">DEPOSIT</span>
</p>
<p class="his-date">2021/03/07</p>
</div>
<p class="n-money">1800 β¬</p>
</div>
</section>
<!-- TOOLS > RIGHT -->
<section class="panel-tools">
<!-- TRANSFER MONEY -->
<section class="tools transfer">
<form>
<label for="transfer">Transfer Money</label>
<div>
<div>
<input
type="text"
name="id"
class="input-tools input-id"
placeholder="ID"
/>
</div>
<div>
<input
type="number"
name="amount"
class="input-tools transfer-input-amount"
placeholder="Amount"
/>
</div>
<button type="submit" class="btn-tools">Transfer βοΈ</button>
</div>
</form>
</section>
<!-- REQUEST LOAN -->
<section class="tools request">
<form action="#">
<label for="transfer" class="loan-error">Request Loan</label>
<div>
<div>
<input
type="number"
name="id"
class="input-tools req-input-amount"
placeholder="Amount"
/>
</div>
<button type="submit" class="btn-tools">Request βοΈ</button>
</div>
</form>
</section>
<!-- CONFIRM LOGOUT -->
<section class="tools confirm-logout">
<form action="#">
<label for="confirm-logout" class="logout-error"
>Close Account</label
>
<div>
<div>
<input
type="text"
name="user"
class="input-tools user-confirm"
placeholder="Confirm User"
/>
</div>
<div>
<input
type="password"
name="pass"
class="input-tools pass-confirm"
placeholder="Confirm Pass"
/>
</div>
<button type="submit" class="btn-tools logout-btn">
Close βοΈ
</button>
</div>
</form>
</section>
</section>
</section>
<!-- STATISTICS -->
<section class="panel-statistics">
<!-- STATISTICS LEFT -->
<div class="statistics-left">
<p>in<span class="sta-amount income">4,442 β¬</span></p>
<p>out<span class="sta-amount out">1,900 β¬</span></p>
<p>interest<span class="sta-amount interest">1,221 β¬</span></p>
<button class="btn sort-btn">↓sort</button>
</div>
<!-- STATISTICS RIGHT -->
<div class="statistics-right">
<p>You will be logged out in <span class="timer">09:44</span></p>
</div>
</section>
</section>
</section>
<script src="./js/app.js"></script>
</body>
</html>