2024-07-30 14:31:35 -04:00
<!DOCTYPE html>
2025-08-03 16:50:01 -04:00
< html lang = "en" >
2023-08-03 22:03:17 -04:00
< head >
2025-08-03 16:50:01 -04:00
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > My Website< / title >
< link rel = "stylesheet" href = "css/style.css" >
2023-08-03 22:03:17 -04:00
< / head >
< body >
2025-08-03 16:50:01 -04:00
<!-- Left Banner -->
< div class = "banner-left" > < / div >
<!-- Centered Content -->
< div class = "content-wrapper" >
< main >
< h1 > Welcome to NaiJi's personal page!< / h2 >
< p > Hello friend! People normally know me as NaiJi, it's a random nickname that doesn't mean anything. Here is a bunch of links idk< / p >
< div class = "table" >
< div class = "tr" >
< div class = "td" > < img src = "icons/git.png" class = "icon" > < / div >
2025-08-03 16:54:15 -04:00
< div class = "td-url" > < a href = "https://code.htmlbyhand.online/NaiJi" " > NaiJi< / a > < / div >
2023-08-03 22:03:17 -04:00
< / div >
2023-10-24 21:52:53 -04:00
< div class = "tr" >
< div class = "td" > < img src = "icons/github.png" class = "icon" > < / div >
2025-08-03 16:54:15 -04:00
< div class = "td-url" > < a href = "https://github.com/WizardNaiJi" " > WizardNaiJi< / a > < / div >
2023-10-24 21:52:53 -04:00
< / div >
2023-08-03 22:03:17 -04:00
< div class = " tr" >
2023-08-05 17:04:59 -04:00
< div class = "td" > < img src = "icons/matrix.png" class = "icon" > < / div >
2025-08-03 16:54:15 -04:00
< div class = "td-url" > < a href = " https://matrix.org/" " > @naiji:inex.rocks< / a > < / div >
2023-08-03 22:03:17 -04:00
< / div >
< / div >
< br >
< br >
2025-08-03 16:50:01 -04:00
< p > You can reach me out by mail at naijiworld [at] protonmail [dot] com< / p >
< / main >
< footer >
< p class = "gray" > The background image is fragments from < a href = "https://commons.wikimedia.org/wiki/File:Alexander_Koester_-_Ducks_on_a_Pond.jpg" > Ducks on a Pond< / a > by Alexander Koester< / p >
< / footer >
< / div >
<!-- Right Banner -->
< div class = "banner-right" > < / div >
< / body >
2023-08-05 17:04:59 -04:00
< / html >
2025-08-03 16:54:15 -04:00