diff options
| author | a73x <[email protected]> | 2024-12-01 13:27:00 +0000 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-12-01 13:27:00 +0000 |
| commit | 8358c0765be412b1616aa978667f5d582e9e4901 (patch) | |
| tree | acb2e9efb40bb4b92f45020f96b269c89a0827ce /public/posts/2024-11-09-01.html | |
| parent | 013d56b78002dec56d8426b24b3a31107f22c7a7 (diff) | |
feat(css): centered content
Diffstat (limited to 'public/posts/2024-11-09-01.html')
| -rw-r--r-- | public/posts/2024-11-09-01.html | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/public/posts/2024-11-09-01.html b/public/posts/2024-11-09-01.html index e825118..a79f7e4 100644 --- a/public/posts/2024-11-09-01.html +++ b/public/posts/2024-11-09-01.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Refactoring</h1> <nav> @@ -75,11 +76,13 @@ <p>Refactoring done right is a powerful way to keep your codebase healthy. It reduces complexity, mitigates technical debt, and prepares your code for future change. It may not be glamorous, but it’s one of the most impactful ways to ensure that your codebase is something you—and others—can work with for the long haul.</p> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> |
