├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | ### Portfolio starter for creating your own personal portfolio site 2 | 3 | I created this starter based off of my portfolio site: 4 | My portfolio site: http://shannonvturner.com/ 5 | Code for my portfolio: https://github.com/shannonturner/shannonvturner.com 6 | 7 | This was built for my "Yes, you need a portfolio" talk 8 | Slides are available at: https://docs.google.com/presentation/d/1KPo7gUGNRpUlWOiwMI8VrFouvv4tL05SWkwbhzwJ4wY 9 | 10 | Helpful guides: 11 | http://getbootstrap.com/css/ -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |