-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathctCareer.html
More file actions
49 lines (43 loc) · 972 Bytes
/
ctCareer.html
File metadata and controls
49 lines (43 loc) · 972 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>cTechstudios-Searching Careers</title>
<div class="topnav">
<a href="index.html">Home</a>
<a href="https://dude2093350.github.io/portal.cTechstudios.com/">Project GoTM</a>
<a href="contact.html">Contact</a>
<a href="ctCareer.html" class="active">Careers</a>
<a href="About-us.html">About</a>
<a href="login.html" style="text-align: right;">Sign In</a>
</div>
<style>
html {
font-family: sans-serif;
}
.topnav {
background-color: lightgrey;
overflow: hidden;
margin-bottom: 10px;
}
.topnav a {
float: left;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #9999ff;
color: black;
}
.topnav a.active {
background-color: #9999ff;
color: white;
}
</style>
</head>
<body>
<p>digital services unavailable, try later</p>
</body>
</html>