-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
162 lines (137 loc) · 7.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://kit.fontawesome.com/f618f790f8.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato|Raleway|Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<title>TaxIt.ng || Home</title>
</head>
<body>
<!--
<div class="nav-container">
<div class="logo-section">
<a href="home.html"><img src="https://res.cloudinary.com/dcczd9zz5/image/upload/v1567174130/ff_nbwkbr.png"></a>
</div>
<nav>
-->
</div>
<div class="header">
<div class="logo">
<a href="index.html"><img src="https://res.cloudinary.com/dcczd9zz5/image/upload/v1567174130/ff_nbwkbr.png"></a>
</div>
<ul class="menu">
<a href="index.html" class="active">Home</a>
<a href="project.html">Projects</a>
<a href="payment.html">Pay Tax</a>
<a href="contact.html">Contact Us</a>
<a href="team.html">Team</a>
<a href="about.html">About Us</a>
<a href="signin.html" id="menu-highlight"><button class="login-btn" type="button">Login</button></a>
</ul>
</div>
</div>
</nav>
<div class="landing">
<div class="landing-text">
<h1>Tax Payment System</h1>
<p>Taxpayers feel cheated, neglected, and even worst still suffers
multiple taxation due to lack of proper documentation and corruption. <br>
Our goal at TaxIt.NG is to make tax payment seamless and transparent using technology to create transparent channel
through which citizens can hold their government accountable, have the
capacity to choose what projects their taxes should go into and effectively track their preferred project's progress to drive the change we need and deserve in Nigeria.
</p>
<button class="btn">Get Started</button>
</div>
<div class="landing-image">
<img src="img/tax payments image.png" alt="">
</div>
</div>
<div class="container-1">
<div class="box-1">
<div class="info">
<div class="cc-pay">
<div class="card">
<h2>Credit Card Payments</h2>
<p>Pay your tax and utility bills virtually using your credit card at one spot and maximize cash flow. No need to write and send paper checks.
Easily schedule and track future & recurring payments. Send payments with your credit card, even where credit cards are not accepted. </p>
</div>
</div>
<div class="box-2">
<div class="card-image">
<img src="img/credit card payment image.png" alt="">
</div>
</div>
<div class="container-2">
<div class="box-1">
<div class="projects">
<div class="fund-project">
<h2>Fund Projects</h2>
<p>You can now fund and track governmental projects from the comfort of your home
and watch it grow. Share your intrested projects with friends and family
and help impact the nation positively. We also include hand pick private
sector busineses that you can partner from the comfort of you home.
</p>
</div>
</div>
<div class="box-2">
<div class="project-image">
<img src="img/fund project.png" alt="">
</div>
</div>
</div>
</div>
<footer>
<div class="logo">
<a href="index.html"><img src="https://res.cloudinary.com/dcczd9zz5/image/upload/v1567174130/ff_nbwkbr.png"></a>
</div>
<div class="footer-contents">
<div class="about">
<h4>About Us</h4>
<p>TaxIt.NG is a financial non-governmental organisation built by a team of young interns and change agents to solve the persisting
problem of tax collection and poor accountable
utilisation of tax revenue to create social
development and benefits to taxpayers... <a href="">More</a> </p>
</div>
<div class="news">
<h4>Newsletter</h4>
<p>Stay updated with our latest news & products</p>
<div id="embed-signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get" class="subscribe_form relative">
<div>
<input name="EMAIL" placeholder="Email Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Email Address '" required="" type="email">
<button id="go-btn">Go</button>
</div>
</form>
</div>
</div>
<div class="contact">
<h4>Contact Us</h4>
<p>3, Birrel Avenue <br>
Yaba, Lagos <br>
<a href="mailto:[email protected]">[email protected]</a> <br>
01-2345678 <br>
08489102638, 8920271538. <br>
</p>
</div>
<div class="social">
<h4>Follow Us</h4>
<div class="sm">
<a href="#"><i class="fab fa-twitter"></i></a>    
<a href="#"><i class="fab fa-facebook-square"></i></a>    
<a href="#"><i class="fab fa-instagram"></i></a>    
<a href="#"><i class="fab fa-whatsapp"></i></a>    
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="copyright">
<p>
Copyright ©<script>document.write(new Date().getFullYear());</script>     All rights reserved | Team Helsinki </p>
</div>
</div>
</footer>
</body>
</html>