2023-07-16 02:35:55 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-07-16 02:35:55 +00:00
|
|
|
<link rel="stylesheet" href="./css/styles.css">
|
2023-07-16 02:35:55 +00:00
|
|
|
<title>Serious Business International</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-07-16 02:35:55 +00:00
|
|
|
<!-- Navbar example without JS: https://codepen.io/iPawan/pen/rNNGEzw -->
|
|
|
|
<nav class="navbar">
|
|
|
|
<a href="#" class="navbar-logo">
|
2023-07-16 02:35:55 +00:00
|
|
|
<img class="sbi-logo" src="./img/sbi-logo.png"></i>
|
2023-07-16 02:35:55 +00:00
|
|
|
</a>
|
|
|
|
</nav>
|
2023-07-16 02:35:55 +00:00
|
|
|
<div class="container">
|
|
|
|
<section class="header-section">
|
|
|
|
<div class="header-contents">
|
2023-07-16 02:35:55 +00:00
|
|
|
<h1 class="header-text">
|
|
|
|
SERIOUS BUSINESS INTERNATIONAL
|
|
|
|
</h1>
|
2023-07-16 02:35:55 +00:00
|
|
|
<p class="header-subtext">
|
|
|
|
Your Headquarters for Intra-national Serious Business (Internationally)
|
|
|
|
</p>
|
2023-07-16 02:35:55 +00:00
|
|
|
<a href="https://fedi.seriousbusiness.international">
|
|
|
|
<button class="header-button">Would you like to know more?</button>
|
|
|
|
</a>
|
2023-07-16 02:35:55 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
2023-07-16 02:35:55 +00:00
|
|
|
<section class="services-section">
|
|
|
|
<div class="services-contents">
|
2023-07-16 03:17:47 +00:00
|
|
|
<h1 class="header-text">
|
|
|
|
<span class="emphasis">Seriously</span> Serious Services.
|
|
|
|
</h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://fedi.seriousbusiness.international">The best Mastodon* node on the fediverse</a></li>
|
|
|
|
<li><a href="https://matrix.seriousbusiness.international">A matrix server, bridged to Discord</a></li>
|
|
|
|
<li><a href="https://mail.seriousbusiness.international">Good email, that is correctly configured*</a></li>
|
2023-09-28 18:04:28 +00:00
|
|
|
<li><a href="https://discord.gg/6MXVZKU">A "Discord" server for the young people</a></li>
|
2023-07-16 03:17:47 +00:00
|
|
|
</ul>
|
|
|
|
<p>Contact <a href = "mailto: support@seriousbusiness.international">SBI support </a>for account provisioning inquiries<br>
|
|
|
|
Contact our <a href = "mailto: sales@seriousbusiness.international">Sales team</a> for a quote today</p>
|
2023-07-16 02:35:55 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
2023-07-16 02:35:55 +00:00
|
|
|
</div>
|
2023-07-16 02:35:55 +00:00
|
|
|
</body>
|
2023-09-28 18:04:28 +00:00
|
|
|
</html>
|