Personal academic website for Daniele E. Schiavazzi, Associate Professor at the University of Notre Dame.
├── index.html # Main website page
├── css/
│ └── style.css # Custom styles (uses Tailwind CSS)
├── images/ # Profile photo and other images
├── resources/ # LaTeX source files (CV reference)
│ └── *.tex
└── README.md
- Tailwind CSS - Utility-first CSS framework (via CDN)
- Alpine.js - Lightweight JavaScript framework for interactivity
- Google Fonts - Inter font family
Simply open index.html in a web browser to preview the site.
This site is designed to be hosted on GitHub Pages:
- Push to a repository named
<username>.github.io - The site will be automatically available at
https://<username>.github.io
All rights reserved. Content is for personal academic use.