-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.inc
More file actions
48 lines (48 loc) · 1.52 KB
/
footer.inc
File metadata and controls
48 lines (48 loc) · 1.52 KB
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
<!-- Footer -->
<footer id="general-footer">
<div class="footer-row">
<div class="footer-col">
<a href="index.php"
><img
src="images/logo-removebg-preview.png"
class="logo"
alt="CloudLabs logo"
/></a>
<p>
Our company provides details of "Chief Technology Officer(CTO)" and
"Cloud engineering", including base position, skills needed,
qualification and salary average per year in Australia.
</p>
</div>
<div class="footer-col">
<h3>Contact us</h3>
<p class="footer-email-id">
<a href="mailto:104082552@student.swin.edu.au" class="footer-email-id"
>Email: 104082552@student.swin.edu.au</a
>
</p>
<p>Phone Number: +61423032755</p>
</div>
<div class="footer-col">
<h3>Links</h3>
<ul>
<li><a href="./index.php">Home</a></li>
<li><a href="./jobs.php">Jobs</a></li>
<li><a href="./apply.php">Apply</a></li>
<li><a href="./about.php">About</a></li>
<li><a href="./enhancements.php">Enhancements</a></li>
<li><a href="./phpenhancements.php">PHP Enhancements</a></li>
<li><a href="./loginmanager.php">Manage</a></li>
</ul>
</div>
<div class="footer-col">
<h3>Sign up to our newsletter</h3>
<form>
<input type="email" placeholder="Enter your email here" required />
<input type="submit" />
</form>
</div>
</div>
<hr />
<p>CloudLabs 2023 © - All Rights Reserved</p>
</footer>