added groundwork, links

This commit is contained in:
drudge 2023-07-15 19:35:55 -07:00
parent 86705ce8b0
commit b3f06875bf

View file

@ -8,6 +8,12 @@
<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">
<!-- Going to replace this with an img probably due to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i-->
<i class="sbi-logo"></i>
</a>
</nav>
</body>
</html>