summaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-04-08 09:38:18 -0400
committerrsiddharth <s@ricketyspace.net>2019-04-08 09:38:18 -0400
commita1c320f89ec7513d1ce3acc05162287162e5d983 (patch)
tree5cbebf332f7ae68e70f5dd930f4d9ba128dd2420 /html
parent42b804eddacb179849788bba56339ee5e3fcac4a (diff)
html/index.html: Add FS section.
Diffstat (limited to 'html')
-rw-r--r--html/index.html64
1 files changed, 64 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
index 8fc2ce2..eed77df 100644
--- a/html/index.html
+++ b/html/index.html
@@ -75,6 +75,70 @@
</div>
<!-- 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 four
+ essential freedoms: </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 adapt it to their
+ needs (freedom 1). Access to the
+ source code is a precondition for
+ this.</li>
+
+ <li>The freedom to redistribute copies
+ so they can help their neighbor
+ (freedom 2).</li>
+
+ <li>The freedom to improve the
+ program, and release their
+ improvements to the public, so that
+ the whole community benefits (freedom
+ 3). 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="http://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>
+<!-- end fs section -->
+
+
<!-- start news section -->
<div class="news">
<section class="section">