Cameron Cordes e6482bac14
Some checks failed
Core Repos/Homepage/pipeline/head There was a failure building this commit
Core Repos/Homepage/pipeline/pr-master There was a failure building this commit
Add no javascript message
If users do not have Javascript enabled they will not see any of the
site until its enabled, also added some tracking to see if any if any
users actually visit the site without JS.
2020-08-27 14:43:59 -04:00
2020-03-06 15:50:55 -05:00
2020-08-27 14:43:59 -04:00
2018-09-07 23:54:04 -04:00
2020-03-06 16:16:28 -05:00
2020-03-06 21:10:24 -05:00
2020-04-20 19:31:48 -04:00
2020-08-22 12:53:18 -04:00
2020-08-22 12:53:18 -04:00
2020-03-06 16:16:28 -05:00
2018-09-07 23:54:04 -04:00

Cameron's Homepage

Hosted at cameroncordes.me.

Angular 9 based website with pages for:

  • Home/About
  • Resume
  • Projects
  • Contact

In the future it would be nice to host a little blog with this site, but first to write some blog posts..

Environment

  • node 13.10.*
  • npm 6.14.*

Build/Run

  • npm install
  • npm install -g @angular/cli@9.0.5
  • ng build to build
  • ng serve to run locally on port 4200
  • ng test to run unit tests

Build for production

./docker-build.sh

Description
No description provided
Readme 14 MiB
Languages
TypeScript 50.4%
HTML 24.2%
CSS 20.1%
JavaScript 4.7%
Dockerfile 0.3%
Other 0.3%