Imported Abby's Binning Family Menu and created a minimal diner-style menu page on the main website with a curated selection of items from the recipe book.
40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WWW - Personal Website</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="/includes/navbar.html" -->
|
|
|
|
<main class="container">
|
|
<section class="hero">
|
|
<h1>Welcome</h1>
|
|
<p>Welcome to Matt's personal website, blog, and landing page for other self-hosted software.</p>
|
|
<img src="cover.jpg" alt="cover photo">
|
|
</section>
|
|
|
|
<section class="content-section">
|
|
<h2>About & Contact</h2>
|
|
<div class="contact-info">
|
|
<p><strong>Email:</strong> matthew@binning.net</p>
|
|
<p>Hi, my name is Matt. I am a software engineer living in the West. My interests include software, defense, EW, drones, and data security and privacy.</p>
|
|
<p>Other personal interests of mine include linguistics, philosophy, and theology, to name a few.</p>
|
|
<p>This website serves as a space to share musings, stories, and chronicles, about all of those things.</p>
|
|
<p>The Copper Chronicle contains stories and memories from various trips and experiences. More to come as this site develops.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="content-section">
|
|
<h2>Genealogy</h2>
|
|
<div class="genealogy-blurb">
|
|
<p>The title of this website you may recognize as a surname. I am also interested in family history and genealogy. If you have some relation or interest to this surname, please feel free to reach out. I am planning a genealogical project.</p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<!--#include virtual="/includes/footer.html" -->
|
|
</body>
|
|
</html>
|