summaryrefslogtreecommitdiffstats
path: root/static/includes/home-articles-section.html
blob: 47c261eadb0f8c0cb6c35c730c255b72b2fd3650 (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<div class="articles">
    <section class="section">
        <div class="container">
            <div class="wrapper">
                <div class="content">
                    <header>
                        <h1 class="title"><span>Articles</span></h1>
                        <a class="feed" href="/article/feed.atom">
                            <span class="feed-icon"></span>
                            <span class="is-sr-only">Atom Feed</span>
                        </a>
                    </header>
                    <ul class="news-items">
                        <li>
                            <p><span class="tag is-white">Feb 17, 2021</span>
                                <a href="/article/better-than-zoom">Better
                                than Zoom and Google Meet: Try these
                                Free Software powered video
                                conferencing apps and services</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Jan 23, 2021</span>
                                <a href="/article/better-than-whatsapp">Better
                                than WhatsApp: Try these Free Software
                                Apps and Services</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Sep 19, 2011</span>
                                <a href="/article/android/">Android and Users' Freedom
                                - By Richard Stallman</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Feb 27, 2009</span>
                                <a href="/article/liberating-cyberspace-rms-interview/">Liberating cyberspace -
                                Interview with Richard M. Stallman,
                                founder, Free Software Foundation,
                                FRONTLINE</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Oct 19, 2007</span>
                                <a href="/article/frontline-moglen-interview/">The Spectre of Free
                                Information - Interview with Eben
                                Moglen, Professor of Law and Legal
                                History - FRONTLINE</a>
                            </p>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </section>
</div>