-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home staff.html
111 lines (86 loc) · 3.18 KB
/
Home staff.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
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
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Staff Portal</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main4.css" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><a href="Home staff.html" id="logo"><img src="images/logo.png" align="center" width="5%" height="5%"></img><em>ATAR Design Simulated Staff Portal</em><br></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li>
<a href="Home staff.html">Home</a>
</li>
<li>
<a href="Trainer resources.html">Trainer Resources</a>
</li>
<li><a href="P&Ps RTO.html">RTO Policies & Procedures</a>
<!-- <ul>
<li><a href="Trainer Resources.html">Trainer Resources</a></li>
<li><a href="Staff P&Ps.html">Policies/Procedures</a></li>
<li><a href="Staff Forms.html">Forms & Templates</a></li>
</li>
</ul>
-->
<li><a href="https://learning-resources.github.io/ATAR_SWP1.github.io/Home.html">Back to Simulated Workplace</a></li>
</ul>
</nav>
</div>
</div>
<!-- Banner -->
<section id="banner">
</section>
<!-- Highlights -->
<section class="wrapper style1">
<div class="container">
<div class="row gtr-200">
<section class="col-4 col-12-narrower">
<div class="box highlight">
<a href="Trainer resources.html"><i class="icon solid major fa-wrench"></i></a>
<a href="Trainer resources.html"><h3>Trainer Resources</h3></a>
</div>
</section>
<section class="col-4 col-12-narrower">
<div class="box highlight">
<a href="P&Ps RTO.html"><i class="icon solid major fa-copy"></i></a>
<a href="P&Ps RTOs.html"><h3>RTO Policies & Procedures</h3></a>
</div>
</section>
<section class="col-4 col-12-narrower">
<div class="box highlight">
<a href="Home.html"><i class="icon solid major fa-undo"></i></a>
<a href="Home.html"><h3>Back to Simulated Workplace</h3></a>
</div>
</section>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li> ATAR Design PTY LTD</li><li>RTO: 45112</li><li> ABN 61 607 606 155</li><li>PH: 03 5977 7173</li>
</ul>
</div>
</html>