31 lines
1 KiB
HTML
31 lines
1 KiB
HTML
<!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">
|
|
<link rel="stylesheet" href="./css/styles.css">
|
|
<title>Serious Business International</title>
|
|
</head>
|
|
<body>
|
|
<!-- Navbar example without JS: https://codepen.io/iPawan/pen/rNNGEzw -->
|
|
<nav class="navbar">
|
|
<a href="#" class="navbar-logo">
|
|
<img class="sbi-logo" src="./img/sbi-logo.png"></i>
|
|
</a>
|
|
</nav>
|
|
<div class="container">
|
|
<section class="header-section">
|
|
<div class="header-contents">
|
|
<p class="header-text">
|
|
Serious Business International
|
|
</p>
|
|
<p class="header-subtext">
|
|
Your Headquarters for Intra-national Serious Business (Internationally)
|
|
</p>
|
|
<button class="header-button">Would you like to know more?</button>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html> |