-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (88 loc) · 3.79 KB
/
index.html
File metadata and controls
91 lines (88 loc) · 3.79 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
<!DOCTYPE html>
<head>
<title>Bank Data</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" type="text/css" href="scss/style.css"/>
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="views/transactions.html">
Transactions</a>
<a href="views/about.html">Contact</a>
</div>
<main>
<div class="container">
<div class="card">
<div class="card__content">
<h2 class="card__title">About my banking app!</h2>
</div>
<div class="card_container">
<p class="card__text">
Introducing our revolutionary banking app, designed to simplify your financial life. With just a few taps on your phone, you can easily manage your accounts, make transactions, and track your investments.
Our app uses XML technology to securely handle all of your financial transactions, providing real-time updates and alerts to keep you informed of your account activity. And with our innovative parsing system, all of your financial data is converted into user-friendly HTML for easy viewing and analysis.
Whether you're looking to make a quick transfer or dive deep into your investment portfolio, our banking app has everything you need to take control of your finances. So why wait? Download our app today and start banking smarter!
</p>
<div class="hero_image">
<a href="views/transactions.html">
<img src="img/bg.png" alt="Image description"/>
</a>
</div>
</div>
</div>
<br />
<div class="card2">
<div class="card__content2">
<h2 class="card__title2">More apps!</h2>
</div>
<div class="card_container2">
<p class="card__text2">
Our banking app not only allows you to manage your transactions and investments, but also provides you with insightful statistics and visualizations to help you make informed decisions. With just a few clicks, you can view detailed reports on your spending habits, investment performance, and more. Our user-friendly interface makes it easy to understand and analyze your financial data, giving you the power to take control of your finances. Whether you're looking to save money, plan for the future, or just stay on top of your finances, our app has you covered. Start managing your money with ease and confidence today.
</p>
<div class="card__image2">
<img src="img/bg2.png" alt="Image" />
</div>
</div>
</div>
<div class="hero_image">
<a href="views/transactions.html">
<img src="img/bg.png" alt="Image description"/>
</a>
</div>
</div>
</main>
<div class="footer">
<div>
<img src="img/footer_logo.png" alt="Bank logo"/>
</div>
<div>
<p>This website is a banking app designed for managing transactions and
accounting, utilizing the power of 7 programming languages to create an
efficient and enjoyable user experience.</p>
</div>
<div>
<p>Social
Media</p>
<ul class="social-media">
<span>
<a href="https://www.facebook.com">
<i class="fab fa-facebook-f"></i>
</a>
</span>
<span>
<a href="https://twitter.com">
<i class="fab fa-twitter"></i>
</a>
</span>
<span>
<a href="https://www.instagram.com">
<i class="fab fa-instagram"></i>
</a>
</span>
</ul>
</div>
</div>
<script lang="javascript" src="https://cdn.sheetjs.com/xlsx-0.19.2/package/dist/xlsx.full.min.js"/>
<script lang="javascript" src="js/main.js"/>
</body>
</DOCTYPEhtml>