diff --git a/app/assets/images/61mask.png b/app/assets/images/61mask.png new file mode 100644 index 0000000..0118a7d Binary files /dev/null and b/app/assets/images/61mask.png differ diff --git a/app/assets/images/newton.png b/app/assets/images/newton.png new file mode 100644 index 0000000..23adb42 Binary files /dev/null and b/app/assets/images/newton.png differ diff --git a/app/assets/images/stallman.png b/app/assets/images/stallman.png new file mode 100644 index 0000000..0936832 Binary files /dev/null and b/app/assets/images/stallman.png differ diff --git a/app/assets/stylesheets/welcome.scss b/app/assets/stylesheets/welcome.scss index 0785fba..ccd953c 100644 --- a/app/assets/stylesheets/welcome.scss +++ b/app/assets/stylesheets/welcome.scss @@ -50,6 +50,10 @@ a:visited { hr { margin: 5px 0 5px 0; } +p { + padding-top: 5px; + text-indent: 10px; +} #header { background: rgba(0, 0, 0, 0.7); @@ -197,8 +201,7 @@ hr { overflow: hidden; } .section .watermark { - position: relative; - padding: 2px; + position: absolute; opacity: 0.08; width: 60%; top: 50%; @@ -207,8 +210,51 @@ hr { z-index: 0; } +.title { + position: relative; + width: 100%; + line-height: 0; + text-align: center; + padding-bottom: 50px; +} +.title img { + display: inline-block; + vertical-align: middle; +} +.title h2 { + display: inline-block; + vertical-align: middle; +} + +.quote { + position: relative; +} +.quote q { + display: block; + font-family: serif; + text-align: center; +} +.quote div { + position: relative; + width: 100%; + line-height: 0; + text-align: center; +} +.quote img { + display: inline-block; + vertical-align: middle; +} +.quote span { + display: inline-block; + vertical-align: middle; + font-weight: bold; +} +.text { + padding-top: 30px; +} + .content { - position: absolute; + position: relative; width: 90%; height: 90%; top: 50%; diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index e06dfd0..eeb235b 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -21,6 +21,67 @@
+ <%= image_tag "dogs2.svg", class: "watermark" %> +
+
+ <%= image_tag("copyleft-icon.svg", size: "60") %> +

Free as in FREE SPEACH

+
+
+ + Value your freedom or you will lose it, teaches history. 'Don't + bother us with politics', respond those who don't want to learn. + +
+ <%= image_tag "stallman.png" %> + Dr. Richard Stallman +
+
+
+ + If I have seen further it is by standing on ye sholders of Giants. + +
+ <%= image_tag "newton.png" %> + Sir Isaac Newton +
+
+
+ + Free software is software that respects your freedom and the social + solidarity of your community. So it's free as in freedom. + +
+ <%= image_tag "stallman.png" %> + Dr. Richard Stallman +
+
+
+

+ Der Wert der Freiheit kann nicht hoch genug eingestuft werden. Sie zähl + aber leider zu jenen Gütern deren wahre Bedeutung wir erst erfassen, wenn + wir sie verlohren haben. Um Freiheit zu gewährleisten müssen wir erst + einmal in der Lage sein diese zu erkennen und was vielleicht noch + wichtiger ist, zu erkennen was unfrei ist oder uns unsere Freiheit + sogar nimmt. +

+

+ Unfreiheiten zu erkennen und abzustellen ist of unbequem. Unfreiheit + ist ob in Bequemlichkeit verpackt. Auch Neid hält uns davon ab + Unfreiheiten abzustellen. +

+
+
+
+
+
+

Other

+

+ Some other stuff here... +

+
+
+
<%= image_tag "dogs2.svg", class: "watermark" %>

This is mostly about programming.

@@ -45,21 +106,4 @@ <% end -%>
-
-
-

Other

-

- Some other stuff here... -

-
-
-
- <%= image_tag "dogs2.svg", class: "watermark" %> -
-

Other

-

- Some other stuff here... -

-
-