Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.18 KB

File metadata and controls

37 lines (29 loc) · 1.18 KB

aaasz.github.io

Adriana Szekeres's personal website

About

This is a simple, easy-to-maintain personal website for tracking research papers and GitHub projects.

How to Update Your Website

Adding Research Papers

  1. Open index.html
  2. Find the <section id="research"> section
  3. Copy the template provided in the HTML comments
  4. Replace the example content with your paper details
  5. Save and commit

Adding GitHub Projects

  1. Open index.html
  2. Find the <section id="projects"> section
  3. Copy the template provided in the HTML comments
  4. Replace the example content with your project details
  5. Save and commit

Customizing Styles

  • Edit style.css to 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

Local Development

To view the website locally:

  1. Open index.html in your web browser, or
  2. Use a local server: python -m http.server 8000
  3. Navigate to http://localhost:8000

GitHub Pages

This website is automatically published via GitHub Pages at https://aaasz.github.io/

Any changes pushed to the main branch will be automatically deployed.