Files
clarkeis.com/site/default.html
Tyler Clarke a6ffe95009
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 41s
add projects section
2025-05-14 10:59:55 -04:00

28 lines
839 B
HTML

[?]
[#config.stx]
<!DOCTYPE html>
<html>
<head>
<title>[^title] | Clarke Information Systems</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="[^baseurl]/main.css" />
<link rel="icon" href="[^baseurl]/res/icon-square.png" />
</head>
<body>
<div id="header">
<a href="[^baseurl]"><img src="[^baseurl]/res/icon-wide.png" /></a>
<div>
<a href="[^baseurl]/about.html">About Us</a>
<a href="[^baseurl]/team.html">Meet The Team</a>
<a href="[^baseurl]/contact.html">Contact Us</a>
<a href="[^baseurl]/services.html">Our Services</a>
<a href="[^baseurl]/pricing.html">Pricing Calculator</a>
<a href="[^baseurl]/projects.html">Our Projects</a>
</div>
</div>
[^content]
<script src="[^baseurl]/main.js"></script>
</body>
</html>