Welcome to KS Photography
, a personal website to showcase my photography. This site is built using only HTML and CSS, focusing on a clean and
responsive design to beautifully present images.
- Image Gallery: A gallery to showcase various photography projects.
- Responsive Design: Works across different screen sizes, from mobile to desktop.
- CSS Animations: Subtle animations to enhance the viewing experience.
- Lightbox Effect: Click on images to view them in a larger, centered modal.
To view or modify the project, you only need a web browser and a text editor.
-
Before you install, make sure to try the deployed version: https://keremsemiz.github.io/photography/
-
Clone the repository:
git clone https://github.com/keremsemiz/photography.git
-
Navigate to the project directory:
cd photography
-
Open
index.html
in your web browser to view the site locally.
To add new photos to the gallery:
- Place your image files in the
images
directory. - Open
index.html
and add your new images within the gallery section.
Example:
<div class="gallery">
<img src="images/sunset.jpg" alt="Sunset Over Mountains" />
<div class="desc">Sunset Over Mountains</div>
</div>
To modify the look and feel, edit the styles.css
file located in the css
directory.
Example to add a border to images:
.gallery img {
border: 2px solid #fff;
}
Contributions are welcome! If you have suggestions or improvements, please fork this repository, create a new branch, and submit a pull request.
For any questions or feedback, please contact Kerem Semiz
.