I am making an HTML page and I am using Javascript with JQuery. I will have a map that looks like this:
var images = {
'Abstract' : 'http://i.imgur.com/MFkuQ.jpg',
'Animals' : 'http://i.imgur.com/QEt72.png',
'Beach' : 'http://i.imgur.com/nmrqv.jpg',
'Bad sky' : 'http://i.imgur.com/zoO2M.png',
'Colors' : 'http://i.imgur.com/bA718.png',
'Desert' : 'http://i.imgur.com/xvyzD.jpg',
'Dog no background' : 'http://i.imgur.com/k023O.png',
'Dog' : 'http://i.imgur.com/3c5EB.png',
'Gold' : 'http://i.imgur.com/jz4XX.png',
'Island' : 'http://i.imgur.com/7JXt7.jpg',
'Meteor' : 'http://i.imgur.com/iISwt.png',
'Ocean' : 'http://i.imgur.com/i8sy2.jpg',
'Rain' : 'http://i.imgur.com/V82Tb.png',
'Sky' : 'http://i.imgur.com/CMqv2.jpg',
'Textures' : 'http://i.imgur.com/lFKPp.jpg',
'Volcano' : 'http://i.imgur.com/7uy15.png'
}
for listing the art I made. However, I will also be making new art and need to have this map dynamically change. I have tried Mediafire, Pastebin, and several other websites, but they either don’t allow you to edit your files, can’t generate a link (like http://www.websitename.com/images.js), or get rid of your file after a while. Is there a good website I could upload my file to, and then edit it?
Host it somewhere, or use a github repository.