Adriana Szekeres's personal website
This is a simple, easy-to-maintain personal website for tracking research papers and GitHub projects.
- Open
index.html - Find the
<section id="research">section - Copy the template provided in the HTML comments
- Replace the example content with your paper details
- Save and commit
- Open
index.html - Find the
<section id="projects">section - Copy the template provided in the HTML comments
- Replace the example content with your project details
- Save and commit
- Edit
style.cssto change colors, fonts, or layout - The color scheme uses
#667eea(purple-blue) as the primary color - The website is fully responsive and works on mobile devices
To view the website locally:
- Open
index.htmlin your web browser, or - Use a local server:
python -m http.server 8000 - Navigate to
http://localhost:8000
This website is automatically published via GitHub Pages at https://aaasz.github.io/
Any changes pushed to the main branch will be automatically deployed.