diff options
-rwxr-xr-x | .gitignore | 2 | ||||
-rw-r--r-- | about.html | 60 | ||||
-rw-r--r-- | assets/css/main.css | 79 | ||||
-rw-r--r-- | assets/img/android-chrome-192x192.png (renamed from android-chrome-192x192.png) | bin | 8938 -> 8938 bytes | |||
-rw-r--r-- | assets/img/android-chrome-512x512.png (renamed from android-chrome-512x512.png) | bin | 27195 -> 27195 bytes | |||
-rw-r--r-- | assets/img/apple-touch-icon.png (renamed from apple-touch-icon.png) | bin | 8046 -> 8046 bytes | |||
-rw-r--r-- | assets/img/favicon-16x16.png (renamed from favicon-16x16.png) | bin | 346 -> 346 bytes | |||
-rw-r--r-- | assets/img/favicon-32x32.png (renamed from favicon-32x32.png) | bin | 721 -> 721 bytes | |||
-rw-r--r-- | index.html | 31 | ||||
-rw-r--r-- | site.webmanifest | 1 |
10 files changed, 65 insertions, 108 deletions
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 @@ -<!DOCTYPE html>
-<html>
- <head>
- <title>About Me</title>
- <meta charset="utf-8" />
- <link rel="stylesheet" href="assets/css/main.css" />
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
- <link rel="manifest" href="/site.webmanifest">
- <meta name="description" content="About">
- <meta name="og:title" content="FivePixels">
- <meta name="og:type" content="website">
- <meta name="og:url" content="https://fivepixels.me/about">
- <meta name="og:description" content="About">
- <meta name="theme-color" content="#55ACEE">
- </head>
- <body id="about">
- <header>
- <ul id="nav">
- <li><a href="index.html">Home</a></li>
- <li>
- <a
- href="https://blog.fivepixels.me"
- target="_blank"
- rel="noopener noreferrer"
- >
- Blog
- </a>
- </li>
- <li>
- <a
- href="https://git.fivepixels.me"
- target="_blank"
- rel="noopener noreferrer"
- >Git</a> /
- <a
- href="https://github.com/FivePixels"
- target="_blank"
- rel="noopener noreferrer"
- >
- GitHub
- </a>
- </li>
- <li>
- <a
- href="https://www.linkedin.com/in/dylan-bolger-532b63162/"
- target="_blank"
- rel="noopener noreferrer"
- >
- LinkedIn
- </a>
- </li>
- <li><a href="assets/pdf/resume.pdf">Resume</a></li>
- </ul>
- </header>
- <h1>About Me</h1>
- <p>Currently being rewritten, check back later.</p>
- </body>
-</html>
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/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png Binary files differindex 95b3165..95b3165 100644 --- a/android-chrome-192x192.png +++ b/assets/img/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png Binary files differindex 8d98f09..8d98f09 100644 --- a/android-chrome-512x512.png +++ b/assets/img/android-chrome-512x512.png diff --git a/apple-touch-icon.png b/assets/img/apple-touch-icon.png Binary files differindex be99116..be99116 100644 --- a/apple-touch-icon.png +++ b/assets/img/apple-touch-icon.png diff --git a/favicon-16x16.png b/assets/img/favicon-16x16.png Binary files differindex 1571231..1571231 100644 --- a/favicon-16x16.png +++ b/assets/img/favicon-16x16.png diff --git a/favicon-32x32.png b/assets/img/favicon-32x32.png Binary files differindex 18d975d..18d975d 100644 --- a/favicon-32x32.png +++ b/assets/img/favicon-32x32.png @@ -5,10 +5,9 @@ <title>FivePixels</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
- <link rel="manifest" href="/site.webmanifest" />
+ <link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
+ <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png" />
+ <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png" />
<meta name="description" content="Home" />
<meta name="og:title" content="FivePixels" />
<meta name="og:type" content="website" />
@@ -41,14 +40,25 @@ </header>
<section id="intro">
<h1>Dylan Bolger</h1>
- <p id="position">Junior Software Developer at O'Reilly Auto Parts
- <p id="about">I'm Dylan. My favorite coding languages are C, JavaScript, and Java.</p>
+ <p id="position">Software Developer I at O'Reilly Auto Parts
+ <p id="about">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.
+ </p>
</section>
<section id="projects">
<h1>Projects</h1>
<p id="description">
Projects are listed from most recently to least recently created in their respective categories.
</p>
+ <h2>Scripts</h2>
+ <div class="project shell">
+ <h3>pip-to-python-packages</h3>
+ <p>A helper script to move existing pip packages installed to Python packages from the AUR or the offical
+ Arch Linux repositories.</p>
+ <a href="https://github.com/FivePixels/pip-to-python-packages">
+ Source</a>
+ <br>
+ </div>
<h2>Statistics</h2>
<div class="project">
<h3>Testing normality in random variables with QQ-plots and estimating the parameter λ in the Poisson
@@ -89,15 +99,6 @@ Source code
</a>
</div>
- <h2>Discord</h2>
- <div class="project js">
- <h3>Tribble</h3>
- <p>
- A discord.js payment bot that creates tickets and automatically
- validates payments using the Gmail API.
- </p>
- <a href="https://github.com/FivePixels/Tribble">Source code</a>
- </div>
<h2>Spotify</h2>
<div class="project css">
<h3>Tidal</h3>
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 |