From 63ccfb1d7b0f0665e1c3212af6420b9fc57a4640 Mon Sep 17 00:00:00 2001 From: Dominic Matarese Date: Sat, 18 Sep 2021 00:35:15 +0000 Subject: removed unnessesary files --- README.html | 1 - hobbies.html | 8 --- oldIndex.html | 63 ------------------ oldStyle.css | 178 --------------------------------------------------- readme.html | 1 - vim.png | Bin 51620 -> 0 bytes vouchedSoftware.html | 124 ----------------------------------- 7 files changed, 375 deletions(-) delete mode 100644 README.html delete mode 100644 hobbies.html delete mode 100644 oldIndex.html delete mode 100644 oldStyle.css delete mode 100644 readme.html delete mode 100644 vim.png delete mode 100644 vouchedSoftware.html diff --git a/README.html b/README.html deleted file mode 100644 index 5057a53..0000000 --- a/README.html +++ /dev/null @@ -1 +0,0 @@ -

Test html readme

diff --git a/hobbies.html b/hobbies.html deleted file mode 100644 index 054d5a5..0000000 --- a/hobbies.html +++ /dev/null @@ -1,8 +0,0 @@ -

Hobbies & Interests

-
-

-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 Arch Linux 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 verifiable source code available, and comes with no bloatware. One day I hope to be able to contribute quality work to the open source projects that I use. -

-

-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. -

diff --git a/oldIndex.html b/oldIndex.html deleted file mode 100644 index 8ce0d5c..0000000 --- a/oldIndex.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - Doms Domain - - - -
- Dominic Matarese - Home - resume - git - videos - source - donate - license -
- -
- - -
- -

About Me

- -

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. -

- -
- - - -
- - 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 . -*/ -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 @@ -

Test html readme

diff --git a/vim.png b/vim.png deleted file mode 100644 index e47cd53..0000000 Binary files a/vim.png and /dev/null 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 @@ - - - - - - Doms Domain - - - - - - -
- - -
- - - - - - - - - - - - -
-

Operating System

- -
-

Text Editor

- -
-

Artix Linux (Arch Linux fork, recently switched from Arch)

-

Artix Linux (previously Arch Linux after Linux Mint 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 Free Software, and comes with no bloatware. - 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. -

-

- 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 technical and non-technical, 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. -

-

- I dual-boot with Windows 10 as well when I need access to Microsoft products or for compatibility reasons. -

-
-

Vim

-

Vim. Once you get past the learning curve you never go back. GVIM or Notepad++ on Windows.

-
-

Web Browser

- -

Librewolf

-

Librewolf 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."

-
-
-
- - - - - - -- cgit v1.2.1