-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
69 lines (51 loc) · 1.66 KB
/
Copy pathindex.php
File metadata and controls
69 lines (51 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Where's My Money</title>
<link rel="icon" type="image/png" href="wallet.png" sizes="32x32" />
<link rel="stylesheet" href="styles_2.css">
</head>
<body>
<header>
<a href="#" class="brand">
<img src="wallet.png" alt="logo">
<div class="pig">
</div>
</a>
<nav>
<a href="header.php">
<H2>GET STARTED</H2>
</a>
</nav>
</header>
<section class="container hero">
<div id="content" class="content">
<h1>WHERE'S MY MONEY?</h1>
<h3>
< An Expense Manager>
</h3>
</div>
</section>
<section class="container events" id="events">
<div class="event">
<div class="card" style="background-image:linear-gradient(111.49deg, #57836d 43.29%,#76b88f 96.29%), url(rain_money.png);;">
<h2>ABOUT</h2>
<div class="description">
<ul>
<h3>In daily life, there are a number of transactions that we make and we easily lose track of them due to our busy schedule and fast-moving lives.
This in turn results in mismanagement of our money.
But we at Where’s My Money, help you manage your expenses and track your financial activity efficiently.
All you need to do is update your activity every time you spend or earn money.
Set budgets and track monthly spendings accordingly. </ </ul>
</div>
</div>
</div>
</section>
<section class="container contact" id="contact">
<a href="mailto:akhilkhubchandani@gmail.com" target="_top" class="btn">
<h2>Contact Us</h2>
</a>
</section>
</body>
</html>