Add latest fontawesome files and add become-a-supporter to header menu

This commit is contained in:
Max Mehl 2017-11-07 16:55:54 +01:00
parent 1fadbdfdc6
commit f847d95962
Signed by: max.mehl
GPG Key ID: 2704E4AB371E2E92
13 changed files with 3762 additions and 82 deletions

View File

@ -46,11 +46,20 @@
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'page-info'" /></xsl:call-template>
</xsl:element>
<xsl:element name="a">
<xsl:attribute name="href">/join?fsfe-header</xsl:attribute>
<xsl:attribute name="id">direct-to-join</xsl:attribute>
<xsl:element name="i">
<xsl:attribute name="class">fa fa-user-plus fa-lg</xsl:attribute>
</xsl:element>
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'support/become'" /></xsl:call-template>
</xsl:element>
<xsl:element name="a">
<xsl:attribute name="href">/fellowship/login.html</xsl:attribute>
<xsl:attribute name="id">direct-to-login</xsl:attribute>
<xsl:element name="i">
<xsl:attribute name="class">fa fa-user fa-lg</xsl:attribute>
<xsl:attribute name="class">fa fa-sign-in fa-lg</xsl:attribute>
</xsl:element>
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'fellowship/login'" /></xsl:call-template>
</xsl:element>

BIN
fonts/FontAwesome.otf Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

6
look/fsfe.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -167,7 +167,7 @@ div#subpages, .grid-row {
padding: .5em;
}
#direct-to-menu-list, #direct-to-translations, #direct-to-home, #direct-to-login {
#direct-to-menu-list, #direct-to-translations, #direct-to-home, #direct-to-login, #direct-to-join {
visibility: visible;
display: inline-block;

File diff suppressed because one or more lines are too long

View File

@ -84,6 +84,7 @@
<text id="support/support">Support</text>
<text id="support/order">Shop</text>
<text id="support/thankgnus">Donors</text>
<text id="support/become">Become a supporter</text>
<text id="fellowship/fellowship">Fellowship</text>
<text id="fellowship/login">Login</text>
<text id="fellowship/join">Join</text>