summaryrefslogtreecommitdiffstats
path: root/static/index.html
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/index.html
parent8b9bd7884a33c9e6f94c02d259f06cf0a63ee61a (diff)
index: add hindi version of FS section
Resolves issue #16
Diffstat (limited to 'static/index.html')
-rwxr-xr-xstatic/index.html120
1 files changed, 12 insertions, 108 deletions
diff --git a/static/index.html b/static/index.html
index 32af548..d368e8d 100755
--- a/static/index.html
+++ b/static/index.html
@@ -10,6 +10,16 @@
<!-- 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">
@@ -35,66 +45,7 @@
<!-- end banner-->
<!-- start fs section -->
-<div class="fs">
- <section class="section">
- <div class="container">
- <div class="wrapper">
- <div class="content">
- <header>
- <h1 class="title"><span>Free Software Movement</span></h1>
- </header>
-
- <div class="columns">
- <div class="column">
- <p>The free software movement is a world
- wide effort that campaigns for the
- creation, use, and adoption of free
- software that entitles users to
- <a href="//gnu.org/philosophy/free-sw.html">four
- essential freedoms</a>:</p>
-
- <ul>
- <li>The freedom to run the program as
- they wish, for any purpose (freedom 0).</li>
-
- <li>The freedom to study how the
- program works, and change it so it
- does their computing as they wish
- (freedom 1). Access to the source code
- is a precondition for this.</li>
-
- <li>The freedom to redistribute copies
- so they can help others (freedom 2).</li>
-
- <li>The freedom to distribute copies
- of their modified versions to others
- (freedom 3). By doing this they can
- give the whole community a chance to
- benefit from their changes. Access to
- the source code is a precondition for
- this.</li>
- </ul>
-
- </div>
- <div class="column">
- <video controls="controls"
- poster="//static.fsf.org/nosvn/rms-photos/20140407-geneva-01.png" style="width:512px"
- src="//audio-video.gnu.org/video/TEDxGE2014_Stallman05_LQ.webm">
- <track label="English" srclang="en" src="//static.fsf.org/nosvn/rms-tedx-subtitles/rms-ted-talk.en.vtt">
- <track label="French" srclang="fr" src="//static.fsf.org/nosvn/rms-tedx-subtitles/rms-ted-talk.fr.vtt">
- <track label="Spanish" srclang="es" src="//static.fsf.org/nosvn/TEDx_es.vtt">
- <track label="Persian" srclang="fa" src="//static.fsf.org/nosvn/rms-ted-talk.fa.srt">
- </video>
- <p>Download this video in a free format
- (<a href="//audio-video.gnu.org/video/TEDxGE2014_Stallman05_HQ.ogv">HD</a>)
- (<a href="//audio-video.gnu.org/video/TEDxGE2014_Stallman05_LQ.webm">SD</a>).</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
-</div>
+<!--#include virtual="/includes/home-fs-section.html"-->
<!-- end fs section -->
@@ -175,54 +126,7 @@
<!-- 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>
- <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">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>
+<!--#include virtual="/includes/home-articles-section.html"-->
<!-- end artictles section -->
</div>