Skip to content

HTML, CSS, JS, media, and config files for my business website

License

Notifications You must be signed in to change notification settings

bdreslin02/www-dreslin-consulting

Repository files navigation

DRESLIN CONSULTING GROUP LLC WEBSITE

All script and media files required for my business website.
All content ideas, elements, structure, and implementation are licensed under the GNU General Public License v3.0. Third parties may NOT copy or otherwise imitate content for commercial purposes or for profit.

Status

  • As of 10/28/2022: Deployed on Netlify

Website Structure

  1. Index
  2. About
  3. Services
  4. Projects
  5. Contact
  6. Interface Design Concept ERAU
  7. A Fisherman's Life Project Website
  8. Press
  9. Imprint
  10. Privacy Policy

Elements

Color Scheme


  • #001423
  • #d7e0e5
  • #c4c4c4
  • #fff
  • #f7f7f7
  • #e4e4e4

Fonts


Icons


All icons courtesy of Font Awesome Icons

Custom Properties


  • --clr-neutral-100
  • --clr-primary-300
  • --clr-primary-900
  • --clr-accent-200
  • --clr-accent-300
  • --clr-accent-400
  • --ff-heading
  • --ff-body
  • --fw-heading-light
  • --fw-body-light
  • --fs-h1
  • --fs-h2
  • --fw-heading-light
  • --fw-body-light
  • --fs-h1
  • --fs-h2
  • --fs-p
  • --fs-h3-small
  • --fs-icons
  • --lh-short

Contact Form Spam Prevention

  • Form submissions are filtered for spam using a combination of Akismet, a honeypot field, and a reCAPTCHA 2 challenge. Prevention technologies provided by Netlify API.

Technologies

Collaboration

Local File Sharing


To view and edit code:

  1. Download project folder.
  2. Open folder, right click on any file.
  3. Click 'Edit with [default text editor].'
  4. Make appropriate additions and/or changes, then save file.
  5. Double click saved file or refresh web browser for changes to take effect.

GitHub


  1. Follow link.
  2. Fork project to your own Git account.
  3. Create a pull request.
  4. Click green 'Code' button in upper right-hand corner.
  5. Clone project locally with HTTPS, SSH, CLI, or download master ZIP.
  6. Make changes to files.
  7. Commit changes to Git using text editor source control.
  8. Push and sync changes to GitHub.