diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-03-06 12:54:39 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-03-06 12:54:39 +0000 |
commit | c232743bbaa063649ef28d8b294bf3923bd2733e (patch) | |
tree | abd8f7894d11b7fd8ace0aba189e7a2dae077994 /posts.html | |
parent | d72147e4404dda091c931bb363225d48ae25f675 (diff) |
General Website Update
Diffstat (limited to 'posts.html')
-rw-r--r-- | posts.html | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Rafael Marçalo"> <meta name="description" content="Articles"> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="styles/style.css"> <title>Posts</title> </head> @@ -18,17 +18,11 @@ | <a href="projects.html">projects</a> | - <a href="services.html">services</a> - | - <a href="archive.html">archive</a> - | <a href="donate.html">donate</a> - | - <a href="contact.html">contact</a> </nav> </div> <div id="content"> - <h2>Posts ✍</h2> + <h2>Posts 📜</h2> <ul> <!-- <li><a href="cs.html">Computer Science Course Contents by Semester</a></li> --> <li><a href="kernel.html">Compiling an Android Kernel</a></li> @@ -36,5 +30,13 @@ <li><a href="gentoomanual.html">Gentoo Install Manual</a></li> </ul> </div> + + <div id="footer"> + <div id="contact"> + <p>Github: <a href="https://github.com/rafa-99">rafa-99</a></p> + <p>GPG: <a href="files/etc/rafael.gpg">Public Key</a></p> + <p>License: <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a></p> + </div> + </div> </body> </html> |