-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jtaxaddsection80g.php
191 lines (173 loc) · 4.21 KB
/
Jtaxaddsection80g.php
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!Doctype html>
<html lang="en">
<head>
<title>JTax Deductions Add Section 80G page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale="1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
.jtax {
background-color: rgb(255,255,255);
border: none;
color: blue;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 40px;
border-radius: 12px;
float:left;
}
.jtaxicon
{
text-decoration:none;
}
.jtax:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.info
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
.info:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.info:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.sources
{
background-color: rgb(255,255,255);
color: blue;
}
.sources:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.sources:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.deductions
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
.deductions:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.deductions:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.taxes
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
.taxes:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.taxes:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.taxfiling
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}
.taxfiling:hover {
background-color: rgb(255,255,255); /* Green */
color: black;
}
.taxfiling:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
.footer
{
margin-left:20px;
}
.h3one
{
margin-left:400px;
}
.h4one
{
margin-left:200px;
}
.form
{
margin-left:200px;
width:600px;
}
.none:hover
{
text-decoration:none;
}
</style>
</head>
<body>
<nav class="navbar navbar-default nb">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand nb" href="Jtaxmainpage.php">JTax</a>
</div>
</div>
</nav>
<br>
<br>
<div class="container">
<div class="btn-group btn-group-justified">
<div class="btn-group">
<button type="button" class="btn btn-primary info"><a href="Jtaxpersonalinfo.php" class="none">Information</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary dropdown-toggle sources" data-toggle="dropdown">
Income Sources <span class="caret"></span></button>
<ul class="dropdown-menu" role="menu">
<li><a href="Jtaxsalary.php">Salary</a></li>
<li><a href="Jtaxotherincome.php">Other Income</a></li>
<li><a href="Jtaxhouse.php">House Property</a></li>
<li><a href="Jtaxcapitalgain.php">Capital Gain</a></li>
<li><a href="Jtaxbussiness.php">Bussiness and Profession</a></li>
</ul>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary deductions">
<a href="Jtaxdeductions.php" class="none">
Deductions</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary taxes">
<a href="Jtaxtaxespaid.php" class="none">
Taxes paid</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary taxfiling">
<a href="Jtaxtaxfiling.php" class="none">
Tax Filing</a></button>
</div>
</div>
</div>
<br>
<br></br>
<h3 class="h3one">Add Donation Entry for Section 80 G</h3>
<br>
<h4 class="h4one">Common 80G Organizations</h4>
<br>
</form>