RichmondMakerLabs / kml-tfl-countdown

Building a simple page to display London Bus Countdown for local stops near our meeting room.
4 stars 3 forks source link

Adding images #6

Open amunizp opened 10 years ago

amunizp commented 10 years ago

Hi. I thought we just add an *.ico to the tab. Those little images that stick to the tab.

Also about adding images I think the best thing to do is using SVG.

Please note that by adding images (especially bitmaps) we will slow down the page so I would rather we keep it as plain text. Or very simple SVG.

I believe there are some PHP-svg stuff so we can have a simple red bus drawn with a 371 written across it. Some public domain art we can use: https://openclipart.org/search/?query=london+bus

M0TZO commented 10 years ago

Thinking on this, I can sort an ICO. Maybe a phone box for Kingston?

With regards to the actual script I now believe we should for the moment keep it simple, especially if we want people to access from mobile devices, etc.

amunizp commented 10 years ago

Hi I have just done this, please check the Branch TestingFeatures. I did a bus stop ICO that says KML. It should also have a larger Icon so that one can add it to the home of iOS or andorid devices (not tested)

amunizp commented 10 years ago

I also merged the modifications M0TZO made to the master so that it should look the same.