blob: 75e2e1dd78ece2a12cba44d77b2d0809bf49e3d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<div id="featured_articles">
<h2>Featured</h2>
<%= link_to(
image_tag( 'chaosradio.png' ),
"http://chaosradio.ccc.de/",
:id => "chaosradio_icon",
:title => "Chaosradio"
)%>
<%= link_to(
image_tag( 'ds.png' ),
"http://ds.ccc.de/",
: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",
:title => "Twitter"
)%>
</div>
|