aboutsummaryrefslogtreecommitdiff
path: root/oldIndex.html
blob: 8ce0d5cd85ca634e550f14b91bd7e65e2c8fcb36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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>