summaryrefslogtreecommitdiff
path: root/app/views/content/_featured_articles.html.erb
diff options
context:
space:
mode:
authorCharlie Root <root@web.ccc.local>2025-01-28 22:47:15 +0100
committerCharlie Root <root@web.ccc.local>2025-01-28 22:47:15 +0100
commitc4296b59a7f9d667d295f9c37b71f7849b818fb3 (patch)
treeccbace3a183c075991a0dfeb1dd9e6f25e901cf3 /app/views/content/_featured_articles.html.erb
parentdfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff)
Big overhaul patch and style changes
Diffstat (limited to 'app/views/content/_featured_articles.html.erb')
-rw-r--r--app/views/content/_featured_articles.html.erb33
1 files changed, 29 insertions, 4 deletions
diff --git a/app/views/content/_featured_articles.html.erb b/app/views/content/_featured_articles.html.erb
index 75e2e1d..0220abb 100644
--- a/app/views/content/_featured_articles.html.erb
+++ b/app/views/content/_featured_articles.html.erb
@@ -1,5 +1,14 @@
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 image_tag( 'chaosradio.png' ),
5 "http://chaosradio.ccc.de/", 14 "http://chaosradio.ccc.de/",
@@ -8,6 +17,13 @@
8 )%> 17 )%>
9 18
10 <%= link_to( 19 <%= link_to(
20 image_tag( 'media-ccc-de-banner.svg', :size => '155x45' ),
21 "https://media.ccc.de",
22 :id => "media_ccc_de_icon",
23 :title => "Media Dot CCC Dot de"
24 )%>
25
26 <%= link_to(
11 image_tag( 'ds.png' ), 27 image_tag( 'ds.png' ),
12 "http://ds.ccc.de/", 28 "http://ds.ccc.de/",
13 :id => "ds_icon", 29 :id => "ds_icon",
@@ -22,10 +38,19 @@
22 )%> 38 )%>
23 39
24 <%= link_to( 40 <%= link_to(
25 image_tag( 'twitter.png' ), 41 image_tag( 'Fediverse.svg', :size => '64x64' ),
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 image_tag( 'Bluesky_Logo.svg', :size => '64x64' ),
50 "https://bsky.app/profile/ccc.de",
51 :id => "bluesky_icon",
52 :title => "bsky"
53 )%>
54
30</div> 55</div>
31 56