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/ethos.html | |
| parent | 013d56b78002dec56d8426b24b3a31107f22c7a7 (diff) | |
feat(css): centered content
Diffstat (limited to 'public/ethos.html')
| -rw-r--r-- | public/ethos.html | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/public/ethos.html b/public/ethos.html index d928a6e..c23291e 100644 --- a/public/ethos.html +++ b/public/ethos.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>ethos</h1> <h3 id="this-site-has-an-ethos">This Site Has an Ethos</h3> @@ -78,11 +79,13 @@ <p>The modern web is bloated, intrusive, and corporate-controlled. This site represents a different vision: a lean, personal, and sustainable space, built with simplicity and independence in mind. As long as I keep learning and experimenting, I’ll continue to share what I discover. Perhaps it will inspire others to reclaim their own corner of the internet and create a web that reflects the values of its users, not just its corporations.</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> |
