-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (89 loc) · 3.68 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> extg | technology consulting</title>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#b10000">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#b91d47">
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script>
<style>
hr.accent {
border-top: 1px solid lightgray;
text-align: center;
width: 40%; margin:auto
}
hr.accent:after {
content: '§';
display: inline-block;
position: relative;
top: -14px;
padding: 0 10px;
background: white;
color: #8c8b8b;
font-size: 18px;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
transform: rotate(60deg);
}
</style>
</head>
<body>
<section class="section pb-3">
<div class="container pt-6">
<div class="has-text-centered">
<img src="extg-logo-new.png" style="width:25%" />
</div>
</div>
</section>
<div>
<hr class="accent" />
</div>
<section class="section pt-6">
<div class="level">
<div class="level-item"></div>
<div class="level-item has-text-centered">
<div>
<button class=" button is-large is-rounded" style="width:60px; height:60px; background-color:rgb(177, 0, 0)">
<span class="icon"><i class="fas fa-1x fa-cloud" style="color: white;"></i></span>
</button>
<p class="is-size-5 is-uppercase has-text-weight-bold pt-2">Hosting</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<button class=" button is-large is-rounded" style="width:60px; height:60px; background-color:rgb(177, 0, 0)">
<span class="icon"><i class="fas fa-1x fa-desktop" style="color: white;"></i></span>
</button>
<p class="is-size-5 is-uppercase has-text-weight-bold pt-2">Design</p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<button class=" button is-large is-rounded" style="width:60px; height:60px; background-color:rgb(177, 0, 0)">
<span class="icon"><i class="fas fa-1x fa-user-friends" style="color: white;"></i></span>
</button>
<p class="is-size-5 is-uppercase has-text-weight-bold pt-2">Consulting</p>
</div>
</div>
<div class="level-item"></div>
</div>
</section>
<section class="section pt-3">
<div class="has-text-centered"><p>contact: <a href="http://linkedin.com/company/extg-ltd/" style="color: rgb(177, 0, 0);">LinkedIn</a></p></div>
</section>
<footer class="footer">
<div class="has-text-centered">
<p class="is-size-7">extg ltd | UK Registered Company 09724974 | Privacy Policy | Terms of Service</p>
</div>
</footer>
</body>
</html>