summaryrefslogtreecommitdiffstats
path: root/static/index.html
blob: 8f5f8d5b171a3579603ff61342b5b1712225e2f1 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!--#include virtual="/includes/html-open.html"-->

<!--#include virtual="/includes/header-open.html"-->
<title>Free Software Foundation India</title>
<!--#include virtual="/includes/header-close.html"-->

<!--#include virtual="/includes/body-open.html"-->
<!--#include virtual="/includes/navbar.html"-->

<!-- start main -->
<div class="main">

<!-- start lang block -->
<div class="lang-block">
  <div class="container">
    <div class="lang">
      <p>en | <a href="/hi">hi</a></p>
    </div>
  </div>
</div>
<!-- end lang block -->

<!-- start banner -->
<div class="fsfi-banner">
    <div class="container">
        <section class="hero is-bold">
            <div class="hero-body">
                <div class="container">
                    <div class="content is-large">
                        <header>
                            <h1>Free Software Foundation of India</h1>
                        </header>

                        <p class="banner-text fsfi-lead">
                            FSF India is a non-profit organisation committed to
                            advocating, promoting and propagating the use and
                            development of swatantra software in India.
                        </p>
                    </div>
                </div>
            </div>
        </section>
    </div>
</div>
<!-- end banner-->

<!-- start fs section -->
<!--#include virtual="/includes/home-fs-section.html"-->
<!-- end fs section -->


<!-- start news section -->
<div class="news">
    <section class="section">
        <div class="container">
            <div class="wrapper">
                <div class="content">
                    <header>
                        <h1 class="title"><span>News</span></h1>
                        <a class="feed" href="/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">Apr 10, 2021</span>
                                <a href="/news/board-statement-2021/">FSF
                                India Board Statement</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Mar 05, 2021</span>
                                <a href="/case-study/unipune/">Case
                                Study: SCMS - Savitribai Phule Pune
                                University Pune, India</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Sep 19, 2020</span>
                                <a href="/news/free-software-camp-2020-announcement/">Free
                                Software Camp 2020 Launches on Software Freedom Day</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">July 11, 2020</span>
                                <a href="/news/proprietary-apps-in-schools/">Open
                                letter to KITE: On the use of
                                proprietary apps and services for
                                online classes in schools</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">May 29, 2020</span>
                                <a href="/news/arogya-sethu">Aarogya Sethu client app released as Free Software</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Sep 12, 2019</span>
                                <a href="/news/thottingal">Santhosh Thottingal is awarded the President's Maharshi Badrayan Vyas Samman for 2019</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Jul 28, 2019</span>
                                <a href="/news/mh-schools-floss/">IT syllabus of  class XI in Maharashtra now includes FLOSS</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Jul 17, 2019</span>
                                <a href="/news/vnrvjiet-fw/">Free Software Seminar at VNRVJIET</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Mar 07, 2014</span>
                                <a href="/news/free-digital-society/">FSF India's call for a free digital society supported by free software</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Oct 25, 2013</span>
                                <a href="/news/response-oss-framwork/">FSF India's Response to the Proposed Framework by Govt of India</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Oct 14, 2013</span>
                                <a href="/news/smc-twelve-years/">Swatantra Malayalam Computing completes 12 years</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Sep 28, 2013</span>
                                <a href="/news/gnu-thirty/">The GNU system has turned thirty years old on September 27, 2013</a>
                            </p>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </section>
</div>
<!-- end news section -->

<!-- start articles section -->
<!--#include virtual="/includes/home-articles-section.html"-->
<!-- end artictles section -->

</div>
<!-- end main -->

<!--#include virtual="/includes/footer.html"-->
<!--#include virtual="/includes/js.html"-->
<!--#include virtual="/includes/body-close.html"-->
<!--#include virtual="/includes/html-close.html"-->