Major rework
This commit is contained in:
82
public/about/index.html
Normal file
82
public/about/index.html
Normal file
@@ -0,0 +1,82 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Hyperlight Technical Services</title>
|
||||
<link rel="icon" type="image/x-icon" href="/favicon_192_3.ico" sizes="192x192">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header style="display: grid; grid-template-columns: min-content min-content auto; grid-template-rows: min-content min-content max-content;">
|
||||
<h1 style="font-size: 3em;">
|
||||
HYPER
|
||||
</h1>
|
||||
<h1 style="font-size: 3em;">
|
||||
LIGHT
|
||||
</h1>
|
||||
<h2 style="margin: 0; margin-left: 1em; grid-column-start: 3; align-self: center;">Technical Services</h2>
|
||||
<div style="width: 100%; border-top: 3px solid var(--hyper-blue); grid-column-end: span 3; margin: 0; margin-top: -0.7em;"></div>
|
||||
<img src="/lightning-helix.png" style="object-fit: cover; width: 100%; max-height: 100%; animation: blinker 1s linear; justify-self: center;"/>
|
||||
<h3 style="font-style: italic; grid-column-end: span 2; text-align: center;">Bespoke experiences — authentic, inclusive, and sustainable without compromise</h3>
|
||||
</header>
|
||||
<nav style="display: flex; justify-content: center; align-items: center; margin-bottom: 1em;">
|
||||
<a href="/">
|
||||
<span>Home</span>
|
||||
</a>
|
||||
<a href="/services">
|
||||
<span>Technical Support</span>
|
||||
</a>
|
||||
<a href="/hire">
|
||||
<span>Equipment</span>
|
||||
<div style="display: inline-flex; flex-direction: column; max-height: 1.2rem; overflow-y: hidden; align-items: stretch; justify-content: space-between; background-color: black;">
|
||||
<span class="scroll-item">Hire</span>
|
||||
<span class="scroll-item">Sale</span>
|
||||
<span class="scroll-item">Service</span>
|
||||
<span class="scroll-item">Install</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/development">
|
||||
<div style="display: inline-flex; flex-direction: column; max-height: 1.2rem; overflow-y: hidden; align-items: stretch; justify-content: space-between; background-color: black;">
|
||||
<span class="scroll-item">Website</span>
|
||||
<span class="scroll-item">Software</span>
|
||||
<span class="scroll-item">Product</span>
|
||||
</div>
|
||||
<span>Development</span>
|
||||
</a>
|
||||
<a href="/about" style="border-right: none;">
|
||||
<span>About Us</span>
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
<main style="max-width: 90vw; margin-left: auto; margin-right: auto;">
|
||||
|
||||
<h1></h1>
|
||||
<div style="max-width: 80%; margin-left: auto; margin-right: auto;"><p>At Hyperlight, we fundamentally believe in doing things a little differently. We do what we do for the sheer love of it, with a true belief in the fundamentally transformative power of events.</p>
|
||||
<h1 id="fair-pay">Fair Pay</h1>
|
||||
<p>We always ensure that all our staff and contractors are paid a fair wage for the professional, high-standard work they do - at or above the current BETU rates. This is constantly reviewed.</p>
|
||||
<p><img src="https://d28j9ucj9uj44t.cloudfront.net/uploads/2019/08/Bectu_Logo_Black_RGB-300dpi-300x150-whitebg.png" alt=""></p>
|
||||
<h1 id="sustainability">Sustainability</h1>
|
||||
<p>Alongside making our events as safe as they can be, we also strive to make them as sustainable as they can be. Hyperlight are constantly looking for ways to reduce the environmental impact of our operations as much as possible. We promise the following:</p>
|
||||
<ol>
|
||||
<li>Reusable alternatives to single use wherever possible (we use releasable zip ties rather PVC tape to secure our cables)</li>
|
||||
<li>Investment into new equipment where it brings an energy-saving, and therefore environmental, benefit.</li>
|
||||
<li>Innovative strategies to reduce waste and promote re-use</li>
|
||||
<li>We use grid power wherever possible. Where it is not, we will prefer to use alternative generation (battery packs, hydrogen) over diesel.</li>
|
||||
<li>Try to find clients, suppliers and contractors who share these key values</li>
|
||||
</ol>
|
||||
<h1 id="contact">Contact:</h1>
|
||||
<p><a href="mailto:hello@hyperlight-technical.co.uk">hello@hyperlight-technical.co.uk</a></p>
|
||||
<p>07449192971</p>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer style="padding: 1em; margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr 1fr; justify-items: center; text-align: center;">
|
||||
<p style="margin: 0; grid-column-start: span 3;">Est. 2019 | Hyperlight Technical Services is the trading name of Arona "AJ" Jones | <a href="https://www.theleagueofmoveabletype.com/league-spartan">Font</a> <a href="https://game-icons.net/">Logo</a></p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user