Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ct-martin/portfolio-2018fall
Fall 2018 portfolio rewrite - Notice: this is not active. See new portfolio project at https://github.com/ct-martin/portfolio2020
https://github.com/ct-martin/portfolio-2018fall
Last synced: about 13 hours ago
JSON representation
Fall 2018 portfolio rewrite - Notice: this is not active. See new portfolio project at https://github.com/ct-martin/portfolio2020
- Host: GitHub
- URL: https://github.com/ct-martin/portfolio-2018fall
- Owner: ct-martin
- License: other
- Created: 2019-01-24T03:50:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T15:09:56.000Z (about 2 years ago)
- Last Synced: 2023-03-03T21:03:03.838Z (almost 2 years ago)
- Language: Vue
- Homepage: https://ctmartin.dev/
- Size: 3.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Christian Martin's Portfolio
Showcasing the projects, articles, & talks I've worked on.
This codebase creates a static site, built using:
* [Nuxt.js](https://nuxtjs.org/)
* [Vue.js](https://vuejs.org/)
* [Buefy](https://bulma.io/)
* [Bulma](https://bulma.io/)
* [vue-awesome-swiper](https://surmon-china.github.io/vue-awesome-swiper/)
* [swiper](https://github.com/nolimits4web/swiper)
* [Mozilla's PDF.js](https://github.com/mozilla/pdf.js) for viewing PDFs
* [Cloudflare](https://www.cloudflare.com/) for DNS & edge proxy
* [GitLab Pages](https://docs.gitlab.com/ce/user/project/pages/)I'm using the Vue ecosystem because I find it easier to work with than React. For example, I don't have to worry about using `className` instead of `class` and `.vue` component/page files let you use a `` tag to enclose your DOM elements.