summaryrefslogtreecommitdiffstats
path: root/static/hi
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-02-07 10:58:33 -0500
committerrsiddharth <s@ricketyspace.net>2021-02-07 10:58:33 -0500
commitb9b919268f733b78d2c8b2c38a868c0d9fb70974 (patch)
treeddbc581e8124d0373e3c7db9fc57809d04d02f79 /static/hi
parent8b9bd7884a33c9e6f94c02d259f06cf0a63ee61a (diff)
index: add hindi version of FS section
Resolves issue #16
Diffstat (limited to 'static/hi')
-rwxr-xr-xstatic/hi/index.html138
1 files changed, 138 insertions, 0 deletions
diff --git a/static/hi/index.html b/static/hi/index.html
new file mode 100755
index 0000000..5770649
--- /dev/null
+++ b/static/hi/index.html
@@ -0,0 +1,138 @@
+<!--#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><a href="/">en</a> | hi</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.hi.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="/news/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">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 Maharshtra 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.hi.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"-->