-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforms.html
More file actions
145 lines (136 loc) · 4.31 KB
/
Copy pathforms.html
File metadata and controls
145 lines (136 loc) · 4.31 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
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
<!DOCTYPE HTML>
<!--
Projection by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>EasyGov</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" type="text/css" href="footer.css">
<script src="https://kit.fontawesome.com/235515dd25.js" crossorigin="anonymous"></script>
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo"><strong>EasyGov</strong></a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="forms.html"><b>Forms</b></a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner-3">
<div class="inner">
<header>
<h1>Get Started</h1>
<h3>Choose the form that's right for you</br>and take the first step to filing.</h3>
</header>
</div>
</section>
<!-- Three -->
<section id="wrap-tighter" class="wrapper align-center">
<div class="inner">
<div class="flex ">
<article>
<div class="image round">
<img src="images/quiz.jpeg" alt="Unemployment" />
</div>
<header>
<h3>Unemployment</h3>
</header>
<p>Available for all 50 states<br>in over 10 different languages.</p>
<footer>
<a href="forms-proto.html" class="button">Begin</a>
</footer>
</article>
<article>
<div class="image round">
<img src="images/quiz.jpeg" alt="Naturalization" />
</div>
<header>
<h3>Naturalization</h3>
</header>
<p>Available for all 50 states<br>in over 10 different languages.</p>
<footer>
<a href="forms-proto.html" class="button">Begin</a>
</footer>
</article>
<article>
<div class="image round">
<img src="images/quiz.jpeg" alt="Immigration" />
</div>
<header>
<h3>Immigration</h3>
</header>
<p>Available for all 50 states<br>in over 10 different languages.</p>
<footer>
<a href="forms-proto.html" class="button">Begin</a>
</footer>
</article>
</div>
</div>
</section>
<section id="wrap-tighter" class="wrapper align-center">
<div class="inner">
<div class="flex ">
<article>
<div class="image round">
<img src="images/quiz.jpeg" alt="State Tax" />
</div>
<header>
<h3>State Tax</h3>
</header>
<p>Available for all 50 states<br>in over 10 different languages.</p>
<footer>
<a href="forms-proto.html" class="button">Begin</a>
</footer>
</article>
<article>
<div class="image round">
<img src="images/quiz.jpeg" alt="Federal Tax" />
</div>
<header>
<h3>Federal Tax</h3>
</header>
<p>Available for all 50 states<br>in over 10 different languages.</p>
<footer>
<a href="forms-proto.html" class="button">Begin</a>
</footer>
</article>
<article>
<div class="image round">
<img src="images/quiz.jpeg" alt="Nonprofit" />
</div>
<header>
<h3>Nonprofit</h3>
</header>
<p>Available for all 50 states<br>in over 10 different languages.</p>
<footer>
<a href="forms-proto.html" class="button">Begin</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Footer -->
<div class="footer-box">
<div class="footer-copyright"> © EasyGov 2020. </div>
<div class="footer-text"> Design: <a href="https://templated.com">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.</div>
<div class="footer-text"> <i class="far fa-envelope"></i>: sample@gmail.com </div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body c>
</html>