Skip to content

Commit cff4298

Browse files
Update index.html
1 parent 7136fdc commit cff4298

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@
99
<link rel="stylesheet" href="app.js">
1010
</head>
1111
<body id="main">
12+
<header>
1213
<h1>From Basics to Front End Developer</h1>
1314
<p>I'm hosted with <a href="https://pages.github.com/" target="_blank">Github Pages</a></p>
1415
<nav>
1516
<ul>
1617
<li>Link to something here eventually</li>
1718
<li>Another Cheesy link</li>
18-
<li><a href="#contact">Contact</a> I'm guessing this will be a css thing</li>
19+
<li><a href="#contact">Contact</a></li>
1920
</ul>
2021
</nav>
22+
</header>
23+
<Section>
2124
<h2>A Little History</h2>
2225
<p>Hello World!</p>
2326
<p>My name is Dean and quite frankly have dabbled in all things tech since high school - graduating 1996.
@@ -27,16 +30,16 @@ <h2>A Little History</h2>
2730
January 2025I started a <a href="https://microbite.farm/" target="_blank">vertical farm</a> at home that we use Shopify for, recently having had to disabled
2831
the ability for customers to purchase online since I have had to go back to work.</p>
2932
<p>Was going to post pictures, but in this moment I can't see to figure that out. The svg i converted were super pixelated</p>
30-
33+
</Section>
3134
</body>
3235

3336
<footer>
34-
<section class="">
37+
<section class="#contact">
3538
<h2>Contact</h2>
3639
<address>
3740
<p>Phone: <a href="tel:5555555555">555-555-5555</a></p>
3841
<p>Email: <a href="mailto:fake@email.com">fake@email.com</a></p>
3942
</address>
4043
</section>
41-
</footer>
44+
</footer>
4245
</html>

0 commit comments

Comments
 (0)