update content

This commit is contained in:
Gregory Hendrickson
2023-06-09 18:50:15 -07:00
parent 7bceecdc6a
commit d436a1b239
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<body class="dark-grey-purple">
<header>
<div class="container">
<h1>My Profile</h1>
<h1>hndrx</h1>
<div id="menu-toggle"></div>
<nav id="main-nav">
<ul>
@@ -26,7 +26,7 @@
<section id="about">
<h2>About Me</h2>
<p>
Hello! My name is Gregory, and I have a passion for coffee, dogs, sports cars, computer servers, and automation.
Hello! My name is Gregory, and I have a passion for coffee, dogs, computer servers, and automation.
</p>
<!-- Rest of the About Me content -->
</section>

View File

@@ -9,7 +9,7 @@
<body class="dark-grey-purple">
<header>
<div class="container">
<h1>My Profile</h1>
<h1>hndrx</h1>
<div id="menu-toggle"></div>
<nav id="main-nav">
<ul>

View File

@@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - My Profile</title>
<title>Home</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="dark-grey-purple">
<header>
<div class="container">
<h1>My Profile</h1>
<h1>hndrx</h1>
<div id="menu-toggle"></div>
<nav id="main-nav">
<ul>