aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Matarese <dominicmatarese@gmail.com>2021-09-18 00:35:15 +0000
committerDominic Matarese <dominicmatarese@gmail.com>2021-09-18 00:35:15 +0000
commit63ccfb1d7b0f0665e1c3212af6420b9fc57a4640 (patch)
tree1917a6d635ae2ccb63f31a0d68f9b2441b73bd47
parente75c7fb38a9818b5c95f226912b209b21c0c23fb (diff)
removed unnessesary files
-rw-r--r--README.html1
-rw-r--r--hobbies.html8
-rw-r--r--oldIndex.html63
-rw-r--r--oldStyle.css178
-rw-r--r--readme.html1
-rw-r--r--vim.pngbin51620 -> 0 bytes
-rw-r--r--vouchedSoftware.html124
7 files changed, 0 insertions, 375 deletions
diff --git a/README.html b/README.html
deleted file mode 100644
index 5057a53..0000000
--- a/README.html
+++ /dev/null
@@ -1 +0,0 @@
-<p>Test html readme </p>
diff --git a/hobbies.html b/hobbies.html
deleted file mode 100644
index 054d5a5..0000000
--- a/hobbies.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<h2>Hobbies & Interests</h2>
-<br>
-<p>
-As a computer science major, I'm always welcome to learning and figuring out new things related to computing. I built my first custom PC from parts in 2011 (before it was cool) and I have maintained a sleek-looking mid-upper range build ever since. I have Windows on my computer because I game casually and use software exclusive to that platform such as microsoft office, but I also dual-boot with <a href="https://archlinux.org">Arch Linux</a> where much of my productive work is done. Some may be critical of Linux for desktop use but I appreciate the fact that the OS is user-centric, (does nothing automatically, stays out of the way and assumes the user knows what they are doing) has <a href="https://en.wikipedia.org/wiki/Open_source">verifiable source code available</a>, and comes with no <a href="https://en.wikipedia.org/wiki/Pre-installed-software">bloatware</a>. One day I hope to be able to contribute quality work to the open source projects that I use.
-</p>
-<p>
-Outside of computing and electronics I enjoy lifting and going out drinking with friends, as well as driving, going to the beach, and the occasional fishing day, among other things. I love boating as well but aren't lucky enough to own one yet.
-</p>
diff --git a/oldIndex.html b/oldIndex.html
deleted file mode 100644
index 8ce0d5c..0000000
--- a/oldIndex.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!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>
diff --git a/oldStyle.css b/oldStyle.css
deleted file mode 100644
index 05c1aed..0000000
--- a/oldStyle.css
+++ /dev/null
@@ -1,178 +0,0 @@
-/*
-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 {
- overflow-y: scroll;
-}
-
-body {
- /*background-color: #fff;*/
- background: linear-gradient(90deg, #eeeeee 40%, #E13E0F 100%);
- color: #000;
- font-family: sans-serif;
- padding: 0;
- margin: 0;
-}
-
-pre, code {
- margin: 0;
-}
-
-a {
- color: #005386;
-}
-
-#header a, #sideNav a, #topNav a {
- text-decoration: none;
-}
-
-#sideNav a:hover {
- background-color: #ddd;
-}
-
-#topNav {
- clear: both;
- color: #06106B;
- overflow: hidden;
- background-color: #06106B;
- padding: 2ex;
- border-bottom: 4px solid #111111;
-}
-
-#topNav a {
- padding: 0.5ex 1ex;
- color: #fff;
-}
-
-#topNav a.title {
- padding: 0ex 0ex;
- color: #fff;
-}
-
-#topNav a:hover {
- background-color: #069;
-}
-
-#title {
- float: left;
- margin: 0 1px 0 0;
- padding: 1em 0;
- width: 200px;
-}
-
-h1 {
- margin: 1em 1ex 0.5ex 0;
- font-size: 1.4em;
-}
-
-h2 {
- margin: 1em 1ex 0.5ex 0;
- font-size: 1.3em;
-}
-
-h3 {
- margin: 1em 1ex 0.5ex 0;
- font-size: 1.0em;
-}
-
-h4 {
- margin: 1em 1ex 0.5ex 0;
- font-size: 0.9em;
-}
-
-#headerSubtitle {
- font-size: 0.75em;
- font-style: italic;
- margin-left: 1em;
-}
-
-#content {
- clear: both;
- margin: 0;
- padding: 0;
- /*background-color: #fff;
- overflow: hidden;*/
-}
-
-#sideNav {
- /*background-color: #fff;*/
- float: left;
- margin: 0 1px 0 0;
- padding: 1em 0;
- border-right: 4px solid #06106B;
- width: 200px;
-}
-
-#sideNav ul {
- margin: 0;
- padding: 0;
-}
-
-#sideNav li {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-
-#sideNav li ul {
- padding-left: 0.6em !important;
-}
-
-#sideNav li a {
- display: block;
- margin: 0;
- padding: 0.8ex 2em 0.8ex 1em;
- font-size: 15pt;
-}
-
-#main {
- margin: 0 0 0 200px;
- max-width: 50em;
- padding: 1.5em;
-}
-
-#footer {
- position: fixed;
- bottom: 0px;
- text-align: center;
- width: 100%;
- color: #444444;
-}
-
-#copyright {
- float: left;
- padding-bottom: 10px;
- padding-top: 10px;
- text-align: center;
- bottom: 0px;
- width: 100%;
-}
-
-.left {
- float: left;
- margin: 0;
- padding: 0;
-}
-
-.right {
- float: right;
- margin: 0;
- padding: 0;
-}
-
-.hidden {
- display: none;
-}
diff --git a/readme.html b/readme.html
deleted file mode 100644
index 5057a53..0000000
--- a/readme.html
+++ /dev/null
@@ -1 +0,0 @@
-<p>Test html readme </p>
diff --git a/vim.png b/vim.png
deleted file mode 100644
index e47cd53..0000000
--- a/vim.png
+++ /dev/null
Binary files differ
diff --git a/vouchedSoftware.html b/vouchedSoftware.html
deleted file mode 100644
index 8c0f854..0000000
--- a/vouchedSoftware.html
+++ /dev/null
@@ -1,124 +0,0 @@
-<!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"/>
-<style>
-#main {
- margin: 0 0 0 200px;
- max-width: 100em;
- padding: 1.5em;
-}
-
-table {
- table-layout: fixed;
-}
-
-img {
- height: 200px;
-}
-
-#gpl {
- width: 110px;
- height: 46px;
-}
-
-td {
- vertical-align: top;
- padding: 30px;
-}
-
-h1 {
- font-style: bold;
-}
-</style>
-</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"><b>Software I use</b></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">
- <table>
- <tr>
- <td>
- <h1>Operating System</h1>
- <img src="artix-logo.png">
- </td>
- <td>
- <h1>Text Editor</h1>
- <img src="vim.png">
- </td>
- </tr>
- <tr>
- <td>
- <h2>Artix Linux (Arch Linux fork, recently switched from Arch)</h2>
- <p><a href="https://artixlinux.org">Artix Linux</a> (previously <a href="https://archlinux.org">Arch Linux</a> after <a href="https://linuxmint.com">Linux Mint</a> and Windows XP/7/10) is where much of my productive work is done nowadays. Some may be critical of Linux for desktop use but I appreciate (among many, many reasons) the fact that the OS is user-centric (does nothing automatically, stays out of the way and assumes the user knows what they are doing), is <a href="https://fsf.org/">Free Software</a>, and comes with no <a href="https://en.wikipedia.org/wiki/Pre-installed-software">bloatware</a>.
- I especially like the Arch User Repository, which enables arch-based distributions to have more software packages available than most other GNU/Linux distributions. Arch-based distros also typically apply very few downstream changes to packages, which I appreciate.
- </p>
- <p>
- Recently I have joined the trend(?) of cutting even more bloat and discontinuing use and support of the systemd init system on my personal desktop by switching to Artix. There are actually many reasons why someone would want to do this, both <a href="https://nosystemd.org/">technical</a> and <a href="https://en.wikipedia.org/wiki/Unix_philosophy">non-technical</a>, but really I just think Arch is becoming too mainstream and want to keep roleplaying as some kind of techno hipster while still keeping the benefits of Arch.
- </p>
- <p>
- I dual-boot with Windows 10 as well when I need access to Microsoft products or for compatibility reasons.
- </p>
- </td>
- <td width="50%">
- <h2>Vim</h2>
- <p>Vim. Once you get past the learning curve you never go back. GVIM or Notepad++ on Windows.</p>
- </td>
- </tr>
- <tr>
- <td>
- <h1>Web Browser</h1>
- <img src="librewolf.png">
- <h2>Librewolf</h2>
- <p><a href="https://librewolf-community.gitlab.io/">Librewolf</a> is like UnMozilla'd firefox. It's a fork of firefox, focused on privacy, security, and freedom. Its main features include "no experiments, adware, annoyances, or unnecessary distractions."</p>
- </td>
- </tr>
- </table>
-</div>
-</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 id="gpl" src="gplv3.png" width="110" height="46"></div>
-</div>
-</div>
-
-</html>