All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 41s
41 lines
1.4 KiB
HTML
Executable File
41 lines
1.4 KiB
HTML
Executable File
|
|
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Home | Clarke Information Systems</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="http://localhost:8080/main.css" />
|
|
<link rel="icon" href="http://localhost:8080/res/icon-square.png" />
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<a href="http://localhost:8080"><img src="http://localhost:8080/res/icon-wide.png" /></a>
|
|
<div>
|
|
<a href="http://localhost:8080/about.html">About Us</a>
|
|
<a href="http://localhost:8080/team.html">Meet The Team</a>
|
|
<a href="http://localhost:8080/contact.html">Contact Us</a>
|
|
<a href="http://localhost:8080/services.html">Our Services</a>
|
|
<a href="http://localhost:8080/pricing.html">Pricing Calculator</a>
|
|
<a href="http://localhost:8080/projects.html">Our Projects</a>
|
|
</div>
|
|
</div>
|
|
<div class="center-text">
|
|
Clarke Information Systems is not a typical software engineering consultancy. We pride ourselves on a diverse skill set, wide-ranging projects,
|
|
and fast delivery times. We can build websites, apps, games, systems software, and even machine learning models. <b>We believe that there is a correct way
|
|
to do things.</b>
|
|
</div>
|
|
<div class="center-text">
|
|
This site is <i>still</i> under construction.
|
|
</div>
|
|
|
|
<script src="http://localhost:8080/main.js"></script>
|
|
</body>
|
|
</html>
|
|
|