blob: 8be78d2d0ba6dfab8aa88ab99d6debd7b652a1c4 (
plain)
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
|
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
<title>Overpass Hosting</title>
</head>
<body>
<nav>
<img class="logo" src="overpass.svg" alt="Overpass logo">
<h2 class="navTitle">Overpass Hosting</h2>
</nav>
<div id="imageContainer">
<img src="hallway.jpg">
</div>
<main>
<h2>What can Overpass do for you?</h2>
<p>Overpass offer a range of web and email hosting solutions, ideal for both individuals and small businesses.
</p>
<p>We promise a 5 nines uptime,
<!-- 0.99999% is 5 nines, right? -->and negotiable service level agreements down to of a matter of days to keep your business
running smoothly even when technology gets in the way.
</p>
<h3>Meet the Team</h3>
<p>Our loyal employees span across multiple timezones and countries, so that you can always get the support you
need to keep your website online.</p>
<ul>
<li>Paradox - Our lead web designer, Paradox can help you create your dream website from the ground up</li>
<li>Elf - Overpass' newest intern, Elf. Elf helps maintain the webservers day to day to keep your
site running smoothly and quickly.</li>
<li>MuirlandOracle - HTTPS and networking specialist. Muir's many years of experience and enthusiasm for
networking keeps Overpass running, and your sites, online all of the time.</li>
<li>NinjaJc01 - James started Overpass, and keeps the business side running. If you have pricing questions
or want to discuss how Overpass can help your business, reach out to him!</li>
</ul>
</main>
</body>
|