From 5d30dbe77e5f5f66e73398d6283d6e3435c6217f Mon Sep 17 00:00:00 2001 From: Simon O'Shea Date: Mon, 6 Feb 2023 10:31:54 -0500 Subject: [PATCH] trimmed old fat --- README.md | 1 - about.html | 27 --------------------------- index.html | 23 ----------------------- logs.html | 35 ----------------------------------- projects.html | 36 ------------------------------------ style.css | 4 ---- 6 files changed, 126 deletions(-) delete mode 100644 README.md delete mode 100644 about.html delete mode 100644 index.html delete mode 100644 logs.html delete mode 100644 projects.html delete mode 100644 style.css diff --git a/README.md b/README.md deleted file mode 100644 index 6835dbb..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# simon's personal page diff --git a/about.html b/about.html deleted file mode 100644 index 2a0cd5f..0000000 --- a/about.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - -
-HOME -
- -
-

- my name is simon, and you found me
- enjoy your stay





- - my links: linkedin | github - - - -

-
- - - \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index d7d821f..0000000 --- a/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - -
-

- you made it! congratulations :)
- this is my corner of the internet, feel free to explore



- - logs - - - projects - - - about -

-
- - - \ No newline at end of file diff --git a/logs.html b/logs.html deleted file mode 100644 index a7ee2b4..0000000 --- a/logs.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - -
-HOME -
- -
-

-


- my collection of logs -


- - ~web development log
- where i log work i'm doing on here - -

- - ~personal book log
- where i write a little blurb about books i've read - -

- - ~making a fingerboard
- things i've learned
- -

-
- - - \ No newline at end of file diff --git a/projects.html b/projects.html deleted file mode 100644 index a196a88..0000000 --- a/projects.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - -
-HOME -
- -
-

-


- personal projects -


- - ~web browser new tab template
- use these html/css files as a
- startpage for your browser

- - ~cigar box guitar
- my final project for History of
- American Folk Music, a fretted
- cigarbox guitar

- - ~fingerboards
- after skateboarding for a few
- years, i got my first tech deck
- and began fingerboarding. i also
- make them for myself and friends

-

-
- - - \ No newline at end of file diff --git a/style.css b/style.css deleted file mode 100644 index 1990188..0000000 --- a/style.css +++ /dev/null @@ -1,4 +0,0 @@ -div.main {top: 5%; left: 0; width: 99%; height: 95%; position: absolute; display: table; justify: center;} - p {display: table-cell; vertical-align: middle; text-align: center;} - a { color: black; } -div.bar { position: fixed; top: 0; z-index: 1; } \ No newline at end of file