-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_static-header.html
29 lines (26 loc) · 1.27 KB
/
template_static-header.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="./main.css">
</head>
<body>
<div class="static-header">
<video class="static-header__video media" data-object-fit="cover" data-object-fit="center center" src='./event-background.mp4' poster='./_img/tptg-bg.jpg' autoplay muted loop></video>
<div class="static-header__content">
<h1>IT expertise. global partners. world-class service.</h1>
<h2>This isn’t about selling IT - it’s much more
about tailoring technology solutions and
services to customer requirement.</h2>
<div class="btns">
<a href="https://media.tptg.co.uk/ignite_docs/pure-service-catalogue.pdf" target="_blank" rel="noopener" class="btn charcoal-btn">catalogue</a>
<a href="https://www.tptg.co.uk/contact" target="_blank" rel="noopener" class="btn charcoal-btn">contact</a>
<a href="https://www.tptg.co.uk/events" target="_blank" rel="noopener" class="btn charcoal-btn">events</a>
</div>
</div>
</div>
</body>
<script src='./objectFitPolyfill.basic.min.js'></script>
</html>