Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aalu1418/aalu1418.github.io
- Owner: aalu1418
- Created: 2019-09-13T00:33:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T21:20:30.000Z (about 1 year ago)
- Last Synced: 2023-10-24T22:25:26.353Z (about 1 year ago)
- Language: HTML
- Homepage: https://aalu1418.github.io
- Size: 733 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```