Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aalu1418/aalu1418.github.io

Source code for professional website describing various employment/studies/projects/etc.
https://github.com/aalu1418/aalu1418.github.io

Last synced: 16 days ago
JSON representation

Source code for professional website describing various employment/studies/projects/etc.

Awesome Lists containing this project

README

        

## Professional Website for Aaron Lu

A website to showcase professional (and some personal) accomplishments based on [Skeleton CSS](http://getskeleton.com/)

### Usage Guidelines:

Just follow the [MIT License](https://opensource.org/licenses/MIT)

And this one small condition:
Please attribute me!
All you need to do is uncomment lines in the footer of [index.html](./index.html)

```html


Modified from a website created by
Aaron Lu


```

### CI Notes + Checks

This repository uses `pre-commit` for file formatting. Use the following commands to enable:

```bash
pip3 install pre-commit
pre-commit install
```