summaryrefslogtreecommitdiff
path: root/app/views/content/_featured_articles.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
commit9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch)
tree8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /app/views/content/_featured_articles.html.erb
parent85a01e35274b8d4d4165a7b26bd7986e211246bb (diff)
parent1853082fcd8c067390c246f9daa01a9b47387497 (diff)
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'app/views/content/_featured_articles.html.erb')
-rw-r--r--app/views/content/_featured_articles.html.erb47
1 files changed, 36 insertions, 11 deletions
diff --git a/app/views/content/_featured_articles.html.erb b/app/views/content/_featured_articles.html.erb
index 75e2e1d..6717c51 100644
--- a/app/views/content/_featured_articles.html.erb
+++ b/app/views/content/_featured_articles.html.erb
@@ -1,31 +1,56 @@
1<div id="featured_articles"> 1<div id="featured_articles">
2 <h2>Featured</h2> 2 <h2>Featured</h2>
3
4 <!-- %= link_to(
5 image_tag( '34c3-tuwat.1e4e25c.png' ),
6 "https://events.ccc.de/congress/2017/wiki/Main_Page",
7 :id => "34C3_icon",
8 :size => "155x90",
9 :title => "Chaos Communication Congress 2017"
10 )% -->
11
3 <%= link_to( 12 <%= link_to(
4 image_tag( 'chaosradio.png' ), 13 '<img src="/images/chaosradio.png" alt="Chaosradio">'.html_safe,
5 "http://chaosradio.ccc.de/", 14 "https://chaosradio.ccc.de/",
6 :id => "chaosradio_icon", 15 :id => "chaosradio_icon",
7 :title => "Chaosradio" 16 :title => "Chaosradio"
8 )%> 17 )%>
9 18
10 <%= link_to( 19 <%= link_to(
11 image_tag( 'ds.png' ), 20 '<img src="/images/media-ccc-de-banner.svg" width="155" height="45" alt="Media Dot CCC Dot de">'.html_safe,
12 "http://ds.ccc.de/", 21 "https://media.ccc.de",
22 :id => "media_ccc_de_icon",
23 :title => "Media Dot CCC Dot de"
24 )%>
25
26 <%= link_to(
27 '<img src="/images/ds.png" alt="Datenschleuder">'.html_safe,
28 "https://ds.ccc.de/",
13 :id => "ds_icon", 29 :id => "ds_icon",
14 :title => "Datenschleuder" 30 :title => "Datenschleuder"
15 )%> 31 )%>
16 32
17 <%= link_to( 33 <%= link_to(
18 image_tag( 'events.png' ), 34 '<img src="/images/events.png" alt="Events-Blog">'.html_safe,
19 "http://events.ccc.de/", 35 "https://events.ccc.de/",
20 :id => "events_icon", 36 :id => "events_icon",
21 :title => "Events Blog" 37 :title => "Events-Blog"
22 )%> 38 )%>
23 39
24 <%= link_to( 40 <%= link_to(
25 image_tag( 'twitter.png' ), 41 '<img src="/images/Fediverse.svg" width="64" height="64" alt="Fediverse">'.html_safe,
26 "https://twitter.com/chaosupdates", 42 "https://social.bau-ha.us/@ccc",
27 :id => "twitter_icon", 43 :rel => 'me',
28 :title => "Twitter" 44 :id => "fediverse_icon",
45 :title => "Fediverse"
29 )%> 46 )%>
47
48 <%= link_to(
49 '<img src="/images/Bluesky_Logo.svg" width="64" height="64" alt="bsky">'.html_safe,
50 "https://bsky.app/profile/ccc.de",
51 :id => "bluesky_icon",
52 :title => "bsky"
53 )%>
54
30</div> 55</div>
31 56