Further work on new header
This commit is contained in:
169
public/categories/index.html
Normal file
169
public/categories/index.html
Normal file
@@ -0,0 +1,169 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<title>Categories :: Hyperlight Technical Services</title>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="robots" content="noodp" />
|
||||
<link rel="canonical" href="https://hyperlight-technical.co.uk/categories/" />
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://hyperlight-technical.co.uk/assets/style.css">
|
||||
|
||||
<link rel="stylesheet" href="https://hyperlight-technical.co.uk/assets/blue.css">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://hyperlight-technical.co.uk/style.css">
|
||||
|
||||
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://hyperlight-technical.co.uk/img/apple-touch-icon-144-precomposed.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://hyperlight-technical.co.uk/img/favicon/blue.png">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
||||
|
||||
<meta name="twitter:site" content="" />
|
||||
|
||||
<meta name="twitter:creator" content="" />
|
||||
|
||||
|
||||
|
||||
<meta property="og:locale" content="en" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Categories :: Hyperlight Technical Services">
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="https://hyperlight-technical.co.uk/categories/" />
|
||||
<meta property="og:site_name" content="Categories" />
|
||||
|
||||
|
||||
<meta property="og:image" content="https://hyperlight-technical.co.uk/img/favicon/blue.png">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Hyperlight Technical Services" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="blue">
|
||||
|
||||
|
||||
<div class="container full headings--one-size">
|
||||
|
||||
<style>
|
||||
@keyframes blinker {
|
||||
50% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<header class="header">
|
||||
<div style="font-size: 2em;">
|
||||
<span style="margin-bottom: -0.4;">HYPER
|
||||
<hr style="width: 100%; border: 3px solid #7df9ff; border-radius: 5px; margin-bottom: -0.4em; margin-top: -0.39em;">
|
||||
LIGHT <small style="font-size: 0.6em;">Technical Services</small>
|
||||
<img src="lightning-helix.png" style="height: 100px; width: 100px; animation: blinker 1s linear;"/>
|
||||
</div>
|
||||
|
||||
<nav class="menu">
|
||||
<ul class="menu__inner menu__inner--desktop">
|
||||
|
||||
|
||||
|
||||
<li><a href="/">Home</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="/stock">Hire</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="/am">Additive Manufacturing</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<ul class="menu__inner menu__inner--mobile">
|
||||
|
||||
|
||||
<li><a href="/">Home</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="/stock">Hire</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="/am">Additive Manufacturing</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="terms">
|
||||
<h1>Categories</h1>
|
||||
<ul>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
|
||||
<div class="copyright">
|
||||
<span>© 2023 Powered by <a href="http://gohugo.io">Hugo</a></span>
|
||||
|
||||
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="https://hyperlight-technical.co.uk/assets/main.js"></script>
|
||||
<script src="https://hyperlight-technical.co.uk/assets/prism.js"></script>
|
||||
|
||||
|
||||
Est. 2019 | Hyperlight Technical Services is the trading name of Arona "AJ" Jones
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user