Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 667 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 667 Bytes

Professional Website for Aaron Lu

A website to showcase professional (and some personal) accomplishments based on Skeleton CSS

Usage Guidelines:

Just follow the MIT License

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

<p>
  Modified from a website created by
  <a href="https://aalu1418.github.io">Aaron Lu</a>
</p>

CI Notes + Checks

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

pip3 install pre-commit
pre-commit install