Established in 1997, we’re a graphic design consultancy based in the centre of Reading.
Working across a variety of sectors, we produce creative and engaging brand strategies, identities, website designs and ways to communicate that enable our clients to stand out, connect with their audience and flourish.
In short, our design adds personality and delivers results.
T 0118 958 6946
E info@cream-design.co.uk
jQuery(function($){
$("#ticker").tweet({
username: "Cream_Design",
template: "{text} {time}",
page: 1,
count: 3
}).bind("loaded", function() {
var ul = $(this).find(".tweet_list");
var ticker = function() {
setTimeout(function() {
ul.find('li:first').animate( {marginTop: '-125px'}, 500, function() {
$(this).detach().appendTo(ul).removeAttr('style');
});
ticker();
}, 5000);
};
ticker();
});
});