From 7e8c4541f2ad149f40e0a1fd062dc252d7f9f2a1 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sat, 28 Jan 2023 10:35:54 -0600 Subject: Remove about page, update headline --- .gitignore | 2 - about.html | 60 -------------------------- android-chrome-192x192.png | Bin 8938 -> 0 bytes android-chrome-512x512.png | Bin 27195 -> 0 bytes apple-touch-icon.png | Bin 8046 -> 0 bytes assets/css/main.css | 79 +++++++++++++++++++++------------- assets/img/android-chrome-192x192.png | Bin 0 -> 8938 bytes assets/img/android-chrome-512x512.png | Bin 0 -> 27195 bytes assets/img/apple-touch-icon.png | Bin 0 -> 8046 bytes assets/img/favicon-16x16.png | Bin 0 -> 346 bytes assets/img/favicon-32x32.png | Bin 0 -> 721 bytes favicon-16x16.png | Bin 346 -> 0 bytes favicon-32x32.png | Bin 721 -> 0 bytes index.html | 31 ++++++------- site.webmanifest | 1 - 15 files changed, 65 insertions(+), 108 deletions(-) delete mode 100755 .gitignore delete mode 100644 about.html delete mode 100644 android-chrome-192x192.png delete mode 100644 android-chrome-512x512.png delete mode 100644 apple-touch-icon.png create mode 100644 assets/img/android-chrome-192x192.png create mode 100644 assets/img/android-chrome-512x512.png create mode 100644 assets/img/apple-touch-icon.png create mode 100644 assets/img/favicon-16x16.png create mode 100644 assets/img/favicon-32x32.png delete mode 100644 favicon-16x16.png delete mode 100644 favicon-32x32.png delete mode 100644 site.webmanifest diff --git a/.gitignore b/.gitignore deleted file mode 100755 index e1ca95b..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -_site/ -.DS_Store diff --git a/about.html b/about.html deleted file mode 100644 index 6c71ef2..0000000 --- a/about.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - About Me - - - - - - - - - - - - - - -
- -
-

About Me

-

Currently being rewritten, check back later.

- - diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png deleted file mode 100644 index 95b3165..0000000 Binary files a/android-chrome-192x192.png and /dev/null differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png deleted file mode 100644 index 8d98f09..0000000 Binary files a/android-chrome-512x512.png and /dev/null differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png deleted file mode 100644 index be99116..0000000 Binary files a/apple-touch-icon.png and /dev/null differ diff --git a/assets/css/main.css b/assets/css/main.css index 6d2c1db..9f5409c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -5,19 +5,19 @@ font-family: 'Source Code Pro'; font-style: normal; font-weight: 400; - src: url('../fonts/source-code-pro-v14-latin-regular.eot'); /* IE9 Compact Modes */ + src: url('../fonts/source-code-pro-v14-latin-regular.eot'); + /* IE9 Compact Modes */ src: local(''), - url('../fonts/source-code-pro-v14-latin-regular.eot?#iefix') - format('embedded-opentype'), - /* IE6-IE8 */ url('../fonts/source-code-pro-v14-latin-regular.woff2') - format('woff2'), + url('../fonts/source-code-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), + /* IE6-IE8 */ + url('../fonts/source-code-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('../fonts/source-code-pro-v14-latin-regular.woff') format('woff'), - /* Modern Browsers */ url('../fonts/source-code-pro-v14-latin-regular.ttf') - format('truetype'), + url('../fonts/source-code-pro-v14-latin-regular.woff') format('woff'), + /* Modern Browsers */ + url('../fonts/source-code-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../fonts/source-code-pro-v14-latin-regular.svg#SourceCodePro') - format('svg'); /* Legacy iOS */ + url('../fonts/source-code-pro-v14-latin-regular.svg#SourceCodePro') format('svg'); + /* Legacy iOS */ } /* source-sans-pro-regular - latin */ @@ -25,19 +25,19 @@ font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; - src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compact Modes */ + src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); + /* IE9 Compact Modes */ src: local(''), - url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') - format('embedded-opentype'), - /* IE6-IE8 */ url('../fonts/source-sans-pro-v14-latin-regular.woff2') - format('woff2'), + url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), + /* IE6-IE8 */ + url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), - /* Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-regular.ttf') - format('truetype'), + url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), + /* Modern Browsers */ + url('../fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') - format('svg'); /* Legacy iOS */ + url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); + /* Legacy iOS */ } ul#nav { @@ -54,16 +54,19 @@ body#home header ul#nav { body#about header ul#nav { width: 403.2px; } + ul#nav li { font-size: 12px; margin: 1.5em; - width: 20%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */ - text-align: center; /* If you want the text to be centered */ + width: 20%; + /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */ + text-align: center; + /* If you want the text to be centered */ white-space: nowrap; } p#position { - font-size: 16px; + font-size: 16px; } body#home { @@ -74,9 +77,14 @@ body#about { max-width: 570px; } -ol#vinyls li, ul.tv li, ul.movies li, ul.web li, ul.currentread li { +ol#vinyls li, +ul.tv li, +ul.movies li, +ul.web li, +ul.currentread li { font-family: 'Source Code Pro'; } + li.nostyle { list-style-type: none; } @@ -90,9 +98,10 @@ p, ul { font-family: 'Source Sans Pro'; } + section#resume h1:after { - content: ' // Dylan Bolger'; - color: #d3d3d3; + content: ' // Dylan Bolger'; + color: #d3d3d3; } section#intro h1:after { @@ -101,9 +110,9 @@ section#intro h1:after { } div.project.strengthy h3:after { - font-style: normal; - content: ' # Python (Flask), HTML, CSS and JS'; - color: #d3d3d3; + font-style: normal; + content: ' # Python (Flask), HTML, CSS and JS'; + color: #d3d3d3; } div.project.streamfinder h3:after { @@ -119,6 +128,12 @@ div.project.js h3:after { color: #d3d3d3; } +div.project.shell h3:after { + font-style: normal; + content: ' # Shell'; + color: #d3d3d3; +} + div.project.css h3:after { font-style: normal; content: ' /* CSS */'; @@ -189,6 +204,7 @@ header { padding-left: 0px; margin: auto; } + /*make uls clean*/ section ul { padding-left: 0px; @@ -209,13 +225,16 @@ section h1 { html { background-color: #313134; } + body { color: white; } + a { color: #0074d9; } + a:hover { color: white; } -} +} \ No newline at end of file diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000..95b3165 Binary files /dev/null and b/assets/img/android-chrome-192x192.png differ diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000..8d98f09 Binary files /dev/null and b/assets/img/android-chrome-512x512.png differ diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png new file mode 100644 index 0000000..be99116 Binary files /dev/null and b/assets/img/apple-touch-icon.png differ diff --git a/assets/img/favicon-16x16.png b/assets/img/favicon-16x16.png new file mode 100644 index 0000000..1571231 Binary files /dev/null and b/assets/img/favicon-16x16.png differ diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png new file mode 100644 index 0000000..18d975d Binary files /dev/null and b/assets/img/favicon-32x32.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png deleted file mode 100644 index 1571231..0000000 Binary files a/favicon-16x16.png and /dev/null differ diff --git a/favicon-32x32.png b/favicon-32x32.png deleted file mode 100644 index 18d975d..0000000 Binary files a/favicon-32x32.png and /dev/null differ diff --git a/index.html b/index.html index de0f165..6d1186f 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,9 @@ FivePixels - - - - + + + @@ -41,14 +40,25 @@

Dylan Bolger

-

Junior Software Developer at O'Reilly Auto Parts -

I'm Dylan. My favorite coding languages are C, JavaScript, and Java.

+

Software Developer I at O'Reilly Auto Parts +

Hey, I'm Dylan. I'm an entry-level software developer writing Java. Outside of work, I enjoy + deploying self-hosted projects I find online, learning new programming languages, and playing video games. +

Projects

Projects are listed from most recently to least recently created in their respective categories.

+

Scripts

+
+

pip-to-python-packages

+

A helper script to move existing pip packages installed to Python packages from the AUR or the offical + Arch Linux repositories.

+ + Source +
+

Statistics

Testing normality in random variables with QQ-plots and estimating the parameter λ in the Poisson @@ -89,15 +99,6 @@ Source code

-

Discord

-
-

Tribble

-

- A discord.js payment bot that creates tickets and automatically - validates payments using the Gmail API. -

- Source code -

Spotify

Tidal

diff --git a/site.webmanifest b/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file -- cgit v1.2.3