Skip to content

Commit

Permalink
0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
BusiMDAnderson committed Sep 17, 2023
1 parent 9598df2 commit cfbb4ce
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 381 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WDD 230: Web Frontend Development</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="description" content="WDD 230: Web Frontend Development, Matthew Anderson, course assignment portal and more...">
<meta name="author" content="Matthew Anderson">
</head>
<body>
<header>
<div class="header-content">
<img src="images/matt.jpg" alt="Matt" class="imgheadermattjpg">
<h1>Matthew Anderson</h1>
</div>
<img src="images/matt.jpg" alt="Matt" class="imgheadermattjpg">
<h1>Matthew Anderson</h1>
</header>
<nav>
<ul>
Expand All @@ -26,6 +26,7 @@ <h1>Matthew Anderson</h1>
</nav>
<main>
<h2>WDD 230: Web Frontend Development</h2>
<hr class="paralel">
<section class="card">
<h3>Learning Activities</h3>
<ul>
Expand All @@ -49,8 +50,8 @@ <h3>Information</h3>
</section>
</main>
<footer>
<p>&copy; <span id="currentYear">Year</span> Matthew Anderson UT/US</p>
<p id="lastModified">Last modified: [Date]</p>
<p>&copy; <span id="currentYear">Year</span> Matthew Anderson UT/US</p>
</footer>
<script src="scripts/getDates.js"></script>
</body>
Expand Down
Loading

0 comments on commit cfbb4ce

Please sign in to comment.