diff options
Diffstat (limited to 'overpass3Hosting/index.html')
-rw-r--r-- | overpass3Hosting/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/overpass3Hosting/index.html b/overpass3Hosting/index.html new file mode 100644 index 0000000..8be78d2 --- /dev/null +++ b/overpass3Hosting/index.html @@ -0,0 +1,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>
\ No newline at end of file |