aboutsummaryrefslogtreecommitdiff
path: root/oldIndex.html
diff options
context:
space:
mode:
authorDominic Matarese <dominicmatarese@gmail.com>2021-08-24 16:36:19 +0000
committerDominic Matarese <dominicmatarese@gmail.com>2021-08-24 16:36:19 +0000
commiteac30b699dd7820eee9656836e1ecaf5a8977e51 (patch)
tree6979e6bd2e5c714b19a09d1e37e8319b8e6cf830 /oldIndex.html
Started writing site, added Resume, Git, Crypto, and Good Software links
Diffstat (limited to 'oldIndex.html')
-rw-r--r--oldIndex.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/oldIndex.html b/oldIndex.html
new file mode 100644
index 0000000..8ce0d5c
--- /dev/null
+++ b/oldIndex.html
@@ -0,0 +1,63 @@
+<!doctype html>
+<!--
+Copyright (C) 2021 Dominic Matarese
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Doms Domain</title>
+ <link rel="stylesheet" type="text/css" href="style.css"/>
+</head>
+<hr class="hidden"/>
+<div id="topNav">
+ <a id="title" class="title" href="https://itsthedom.com/"><b>Dominic Matarese</b></a>
+ <a href="https://itsthedom.com/"><b>Home</b></a>
+ <a href="https://itsthedom.com/resume">resume</a>
+ <a href="https://git.itsthedom.com/">git</a>
+ <a href="">videos</a>
+ <a href="">source</a>
+ <a class="right" href="https://itsthedom.com/donate">donate</a>
+ <a class="right" href="gplv3.txt">license</a>
+</div>
+<hr class="hidden"/>
+<div id="content">
+<div id="sideNav">
+ <ul>
+ <li><a href="https://itsthedom.com/vouchedSoftware.html">Software I use</a></li>
+ <li><a href="https://itsthedom.com/linux">GNU/Linux</a></li>
+ <li><a href="https://itsthedom.com/crypto">Cryptocurreny</a></li>
+ </ul>
+</div>
+<hr class="hidden"/>
+<div id="main">
+
+ <h2>About Me</h2>
+
+ <p> Hello, my name is Dominic Matarese and this is my personal webpage. I'm a 23 year old computer science major who aspires to be a full time developer or sysadmin.
+ Outside of computing and electronics I enjoy lifting weights and going out drinking with friends, as well as going on joyrides, going to the beach, and hanging out in nature, among other things.
+ </p>
+
+</div>
+<div id="footer">
+ This website is released under the <a href="https://www.gnu.org/licenses/gpl.txt">GNU GPL v3.0</a> by Dominic Matarese
+</div>
+
+<div id="footer">
+ <div class="left"> <img src="gplv3.png" width="110" height="46"></div>
+</div>
+</div>
+
+</html>