-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (72 loc) · 2.72 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
<!DOCTYPE html>
<html>
<head>
<title>T Papageorgiou CPA</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Anton|Cardo|Hammersmith+One|Radley" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header">
<h1>
T. Papageorgiou CPA PC
</h1>
<p class="headerInfo">
72 East Old Country Road
<br>
Mineola, NY 11501
<br>
(T) 516-747-7766
<br>
(F) 516-747-4823
<br>
Email: [email protected]
</p>
</div>
<nav>
<ul>
<li class="navLink"><a href="index.html">Main</a></li>
<li class="navLink"><a href="contact.html">Contact</a></li>
<li class="navLink">
<a href="#">Reference</a>
<ul class="fallback">
<li><a href="https://www.irs.gov/pub/irs-pdf/fw9.pdf" target="_blank" class="dropLink">W-9 Forms</a></li>
<li><a href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank" class="dropLink">W-4 Forms</a></li>
<li><a href="http://ww3.nysif.com/" target="_blank" class="dropLink">State Insurance Fund</a></li>
<li><a href="https://www.labor.ny.gov/workerprotection/laborstandards/workprot/minwage.shtm" target="_blank" class="dropLink">NYS Dept of Labor</a></li>
</ul>
</li>
</ul>
</nav>
<div class="content">
<div class="aboutUs">
<h2 class="mainH2">About Us</h2>
<p class="mainP">
T. Papageorgiou CPA PC has been serving the business communities of Long Island, New York City and beyond for over thirty years. With a small and attentive staff we are able to provide service with quality and care for all of our clients' business and personal tax needs.
</p>
</div>
<div class="ourServices">
<h2 class="mainH2">Our Services</h2>
<ul>
<li>Personal Taxes</li>
<br>
<li>Business Taxes</li>
<br>
<li>Bookkeeping</li>
<br>
<li>Payroll - Check Delivery & Direct Deposit Available</li>
</ul>
</div>
<div class="references">
<h2 class="mainH2">References</h2>
<p class="mainP">Hover over our reference link for fillable forms (W-4s, W-9s, W/C & DBL Applications) and other reference material regarding international taxation, minimum wage information and more.</p>
</div>
</div>
<footer>
© Andrea Papageorgiou, 2017
</footer>
</div>
</body>
</html>