1.1 KiB
1.1 KiB
GEMINI Project Context: Personal Website
Project Overview
This project is a simple, single-page personal website for Dr. Morteza Asadi, a psychiatrist. It's built using plain HTML, CSS, and JavaScript. The website features a responsive design and a scroll-reveal effect that animates sections into view as the user scrolls.
Key Files
index.html: The main file that defines the structure of the website. It contains sections for a biography, resume, and contact information.style.css: This file contains all the styles for the website, including the layout, colors, and fonts.script.js: This file implements a scroll-reveal effect using the Intersection Observer API. When a user scrolls down, sections of the website fade in and slide up into view.
Building and Running
This is a static website. To run it, you can simply open the index.html file in any web browser. There are no build steps or dependencies to install.
Development Conventions
There are no explicit development conventions or frameworks in use. The code is straightforward and vanilla HTML, CSS, and JavaScript. The code is well-formatted and easy to understand.