summaryrefslogtreecommitdiff
path: root/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects.html')
-rw-r--r--projects.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/projects.html b/projects.html
new file mode 100644
index 0000000..4bf49a1
--- /dev/null
+++ b/projects.html
@@ -0,0 +1,63 @@
+<!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="My Projects">
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
+ <link rel="stylesheet" type="text/css" href="styles/style.css">
+ <title>Projects</title>
+ </head>
+ <body>
+ <div id="header">
+ <h1>Rafael Marçalo Website</h1>
+ <nav>
+ <a href="index.html">home</a>
+ |
+ <a href="archive.html">archive</a>
+ |
+ <a href="projects.html">projects</a>
+ |
+ <a href="donate.html">donate</a>
+ </nav>
+ </div>
+ <div id="content">
+ <h2>Projects from Scratch 📝</h2>
+ <ul>
+ <!--
+ <li><a href="https://gitlab.com/rafa_99/bo2-plutonium-gsc">Black Ops 2 Zombies Mods</a></li>
+ <li><a href="https://gitlab.com/cyka-blyad/install">Distro Bootstrap Scripts</a></li>
+ <li><a href="https://gitlab.com/cyka-blyad/its-just-a-prank-bro">Its Just a Prank Bro</a></li>
+ -->
+
+ <li><a href="https://gitlab.com/rafa_99/abi">abi</a></li>
+ <li><a href="https://gitlab.com/rafa_99/cv">cv</a></li>
+ <li><a href="https://gitlab.com/rafa_99/dirtopkg">Dir to PKG</a></li>
+ <li><a href="https://gitlab.com/rafa_99/dotfiles">dotfiles</a></li>
+ <li><a href="https://gitlab.com/rafa_99/jscripts">jscripts</a></li>
+ <li><a href="https://gitlab.com/rafa_99/pkg">pkg</a></li>
+ <li><a href="https://gitlab.com/rafa_99/queryt">queryt</a></li>
+ <li><a href="https://gitlab.com/rafa_99/self-hosting">self-hosing</a></li>
+ <li><a href="https://gitlab.com/rafa_99/rafa_99.gitlab.io">website</a></li>
+ </ul>
+ <h2>Forks 🧪</h2>
+ <ul>
+ <li><a href="https://gitlab.com/rafa_99/android_kernel_xiaomi_sdm660">android_kernel_xiaomi_sdm660</a></li>
+ <li><a href="https://gitlab.com/rafa_99/dmenu">dmenu</a></li>
+ <li><a href="https://gitlab.com/rafa_99/dwm">dwm</a></li>
+ <li><a href="https://gitlab.com/rafa_99/neovimb">neovimb</a></li>
+ <li><a href="https://gitlab.com/rafa_99/st">st</a></li>
+ <li><a href="https://gitlab.com/rafa_99/xmouseless">xmouseless</a></li>
+ </ul>
+ </div>
+ <div id="footer">
+ <div id="contact">
+ <p>Links: <a href="https://gitlab.com/rafa_99">Gitlab</a> <a href="https://gitlab.com/rafa_99/rafa_99.gitlab.io.atom">RSS Feed</a></p>
+ <p>GPG: <a href="files/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>