-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
35 lines (33 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Backpay Calculator</title>
<meta name="dc.title" content="Test of backpayCalc">
<meta name="dcterms.title" content="Test of backpayCalc">
<link rel="Stylesheet" type="text/css" href="backpayCalc.css" >
</head>
<body>
<header>
<h1>Backpay Calculator</h1>
</header>
<main>
<section>
<h2>Collective and Tentative Agreements by Year</h2>
<p>As of this writing, each collective/tentative agreement is within its own year as follows:
<ul>
<li><a href="./2014/backpayCalc.html">2014</a></li>
<li><a href="./2018/backpayCalc.html">2018</a></li>
<li><a href="./2021/backpayCalc.html">2021</a></li>
</ol>
</section>
<section>
<h2>By The Way...</h2>
<p>For posterity sake, when someone is promoted, or starts acting at a higher level, their salary must increase as per <a href="https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=15772#cla2.2.2.3">Directive on Terms and Conditions of Employment- Canada.ca</a>.</p>
</main>
<footer>
<p>Hosted at <a href="https://www.nordburg.ca/calculators/backpayCalc/index.html">Nordburg.ca</a>, and <a href="https://andrewnordlund.github.io/backpayCalc/index.html">GitHub Pages</a> (repo at: <a href="https://github.com/andrewnordlund/backpayCalc">https://github.com/andrewnordlund/backpayCalc</a>.)</p>
</footer>
</body>
</html>