Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.