i am building my own personal website, mainly for hobby photography. So the main content are images. I use html and css, i have some experience in this. (I don't have the opportunity to use a CMS.) But i am looking for an option to add images to my website without using an ftp login and editing the code. The reason is that i want to update my image gallery on my website from any device from anywhere.
Is it possible to insert an upload function to my website that automatically implements the image to the html code of the gallery. There should only be e.g. a new -tag with a specific class and the tag in between.
A passwort request before accessing the upload function would be nice.
How is this possible, which programming skills do i need to learn for that?
Thank you