/SimpleArtistWebsite

Simple artist portfolio contact page

Primary LanguageJavaScriptMIT LicenseMIT

Simple Artist Contact Website

This is a simple contact website used to display the portfolio of an artist (paintings or pictures).

The website is static using old school html and css and does not need any build step.

All the paintings and the artist photo were generated by Stable Diffusion.

It uses the PhotoSwipe javascript library for the nice image gallery.

Local testing

To test it locally, you need to start a local web server.

You can do it with Python for example by running:

python3 -m http.server

Publishing it

To publish it and host it somewhere, you need to manually upload the files to your hosting space.