1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00
cv/README.md
Dan Barber 4346f8a3ba Lots of changes and updates
* Start organizing CSS according to ITCSS

* Replace logo with rainbow db

* Add Imagine Learning to experience

* Refactor layout to use CSS grid
2023-06-25 18:13:26 -05:00

18 lines
190 B
Markdown

## Curriculum Vitæ
Source code for my CV. Built using Middleman, SASS and CoffeeScript.
Deploys to Github Pages.
### Setup
```sh
$ bin/setup
```
### Dev Server
```sh
$ bin/server
```