forked from Team-Helsinki/Project-Tax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
91 lines (89 loc) · 4.82 KB
/
about.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
<!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="dist/Styles/layout.css">
<script src="https://kit.fontawesome.com/f618f790f8.js"></script>
<script src="dist/js/team.js"></script>
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<title>TaxIt.ng || About</title>
</head>
<body onload="generateTeam()">
<div class="header-section">
<div class="top-nav">
<ul class="top-nav-link">
<li><i class="fas fa-sign-in-alt"></i><a href="login.html">Sign In</a></li>
<li><i class="fas fa-user-plus"></i><a href="register.html">Register</a></li>
</ul>
</div>
<div class="logo-section">
<img src="https://res.cloudinary.com/dcczd9zz5/image/upload/v1567174130/ff_nbwkbr.png" width="300px">
</div>
<div class="main-nav">
<ul class="main-nav-link">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li>Fund Projects</li>
<li>Team</li>
</ul>
</div>
</div>
<div class="about-section">
<h2>Our Mission</h2>
<p id="mission">To make tax payment seamless and accountable.</p>
<!-- Our Mission Image -->
<img src="https://res.cloudinary.com/wocman-technology/image/upload/v1567203115/about_us2_domdop.jpg" class="tax-photo">
<h2>About Us</h2>
<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 in Nigeria,where there's a continuum between how citizens can assess the government's performance and their resolve to continue paying taxes towards these visible performance improvements. </p>
<p>Taxpayers feel cheated, neglected, and even worst still suffers multiple taxation due to lack of proper documentation and corruption. In the 21st century businesses are changing, as business are now driven by data and technology. 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>
<h3>What we do</h3>
<div id="about-content">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi dolorum facilis harum hic, laudantium sunt, earum deleniti, tempora ex quae quos. Praesentium, ab nemo consequuntur possimus ullam itaque ipsam quam aliquam nisi consequatur perferendis rerum illum minima repudiandae harum illo eveniet vitae, quis nihil dicta sed! Dolorum excepturi illum neque incidunt ut eaque beatae voluptatum porro rerum cum pariatur id tenetur vero magnam, qui magni. Laboriosam voluptatem veniam hic, ipsam sint vero quae harum quas unde odit perspiciatis error distinctio reprehenderit! Placeat cupiditate corrupti in facere pariatur modi ab accusan!</p>
</div>
<h3>Meet The Team</h3>
</div>
<div id="team-members"></div>
<div class="footer-section">
<div style="margin: 30px;">
<div>
<h3>Contact Us</h3>
<p>
<span>block 6, 36 Adeboye Street, Lagos, Nigeria.</span><br>
<span>Support: +234814-7657436, +234701-4360123</span><br>
<span>mail to [email protected]</span><br>
<span>Lorem Ipsum</span>
</p>
</div>
<div>
<ul>
<li><a>About us</a></li>
<li><a>Features</a></li>
<li><a>TaxIt.ng Mobile</a></li>
</ul>
</div>
<div>
<ul>
<li><a>Pricing</a></li>
<li><a>Lorem and Lorem</a></li>
<li><a>Ipsum Lorem</a></li>
</ul>
</div>
<div>
<ul>
<li><a>Support and FAQs</a></li>
<li><a>Terms and Conditions</a></li>
<li><a>Privacy Policy</a></li>
<li><a>Lorem Ipsum</a></li>
</ul>
</div>
</div>
<hr style="margin:0px 50px;">
<div>
<p>Copyright © 2019 Team Helsinki. All Rights Reserved | TaxIt.ng is a platform designed & developed by Team Helsinki.</p>
</div>
</div>
</body>
</html>