Skip to content

Commit

Permalink
clean up classes
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Dec 10, 2024
1 parent cbc4f63 commit 5a68de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
5 changes: 2 additions & 3 deletions src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<link href="/assets/css/main.css" rel="stylesheet">
</head>

<body class="index-page">
<body>

<!-- Main -->
<main class="main">
<main>

<section>

Expand All @@ -50,6 +50,5 @@ <h1>404 Not Found</h1>
<!-- /Main -->

</body>
<!-- /.index-page -->

</html>
13 changes: 4 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,16 @@
======================================================== -->
</head>

<body class="index-page">
<body>

<!-- Main -->
<main class="main">
<main>

<!-- Contact Section -->
<section>
<div class="container content-section">
<h1 class="mb-4">patkub</h1>

<!-- Software Engineer -->

<h2 class="mb-4">Hi there &#128075;</h2>

<p>Projects: <a href="https://github.com/patkub">GitHub.com/patkub</a></p>
Expand All @@ -59,18 +57,15 @@ <h2 class="mb-4">Hi there &#128075;</h2>
<!-- Footer -->
<footer id="footer" class="footer dark-background">
<div class="container">
<h3 class="sitename">patkub</h3>
<h3>patkub</h3>

<div class="container">
<div class="copyright">
<span>Copyright Notice</span> <strong class="px-1 sitename">patkub</strong> <span>All Rights Reserved</span>
</div>
<span>Copyright Notice</span> <strong class="px-1">patkub</strong> <span>All Rights Reserved</span>
</div>
</div>
</footer>
<!-- /Footer -->

</body>
<!-- /.index-page -->

</html>

0 comments on commit 5a68de1

Please sign in to comment.