├── 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 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 |
77 | 78 | 79 | 80 |
81 | 82 | 83 | 84 | 85 | 86 | 87 | --------------------------------------------------------------------------------