feat: Import recipes and create cafe/diner menu
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.
This commit is contained in:
parent
70c5d896be
commit
8ee7025d50
7 changed files with 143 additions and 6 deletions
13
index.html
13
index.html
|
|
@ -12,22 +12,25 @@
|
|||
<main class="container">
|
||||
<section class="hero">
|
||||
<h1>Welcome</h1>
|
||||
<p>This is my personal website and blog.</p>
|
||||
<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> example@example.com</p>
|
||||
<p>Feel free to reach out via email for any inquiries.</p>
|
||||
<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>I am interested in family history and genealogy. This website serves as a personal space to share stories, chronicles, and musings about life's journey, adventures, and family heritage.</p>
|
||||
<p>The Copper Chronicle contains stories and memories from various trips and experiences. More to come as this site develops.</p>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue