From b9b919268f733b78d2c8b2c38a868c0d9fb70974 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 7 Feb 2021 10:58:33 -0500 Subject: index: add hindi version of FS section Resolves issue #16 --- scss/style.scss | 6 ++ static/hi/index.html | 138 ++++++++++++++++++++++++++ static/includes/home-articles-section.hi.html | 47 +++++++++ static/includes/home-articles-section.html | 48 +++++++++ static/includes/home-fs-section.hi.html | 56 +++++++++++ static/includes/home-fs-section.html | 60 +++++++++++ static/index.html | 120 +++------------------- 7 files changed, 367 insertions(+), 108 deletions(-) create mode 100755 static/hi/index.html create mode 100644 static/includes/home-articles-section.hi.html create mode 100644 static/includes/home-articles-section.html create mode 100644 static/includes/home-fs-section.hi.html create mode 100644 static/includes/home-fs-section.html diff --git a/scss/style.scss b/scss/style.scss index 0f6bbc3..c1e4931 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -52,6 +52,12 @@ nav { } } +// Language Block +@include until($desktop - 1) { + .lang-block { + margin-right: 5px; + } +} // Home - Banner 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 @@ + + + +Free Software Foundation India + + + + + + +
+ + +
+
+
+

en | hi

+
+
+
+ + + +
+
+
+
+
+
+
+

Free Software Foundation of India

+
+ + +
+
+
+
+
+
+ + + + + + + + + + + + + + + +
+ + + + + + diff --git a/static/includes/home-articles-section.hi.html b/static/includes/home-articles-section.hi.html new file mode 100644 index 0000000..10e3bfd --- /dev/null +++ b/static/includes/home-articles-section.hi.html @@ -0,0 +1,47 @@ +
+
+ +
+
diff --git a/static/includes/home-articles-section.html b/static/includes/home-articles-section.html new file mode 100644 index 0000000..4f339ab --- /dev/null +++ b/static/includes/home-articles-section.html @@ -0,0 +1,48 @@ +
+
+ +
+
diff --git a/static/includes/home-fs-section.hi.html b/static/includes/home-fs-section.hi.html new file mode 100644 index 0000000..a733321 --- /dev/null +++ b/static/includes/home-fs-section.hi.html @@ -0,0 +1,56 @@ +
+
+
+
+
+
+

स्वतंत्र सॉफ्टवेयर आंदोलन

+
+ +
+
+

स्वतंत्र सॉफ्टवेयर आंदोलन स्वतंत्र सॉफ्टवेयर के निर्माण, प्रयोग तथा + अंगीकरण कराने के लिए अभियान चलाने का एक विश्वव्यापी प्रयास है, + जो उपयोगकर्ताओं को + चार आवश्यक आज़ादियों का अधिकार प्रदान करता है:

+ +
    +
  • प्रोग्राम को उनकी इच्छानुसार किसी भी उद्देश्य के लिए + इस्तेमाल करने की आज़ादी (आज़ादी ०)।
  • + +
  • प्रोग्राम का अध्ययन कर वह कैसे काम करता है + यह समझने की आज़ादी और उसके कोड में बदलाव + कर उससे अपनी इच्छानुसार कंप्यूटिंग करवाने की आज़ादी + (आज़ादी १)। इस आज़ादी को प्राप्त करने के लिये + उपयोगकर्ताओं को स्रोत कोड का मिलना पूर्व निहित शर्त है।
  • + +
  • प्रोग्राम के प्रतियों को दूसरों के साथ बांटने की आज़ादी + ताकि वे दूसरों की मदद कर सकें (आज़ादी २)।
  • + +
  • उनके द्वारा संशोधित किए गए प्रोग्राम के संस्करणों की प्रतियां + दूसरों के साथ बांटने की आज़ादी (आज़ादी ३)। ऐसा करने से + वे पूरे समुदाय को अपने बदलावों का लाभ उठाने का अवसर दे + सकते हैं। इस आज़ादी को प्राप्त करने के लिये उपयोगकर्ताओं + को स्रोत कोड का मिलना पूर्व निहित शर्त है।
  • +
+ +
+
+ +

Download this video in a free format + (HD) + (SD).

+
+
+
+
+
+
+
diff --git a/static/includes/home-fs-section.html b/static/includes/home-fs-section.html new file mode 100644 index 0000000..8f4af7e --- /dev/null +++ b/static/includes/home-fs-section.html @@ -0,0 +1,60 @@ +
+
+
+
+
+
+

Free Software Movement

+
+ +
+
+

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:

+ +
    +
  • The freedom to run the program as + they wish, for any purpose (freedom 0).
  • + +
  • 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.
  • + +
  • The freedom to redistribute copies + so they can help others (freedom 2).
  • + +
  • 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.
  • +
+ +
+
+ +

Download this video in a free format + (HD) + (SD).

+
+
+
+
+
+
+
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 @@
+ +
+
+
+

en | hi

+
+
+
+ +
@@ -35,66 +45,7 @@ -
-
-
-
-
-
-

Free Software Movement

-
- -
-
-

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:

- -
    -
  • The freedom to run the program as - they wish, for any purpose (freedom 0).
  • - -
  • 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.
  • - -
  • The freedom to redistribute copies - so they can help others (freedom 2).
  • - -
  • 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.
  • -
- -
-
- -

Download this video in a free format - (HD) - (SD).

-
-
-
-
-
-
-
+ @@ -175,54 +126,7 @@ - +
-- cgit v1.2.3