-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (63 loc) · 2.52 KB
/
index.html
File metadata and controls
79 lines (63 loc) · 2.52 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
<!DOCTYPE html>
<html>
<head>
<title>Financy</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="script.js"></script>
<link rel="icon" href="wallet.png" type="image/icon type">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap" rel="stylesheet">
</head>
<body style="display: flex ; flex-wrap: nowrap; overflow-y: hidden ;">
<div id = "mainpage" class = "main_container">
<div class = "background">
<div class="Brand_container">
<img class = "Brand_image" src= wallet.png width="48px" height="48px">
<h1 class = "Brand"> Financy </h1>
</div>
<div class = "background_top">
<h1 class = "Brand" style="font-size: 65px; margin: 88px 0 0 0"> Pick Your Wallet</h1>
</div>
</div>
<div class="Contact_Container">
<div class="Contact">
<a href="https://www.instagram.com/azmyrizaldi_/">
<img src= ig.png width="40px" height="40px" style="margin: 10px 13px 0 14px;" >
</a>
<a href="https://github.com/Azmyar">
<img src= li.png width="40px" height="40px" style="margin: 10px 0 0 0;" >
</a>
</div>
</div>
<div class = "user_container">
<div class="user">
<div class="div_user" onclick="Posting()">
<h1 style="font-family: Nunito ;font-size: 65pt;"> + </h1>
</div>
<!-- Adds Up -->
</div>
</div>
</div>
<div class ="background_wallet">
<div class="Brand_container_wallet">
<img class = "Brand_image" src= wallet.png width="48px" height="48px">
<h1 class = "name_financy"> Financy </h1>
</div>
<div class = "balance_container">
<h1 class = "Brand" style="font-size: 40px; margin: 60px 0 0 30px"> Balance</h1>
<h1 class = "Balance" style="font-size: 85px; margin: 15px 0 0 30px"></h1>
<div class = "button_container"></div>
<div class ="back_button" onclick="hideBody()">
<h2 style="font-family: Nunito ; font-size: 23px" >back</h2>
</div>
</div>
<div class="history_scrollable">
<div class = "history_container">
<!-- Adds Up -->
</div>
</div>
</div>
<script>
ShowData()
</script>
</body>
</html>