-
Notifications
You must be signed in to change notification settings - Fork 1
/
home_reso.html
86 lines (77 loc) · 3.34 KB
/
home_reso.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resources</title>
<link rel="stylesheet" href="./styles/home_reso.css">
<link href="https://prod.gusto-assets.com/icons/gusto-icon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<script src="https://kit.fontawesome.com/457bb5a52c.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="Navbar"></div>
<div id="heading_img">
<div id="heading_title">
<p class="T">Tools for your business</p>
<h1>Free payroll and HR resources.</h1>
<p>You’re the one who does everything at your company. Running the payroll, hiring new employees, making sure everything is compliant, and oh yeah, building your business. Gusto is here to help.</p>
</div>
<div id="img">
<img src="https://prod.gusto-assets.com/wp-content/uploads/Laptop%402x.png" alt="">
</div>
</div>
<div id="mid_section">
<div class="cal" id="cal1">
<h3>Hourly Paycheck Calculator</h3>
<p>Use this hourly paycheck calculator to determine take-home pay for hourly employees.</p>
<p>Try Now</p>
</div>
<div class="cal" id="cal2">
<h3>Salary Paycheck Calculator</h3>
<p>Need help calculating paychecks? This salary paycheck calculator will help you figure out take-home pay for salaried employees.</p>
<p>Try Now</p>
</div>
<div class="cal" id="cal3">
<h3>Payroll and HR Resources</h3>
<p>Got a question or need some advice? Check out our blog for the latest tips and guides on building your business and managing your team.</p>
<p>Try Now</p>
</div>
<div class="cal" id="cal4">
<h3>Payroll Tax Calculator</h3>
<p>Trying to figure out how to calculate payroll taxes? We’re here to help.</p>
<p>Try Now</p>
</div>
<div class="cal" id="cal5">
<h3> Employer Tax Calculator</h3>
<p>Bringing on a new employee? Use this employer tax calculator to get a clearer picture of the payroll taxes you’ll have to pay.</p>
<p>Try Now</p>
</div>
<div class="cal" id="cal6">
<h3>New Hire Checklist</h3>
<p>Congrats on your new employee! Use this handy employee onboarding checklist to ensure you’ve got all the right paperwork completed.</p>
<p>Try Now</p>
</div>
<div>
</div>
<div class="cal" id="cal7">
<h3>Burn Rate Calculator</h3>
<p>Knowing your burn rate will help you zero in on when you’ll run out of cash. Use this spreadsheet to do your burn rate calculation.</p>
<p>Try Now</p>
</div>
<div>
</div>
</div>
<div id="H_pay_cal">
<h1>Hourly Paycheck Calculator by State</h1>
<div id="country">
</div>
</div>
<div id="S_pay_cal">
<h1>Salary Paycheck Calculator by State</h1>
<div id="state">
</div>
</div>
<div id="Footer"></div>
</body>
</html>
<script type="module" src="./scripts/home_reso.js"></script>