From baf9eb24e7ee3222754b87a74c3273035c4cbfae Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 18 Feb 2012 15:56:16 +0100 Subject: added events icon --- app/views/content/_featured_articles.html.erb | 16 +++++++++++++--- public/images/events.png | Bin 0 -> 3584 bytes public/stylesheets/ccc.css | 4 ++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 public/images/events.png diff --git a/app/views/content/_featured_articles.html.erb b/app/views/content/_featured_articles.html.erb index e4cd512..75e2e1d 100644 --- a/app/views/content/_featured_articles.html.erb +++ b/app/views/content/_featured_articles.html.erb @@ -3,19 +3,29 @@ <%= link_to( image_tag( 'chaosradio.png' ), "http://chaosradio.ccc.de/", - :id => "chaosradio_icon" + :id => "chaosradio_icon", + :title => "Chaosradio" )%> <%= link_to( image_tag( 'ds.png' ), "http://ds.ccc.de/", - :id => "ds_icon" + :id => "ds_icon", + :title => "Datenschleuder" + )%> + + <%= link_to( + image_tag( 'events.png' ), + "http://events.ccc.de/", + :id => "events_icon", + :title => "Events Blog" )%> <%= link_to( image_tag( 'twitter.png' ), "https://twitter.com/chaosupdates", - :id => "twitter_icon" + :id => "twitter_icon", + :title => "Twitter" )%> diff --git a/public/images/events.png b/public/images/events.png new file mode 100644 index 0000000..b7faae3 Binary files /dev/null and b/public/images/events.png differ diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 5fefebd..5a5f024 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -139,6 +139,10 @@ div#featured_articles #ds_icon img { padding-top: 10px; } +div#featured_articles #events_icon img { + padding-left: 10px; +} + div#frontpage_calendar li { margin-bottom: 20px; } -- cgit v1.3