aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: bca3db28f7a9e379c811ce4b6a37ab38ab5c91bc (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
64
<!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>The Dom Dot Com</title>
	<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<div id="grid"></div>
<div id="container">
<div id="content">

<div id="title">
	<center>Dominic @ itsthedom.com</center>
	<br>
</div>

<div id="links">
	<ul>
		<li>
			<img src="resume.png" width=100px height=100px><br>
			<a href="resume.pdf">Resume</a>
		</li>
		<li>
			<img src="git-logo.png" width=100px height=100px><br>
			<a href="https://git.itsthedom.com/">Git</a>
		</li>

		<li>
			<img src="bitcoin-logo-png-transparent.png" width=100px height=100px>
			<img src="monero-logo-png-transparent.png" width=100px height=100px>
			<br>
			<a href="">Crypto</a>
		</li>
		<li>
			<img src="logopeertube.png" width=100px height=100px><br>
			<a class="dead" href="">Videos (soon)</a>
		</li>
	</ul>
</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>
</div>

</html>