summaryrefslogtreecommitdiff
path: root/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/contact.html b/contact.html
new file mode 100644
index 0000000..08d3141
--- /dev/null
+++ b/contact.html
@@ -0,0 +1,38 @@
+<!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 Contacts and Links">
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
+ <link rel="stylesheet" type="text/css" href="styles/style.css">
+ <title>Contact</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>Contact and Info</h2>
+ <p>Github: <a href="https://github.com/rafa-99">rafa-99</a></p>
+ <p>GPG: <a href="files/rafael.gpg">Public Key</a></p>
+ <p>Website License: <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a></p>
+ </div>
+ </body>
+</html>