Personal website for Vasily (Vas) S. Levin, Esq., M.S., J.D., LL.M. in Taxation, UF Levin College of Law.
Live site: vasilyslevin.github.io
| Path | Description |
|---|---|
index.html |
About: background, credentials, interests, contact |
about/resume.html |
Resume: education, legal experience, community service |
handbooks/index.html |
Handbooks: index |
forsale/index.html |
For Sale: current listings |
/
├── index.html
├── style.css
├── assets/
│ ├── favicon.png
│ └── photo.jpg
├── about/
│ └── resume.html
├── handbooks/
│ ├── index.html
│ └── bar-system.html
└── forsale/
└── index.html
Plain HTML and CSS. No framework, no build step, no JavaScript dependencies. The resume page prints cleanly via Ctrl+P / Cmd+P.
- All date ranges use
–(en-dash). - No em-dashes anywhere in the site.
- Favicon:
assets/favicon.png(upload separately).