DavidAJohn / PhotoPortfolio

Personal photo portfolio .NET web application which implements a Blazor and Tailwind CSS user interface with a MongoDb database, and includes integration with Stripe Checkout and Prodigi Print API
0 stars 0 forks source link

Acknowledgments/photo credits page #33

Closed DavidAJohn closed 1 year ago

DavidAJohn commented 1 year ago

The photographs used on the default version of the site are (with one exception which is one of mine) all free to use images from Unsplash.

However, I was careful to document who took them and the URL on Unsplash, so I'd like to have a page which links to each of the images ,which allows me to acknowledge their work and point anyone interested to a place where they can see more of it.

But, there are 29 images used throughout the site. It could take hours to copy and paste the right URLs into a static page.

So I'm going to create a CSV import file, insert them into a new credits table and then pull them out from the database.

DavidAJohn commented 1 year ago

The server-side code was added in this commit: 3d1592777c0739435cab6ee76f97df142493dbb9

Client-side code was added in this commit: 22fdfe1118e290ea06fe3a9a97da6d7f90e67b01