Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanwiemer/doggo
Doggo For Hire - A digital resume for an awesome dog named Birch
https://github.com/ryanwiemer/doggo
doggo portfolio static-site
Last synced: 2 days ago
JSON representation
Doggo For Hire - A digital resume for an awesome dog named Birch
- Host: GitHub
- URL: https://github.com/ryanwiemer/doggo
- Owner: ryanwiemer
- Created: 2017-09-05T21:08:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T07:17:40.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T17:16:45.591Z (about 1 month ago)
- Topics: doggo, portfolio, static-site
- Language: HTML
- Homepage: https://www.doggoforhire.com
- Size: 5.19 MB
- Stars: 20
- Watchers: 3
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Doggo For Hire](https://www.doggoforhire.com/)
A digital resume for an awesome dog named Birch.![screenshot](screenshot.jpg "screenshot")
## Awards
* ["Most Loved" on One Page Love](https://onepagelove.com/doggo-for-hire) π
* ["Liked" by Stefan on Design Made In Germany](http://www.designmadeingermany.de/sites-we-like/stefan/) π## Development
* `npm i` to install dependencies
* `npm run build` to create a development ready build located in the `build` folder
* `npm run start` to start a development server and watch for changes within the `build` folder
* `npm run deploy` to create a production ready build located in the `dist` folder## File Structure
```
βββ src
β βββ index.html # Static HTML file
β βββ img/ # Contains all images used on the website
β βββ js/ # Contains all Javascript/Component files to be compiled
β β βββscripts.js # Javascript entry point (ES6 compatible via Babel)
β βββ scss/ # Contains all styling to be compiled
β βββstyle.scss # Sass entry point
|
βββ build # Generated build folder created via npm run build
βββ dist # Generated dist folder created via npm run deploy
```## Tools & Frameworks Used
* [Netlify](https://www.netlify.com/)
* [Webpack](https://webpack.github.io/)
* [Babel](https://babeljs.io/)
* [ScrollMagic](http://scrollmagic.io/)
* [GSAP](https://greensock.com/gsap)