Tuesday, November 6th, 2007

Ubuntu Web Banners - Part 2

After some constructive feedback [thanks Dave] I've had a go at redesigning my original Ubuntu web banners. I've tried to make these banners less exciting garish in appearance by removing the striped background and replacing it with a more subtle gradient. I've also lessened the use of the Ubuntu title font.

I'm kind of liking this design by jury approach so again please feel free to leave comments and suggestions for improvements.

Licensing issues

I also received some questions regarding licensing of the images. To confirm, there is no official license attached to these images so I guess they are public domain. Feel free to use, modify and redistribute as you see fit.

As far as I know [ignorance is bliss!] only the Firefox logo has any trademark issues. Other than that I've received no complaints [yet] about using the application logos.

I'd be really grateful if somebody could recommend a good non-restrictive license for artwork.

Set Three

Fast safe surfing with Firefox + Ubuntu

Chat more with Pidgin Instant Messenger + Ubuntu

Find it faster with Tracker Desktop Search + Ubuntu

Rip, burn, organize and play with Rhythmbox Music Player + Ubuntu

Work smarter with Open Office + Ubuntu

Set Four

Fast safe surfing with Firefox + Ubuntu

Chat more with Pidgin Instant Messenger + Ubuntu

Find it faster with Tracker Desktop Search + Ubuntu

Rip, burn, organize and play with Rhythmbox Music Player + Ubuntu

Work smarter with Open Office + Ubuntu

Download

You can download the images by right clicking and selecting, "Save Image As…"

Or, download all the images in an archive package:
http://crunchbang.org/misc/crunchbang-ubuntu-banners-468x60-v2.tar.gz

Please don't link to the images on my server as they have hotlink protection enabled.


20 Responses to “Ubuntu Web Banners - Part 2”

  1. Alan Pope wrote,

    Ooo, these are nice. I just need to find some code to put these on my site.

  2. Philip wrote,

    @Alan: I'm glad you like them :) I'm putting together a PHP script that will display the banners randomly. I'll post it soon.

  3. andylockran wrote,

    I really like these new ones… I'll put some on my site when you do that php code :) Viva Ubuntu!

  4. Vincent wrote,

    Looks good, but I think I'd like them better if all text in the banner (except for the names and "Ubuntu") would be the same size. Also, that text IMHO should be aligned with the names, either right or left.

  5. Vadim wrote,

    Looks excellent! I can't wait for the PHP script. Will use one of the images for now :)

  6. Philip wrote,

    I've written a quick and dirty PHP script for random image display. However, I'm wondering if this is the best way of going about it. I've got a whole series of these in production [of various dimensions etc.] and I'm thinking that I should develop a better delivery method. A copy & paste system like Adsense would be good — something quick and painless. Hmm.

  7. Jason Liquorish wrote,

    I saw your post for the last lot and thought they were good efforts although a little to noisy as stated in a comment someone else left. These however are a lot better and really reflect the image of Ubuntu. I would like the text to be aligned to the same place rather than staggered though.

    As for the PHP script the only way to really make it copy & paste would be to host the images and PHP script yourself. If that is a problem I would be willing to host them and see how the bandwidth goes.

  8. Philip wrote,

    @Jason: Thanks for the comment and offer of help. It's appreciated. I think I've got it covered though and I'm making some arrangements for hosting. I've actually got a fair bit of bandwidth on this domain, but from past experience I know how much hosted image services tend to eat ;)

  9. Jason Liquorish wrote,

    OK well good work anyway Phil, I tinkered about a bit and came up with something at http://www.dropshock.com/ubuntu/banners/ if you want to take a look. Just me messing about, although I have a idea for a slightly different way of doing it but that's is all I can do tonight.

    Thanks for the great images, I will be sure to put them on my sites.

  10. Dave wrote,

    These are awesome! Nice font and background, and also the rounded corners, well done.

  11. Philip wrote,

    @Dave: Thanks :)

  12. Vadim wrote,

    Could the http://www.dropshock.com/ubuntu/banners/human/ubuntu link be turned into a .gif somehow? Certain forums don't accept pictures if there's no extension.

  13. WebKid wrote,

    With this PHP Code you can contain a random image: (quick & dirty)

    <?php
    $rand=rand(1,5); echo "<img src=\"ubuntu_banner_$rand.png\" />";
    ?>
    

    It'll work when the images are called

    ubuntu_banner_1.png
    ubuntu_banner_2.png

    and when they're in the same directory as the PHP Code (otherwise you can edit the src="ubuntu_banner_$rand.png" )

  14. Philip wrote,

    @WebKid: Thanks for the code, don't forget to add the alt attribute ;)

  15. Vadim wrote,

    So how can us mortal humans use this in our signatures?

  16. Philip wrote,

    @Vadim: I'm making arrangements to for the images to be hosted remotely — eventually there will be a copy & paste system available.

  17. Gaz wrote,

    I have unlimited bandwidth on a server I have, and would be very happy to host any images or code that may help promote Ubuntu!

    Gaz

  18. Philip wrote,

    @Gaz: Nice one, feel free to use the images anyway you like :)

  19. Evan wrote,

    I'm the lead developer for SpreadUbuntu, and I would like to add these nice banners to our Ubuntu marketing materials repository.

    Is there any chance I could get the sources?

    I would be happy to attribute them to you with a link to your blog.

  20. Philip wrote,

    @Evan: Please feel free to use the images. Regarding the sources, I made these nearly two years ago and I am not too sure if I will be able to find the original GIMP files :( I will have a look though. :)

    Good job with SpreadUbuntu, it is good to see the project up and running!

Add Your Comment

Use the form below to add your comment. Markdown syntax is available. Note, comments are moderated by me for spam filtering. Alternatively, feel free to contact me privately.