Let me get this straight.
You want to have a site that can show all images you have created?
Or
Cover sheets of CDs.?
Either way you can
Use
Just HTML and update it everytime that you have a new file
Or use PHP and HTML maybe even MySQL depending on how many images you plan on sharing.
You will need to have HTML experince, of course.
If you plan on doing this with PHP. You could simply use a text file. e.g.
image1.jpg|image2.jpg
From there get the text file. Read it. explode the | into an array
List all the image names as a link and then allow a user to click on the link.
If you want some more assitance PM me.