From 4fef41c695461866cad31180aab393caed464a2e Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 29 Jan 2023 20:06:32 -0500 Subject: [PATCH] Projects --- .gitignore | 3 +- index.html | 32 +-- main.css | 23 +++ package-lock.json | 79 -------- package.json | 7 - projects.html | 482 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 514 insertions(+), 112 deletions(-) create mode 100644 main.css delete mode 100644 package-lock.json delete mode 100644 package.json create mode 100644 projects.html diff --git a/.gitignore b/.gitignore index 8395e0d..7c4fd69 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ Cargo.lock /public/ -/node_modules/ \ No newline at end of file +/node_modules/ +/build/ \ No newline at end of file diff --git a/index.html b/index.html index de7bf0c..6aba93e 100644 --- a/index.html +++ b/index.html @@ -4,30 +4,11 @@ + Evan Warren Pratten - + @@ -43,11 +24,11 @@ SOFTWARE DEVELOPER · NETWORK ENGINEER
- GitHub + GitHub · - Linkedin + Linkedin · - Contact + Contact
@@ -81,7 +62,7 @@ Apple Music -
  • Maintaining a handful of Open-Source software tools
  • +
  • Maintaining a handful of Open-Source software tools
  • Occasionally publishing interesting photos and artwork @@ -96,6 +77,7 @@ - Globally Unique IPv6 Addressing for Amateur Radio
  • +
    diff --git a/main.css b/main.css new file mode 100644 index 0000000..61799a8 --- /dev/null +++ b/main.css @@ -0,0 +1,23 @@ +:root { + --dim-text: rgb(67, 67, 67); + --menu-header-bg: #000; +} + +@media screen and (min-width: 800px) { + body { + text-align: justify; + } +} + +body { + font-family: serif; +} + +.container { + max-width: 800px; + margin: auto; +} + +h2 { + margin-bottom: 0; +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 38ff267..0000000 --- a/package-lock.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "ewpratten.com", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "dependencies": { - "bootstrap": "^5.2.3", - "github-markdown-css": "^5.1.0", - "line-awesome": "^1.3.0" - } - }, - "node_modules/@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, - "node_modules/bootstrap": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz", - "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/twbs" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - } - ], - "peerDependencies": { - "@popperjs/core": "^2.11.6" - } - }, - "node_modules/github-markdown-css": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.1.0.tgz", - "integrity": "sha512-QLtORwHHtUHhPMHu7i4GKfP6Vx5CWZn+NKQXe+cBhslY1HEt0CTEkP4d/vSROKV0iIJSpl4UtlQ16AD8C6lMug==", - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/line-awesome": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/line-awesome/-/line-awesome-1.3.0.tgz", - "integrity": "sha512-Y0YHksL37ixDsHz+ihCwOtF5jwJgCDxQ3q+zOVgaSW8VugHGTsZZXMacPYZB1/JULBi6BAuTCTek+4ZY/UIwcw==" - } - }, - "dependencies": { - "@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", - "peer": true - }, - "bootstrap": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz", - "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==", - "requires": {} - }, - "github-markdown-css": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/github-markdown-css/-/github-markdown-css-5.1.0.tgz", - "integrity": "sha512-QLtORwHHtUHhPMHu7i4GKfP6Vx5CWZn+NKQXe+cBhslY1HEt0CTEkP4d/vSROKV0iIJSpl4UtlQ16AD8C6lMug==" - }, - "line-awesome": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/line-awesome/-/line-awesome-1.3.0.tgz", - "integrity": "sha512-Y0YHksL37ixDsHz+ihCwOtF5jwJgCDxQ3q+zOVgaSW8VugHGTsZZXMacPYZB1/JULBi6BAuTCTek+4ZY/UIwcw==" - } - } -} diff --git a/package.json b/package.json deleted file mode 100644 index 6a589d7..0000000 --- a/package.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "dependencies": { - "bootstrap": "^5.2.3", - "github-markdown-css": "^5.1.0", - "line-awesome": "^1.3.0" - } -} diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..abe219e --- /dev/null +++ b/projects.html @@ -0,0 +1,482 @@ + + + + + + + + + Evan Warren Pratten + + + + + + +
    +
    + +

    + Evan + Warren + Pratten +

    + SOFTWARE DEVELOPER · NETWORK ENGINEER +
    +
    + Home + · + GitHub + · + Linkedin + · + Contact +
    +
    +
    + +
    + +

    Projects

    + +

    + The following is a list of Open-Source projects I have built, along with their date of publication. +

    +

    + Disclaimer: Unless otherwise noted, none of these projects come with any warranty or any + guarantee of support. I try my best to respond to issues and questions in my personal time. +

    + + + +
    + +
    +
    +

    + Copyright © 2017 - 2023 Evan Warren Pratten +

    + + + + \ No newline at end of file