Repository: toddhgardner/perf-training-website Branch: main Commit: 781e0d808385 Files: 29 Total size: 2.6 MB Directory structure: gitextract_833fx47r/ ├── .gitignore ├── .nvmrc ├── LICENSE ├── README.md ├── package.json ├── public/ │ ├── assets/ │ │ ├── css/ │ │ │ ├── banner.css │ │ │ ├── index.css │ │ │ └── main.css │ │ ├── images/ │ │ │ └── favicon/ │ │ │ └── site.webmanifest.json │ │ ├── js/ │ │ │ ├── banner.js │ │ │ └── util/ │ │ │ ├── lazyloader.js │ │ │ └── perf.js │ │ └── vendor/ │ │ ├── chatty/ │ │ │ ├── bulky.js │ │ │ ├── chatty.css │ │ │ ├── chatty.js │ │ │ └── index.html │ │ └── fontello/ │ │ ├── LICENSE.txt │ │ ├── README.txt │ │ ├── config.json │ │ ├── css/ │ │ │ ├── animation.css │ │ │ ├── fontello-codes.css │ │ │ ├── fontello-embedded.css │ │ │ ├── fontello-ie7-codes.css │ │ │ ├── fontello-ie7.css │ │ │ └── fontello.css │ │ └── demo.html │ └── index.html ├── server/ │ └── server.js └── tools/ └── imageOptimizer.js ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ node_modules/ npm-debug.log* .npm .DS_Store logs public/assets/images/**/*.min.* ================================================ FILE: .nvmrc ================================================ 18.12.1 ================================================ FILE: LICENSE ================================================ MIT License Copyright (c) 2020 Todd H. Gardner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # Fundamentals of Web Performance Demo Website
" +
"Privacy Notice
Like every other site on the Internet, we use cookies so that we can measure who visits our page and what they are interested in. We don't know your name or anything else about you. It's okay." +
"