summaryrefslogtreecommitdiffstats
path: root/html/index.html
blob: 8fc2ce25761cbe1899f11feded53c4f7e8227a3c (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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Free Software Foundation India</title>
    <link rel="stylesheet" href="./assets/css/fsfi.css">
</head>
<body>

<!-- start navbar -->
<nav class="navbar" role="navigation" aria-label="main navigation">
  <div class="container">
  <div class="navbar-brand">
    <a class="navbar-item" href="./">
      <img src="./assets/img/logo.png" width="280px" height="142px">
    </a>

    <a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="fsfi-nav-items">
      <span aria-hidden="true"></span>
      <span aria-hidden="true"></span>
      <span aria-hidden="true"></span>
    </a>
  </div>

  <div id="fsfi-nav-items" class="navbar-menu is-lowercase">
    <div class="navbar-end">
      <div class="navbar-item">
          <a href="#">About</a>
      </div>
      <div class="navbar-item">
          <a href="#">Events</a>
      </div>
      <div class="navbar-item">
          <a href="#">News</a>
      </div>
      <div class="navbar-item">
          <a href="#">Join</a>
      </div>
      <div class="navbar-item">
          <a href="#">Contact</a>
      </div>
      <div class="navbar-item">
          <a href="#">Shop</a>
      </div>
    </div>
  </div>
</div>
</nav>
<!-- end navbar -->

<!-- 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">
                        <div class="columns">
                            <div class="column is-narrow">
                                <img class="banner-img" src="./assets/img/chakra.png">
                            </div>
                            <div class="column is-two-thirds">
                                <p class="banner-text">
                                    FSF India is a non-profit organisation committed to
                                    advocating, promoting and propogating the use and
                                    development of swantantra software in India.
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
    </div>
</div>
<!-- end banner-->

<!-- 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>
                    </header>
                    <ul class="news-items">
                        <li>
                            <p><span class="tag is-white">Mar 07, 2014</span>
                                <a href="#">FSF India's call for a free digital society supported by free software</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Nov 09, 2013</span>
                                <a href="#">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="#">Swatantra Malayalam Computing completes 12 years</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Sep 28, 2013</span>
                                <a href="#">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 -->
<div class="articles">
    <section class="section">
        <div class="container">
            <div class="wrapper">
                <div class="content">
                    <header>
                        <h1 class="title"><span>Articles</span></h1>
                    </header>
                    <ul class="news-items">
                        <li>
                            <p><span class="tag is-white">Sep 19, 2011</span>
                                <a href="#">Android and Users' Freedom
                                - By Richard Stallman</a>
                            </p>
                        </li>
                        <li>
                            <p><span class="tag is-white">Feb 27, 2009</span>
                                <a href="#">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="#">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>
<!-- end artictles section -->

<!-- start footer -->
<footer class="footer">
  <div class="content is-small">
    <p>Copyright &copy; 2002-2019 Free Software Foundation of India.</p>

    <p>Verbatim copying and distribution of this entire article is
    permitted in any medium, provided this notice is preserved.</p>
  </div>

  <div class="footer-sister-orgs content is-small has-text-centered">
      <p class="">FSF India has sister organizations in <a href="#">North America</a>, <a href="#">Europe</a>, and <a href="#">Latin America</a>.</p>
  </div>
</footer>
<!-- end footer  -->

<!-- start JS -->
<script type="text/javascript" src="./assets/js/fsfi.js"></script>
<!-- end JS -->

</body>
</html>