summaryrefslogtreecommitdiff
path: root/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'posts.html')
-rw-r--r--posts.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/posts.html b/posts.html
new file mode 100644
index 0000000..ea44875
--- /dev/null
+++ b/posts.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+
+<html lang="en-us">
+ <head>
+ <meta charset="UTF-8">
+ <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="stylesheet" type="text/css" href="styles/style.css">
+ <title>Posts</title>
+ </head>
+ <body>
+ <div id="header">
+ <h1>Rafa's Website</h1>
+ <nav>
+ <a href="index.html">home</a>
+ |
+ <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>
+ <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>
+ <li><a href="kvm.html">Create a Virtual Machine using KVM</a></li>
+ <li><a href="gentoomanual.html">Gentoo Install Manual</a></li>
+ </ul>
+ </div>
+ </body>
+</html>