index: mvp responsive

This commit is contained in:
Collin Lefeber 2024-06-15 12:59:22 -04:00
parent 5832a1d178
commit 744975c369

View file

@ -2,6 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>cfebs.com</title> <title>cfebs.com</title>
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
</head> </head>
@ -11,10 +12,10 @@
</nav> </nav>
<section class="container"> <section class="container">
<div class="row"> <div class="row">
<div class="col-8"> <div class="col-md-8 col-sm-12">
<p>Welcome. Something will go here eventually.</p> <p>Welcome. Something will go here eventually.</p>
</div> </div>
<div class="col-4"> <div class="col-md-4 col-sm-12">
<dl> <dl>
<img style="height: 5rem" alt="A yellow monster thing and iconic avatar used by cfebs" src="/avatar.png" /> <img style="height: 5rem" alt="A yellow monster thing and iconic avatar used by cfebs" src="/avatar.png" />
<dt>Contact</dt> <dt>Contact</dt>