/portfolio

free tools i made for technical writers, product managers, publications specialists.

Primary LanguageJavaScript

Folder structure

Project contains 16 directories, 48 files.

NEW, BUT IN WORK You can preview this website by checking the live link in my About section on GitHub -->

  • assets contains: project assets, including sass, css, icons, and images.

  • docs contains: license, and README. For supporting tools docs, check the site and go to the affiliated GH link.

  • home contains: main root of site. Contains .html files for about, tools, and welcome -- the main three navigation options of the site. index.html is served up first with a welcome screen, which serves as a way to hydrate resources in advance.

      .
      ├── assets
      │   ├── icons
      │   │   ├── amd-icon.png
      │   │   ├── apple-touch-icon.png
      │   │   ├── bandai-icon.png
      │   │   ├── caf-icon.png
      │   │   ├── de-icon.jpg
      │   │   ├── factory-icon.png
      │   │   ├── framos-icon.png
      │   │   ├── gd-icon.png
      │   │   ├── github-icon.png
      │   │   ├── gnu-public-license-icon.png
      │   │   ├── intel-icon.jpg
      │   │   ├── linkedin-icon.png
      │   │   ├── nintendo-icon.png
      │   │   ├── nvidia-logo.png
      │   │   ├── raw-thrills-icon.png
      │   │   ├── reddit-icon.png
      │   │   └── tssa-icon.jpg
      │   ├── images
      │   │   ├── image-skull1-loader.svg
      │   │   ├── image-skull2-loader.svg
      │   │   ├── image-skull3-loader.svg
      │   │   ├── og-image.png
      │   │   ├── tool-dependencies-2.gif
      │   │   ├── tool-postproc-4.gif
      │   │   ├── tool-preproc-3.gif
      │   │   └── tool-problem-1.gif
      │   ├── js
      │   │   ├── popup.js
      │   │   └── testimonials.js
      │   └── sass
      │       ├── main.scss
      │       └── modules
      │           ├── common
      │           │   └── reset.scss
      │           ├── layouts
      │           │   ├── body.scss
      │           │   ├── email.scss
      │           │   ├── footer.scss
      │           │   ├── headings.scss
      │           │   ├── navbar.scss
      │           │   ├── para.scss
      │           │   ├── popup.scss
      │           │   └── table.scss
      │           └── pages
      │               ├── index.scss
      │               └── landing.scss
      ├── css
      │   ├── styles.css
      │   └── styles.css.map
      ├── docs
      │   ├── LICENSE.txt
      │   └── README.md
      ├── home
      │   ├── about
      │   │   └── index.html
      │   ├── tools
      │   │   └── index.html
      │   └── welcome
      │       └── index.html
      ├── index.html
      └── package.json