extend gallery with 2017 photos

svn path=/trunk/; revision=35009
This commit is contained in:
Max Mehl 2017-02-09 12:21:55 +00:00
parent 6eeb3647bb
commit dfe2eef034
11 changed files with 14 additions and 23 deletions

View File

@ -33,7 +33,7 @@ show the hardworking people behind the software our appreciation.</p>
<h2>Show your love for Free Software</h2>
<div class="captioned right" style="width: 300px;"> <!-- change to actual width of pictures -->
<picture-box from="1" to="68" />
<picture-box from="1" to="136" />
<!-- See ilovefs.xsl for image selection options and more -->
<footer>
<p>Many people are in love with Free Software for different reasons (<a href="/campaigns/ilovefs/whylovefs/gallery.html">full gallery</a>)</p>

View File

@ -29,8 +29,7 @@
tätig werden und Deine Werke mit Entwicklern, Projekten oder
auf sozialen Netzwerken Deiner Wahl teilst. </p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->

View File

@ -23,8 +23,7 @@
φωτογραφίες, δημιούργησε τέχνη ο ίδιος και κοινοποίησέ την σε προγραμματιστές,
προγράμματα, ή κοινωνικά δίκτυα της επιλογής σου!</p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->

View File

@ -28,8 +28,7 @@
following pictures, create some art yourself and share them with
developers, projects, or social networks of your choice!</p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->

View File

@ -27,8 +27,7 @@
cree arte usted mismo y compártalo con los desarrolladores, proyectos o
redes sociales de su elección!</p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->

View File

@ -15,8 +15,7 @@
<p>Si vous voulez rejoindre le mouvement trouvez l'inspiration dans les images suivantes, créez vous-même une &#339;uvre d'art et partagez-la avec des contributeurs, des projets, ou sur les réseaux sociaux de votre choix&#160;!</p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->
</body>

View File

@ -28,8 +28,7 @@
queste foto, fare tu stesso qualcosa di artistico e condividerlo con
gli sviluppatori, i progetti, o attraverso i social network che preferisci!</p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->

View File

@ -26,8 +26,7 @@ laten zien voor vrijheid in zowel software als de samenleving.</p>
volgende afbeeldingen, maak zelf kunst en deel het met ontwikkelaars, projecten
of sociale netwerken van jouw keuze!</p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->

View File

@ -28,8 +28,7 @@
seguintes fotografias, crie você mesmo alguma arte e partilhe-a com
programadores, projectos ou nas redes sociais do seu agrado!</p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->

View File

@ -27,8 +27,7 @@
krijoni diçka artistike ju vetë dhe tregojuani programuesve,
projekteve, ose rrjeteve shoqërore ku doni!</p>
<picture-list from="1" to="26" />
<picture-list from="27" to="68" />
<picture-list from="1" to="136" />
</div><!--/e-content-->

View File

@ -29,9 +29,9 @@
<xsl:attribute name="class">captioned left</xsl:attribute>
<xsl:attribute name="style">max-width: 300px; width: 40%;</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="href">http://download.fsfe.org/campaigns/ilovefs/gallery/ilovefs-gallery-<xsl:value-of select="$num"/>.jpg</xsl:attribute>
<xsl:attribute name="href">https://download.fsfe.org/campaigns/ilovefs/gallery/ilovefs-gallery-<xsl:value-of select="$num"/>.jpg</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="src">/campaigns/ilovefs/whylovefs/photos/gallery/ilovefs-gallery-thumb-<xsl:value-of select="$num"/>.jpg</xsl:attribute>
<xsl:attribute name="src">https://download.fsfe.org/campaigns/ilovefs/gallery/thumbs/ilovefs-gallery-thumb-<xsl:value-of select="$num"/>.jpg</xsl:attribute>
<xsl:attribute name="alt">A picture of one or more Free Software loving persons</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
</xsl:element> <!-- /img -->
@ -43,9 +43,9 @@
<xsl:attribute name="class">captioned right</xsl:attribute>
<xsl:attribute name="style">max-width: 300px; width: 40%;</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="href">http://download.fsfe.org/campaigns/ilovefs/gallery/ilovefs-gallery-<xsl:value-of select="$num+1"/>.jpg</xsl:attribute>
<xsl:attribute name="href">https://download.fsfe.org/campaigns/ilovefs/gallery/ilovefs-gallery-<xsl:value-of select="$num+1"/>.jpg</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="src">/campaigns/ilovefs/whylovefs/photos/gallery/ilovefs-gallery-thumb-<xsl:value-of select="$num+1"/>.jpg</xsl:attribute>
<xsl:attribute name="src">https://download.fsfe.org/campaigns/ilovefs/gallery/thumbs/ilovefs-gallery-thumb-<xsl:value-of select="$num+1"/>.jpg</xsl:attribute>
<xsl:attribute name="alt">A picture of one or more Free Software loving persons</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
</xsl:element> <!-- /img -->