Skip to content

Commit

Permalink
Merge pull request #1352 from wilzbach/frontpage_icons
Browse files Browse the repository at this point in the history
Add description and dconf talk to frontpage companies
  • Loading branch information
CyberShadow committed Jun 7, 2016
2 parents 369f373 + bb90c1b commit 7566718
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.dd
Expand Up @@ -378,12 +378,16 @@ consistency. $(LINK2 spec/memory-safe-d.html, Read more).)
$(DIVC section, $(DIV, $(SECTION3 Industry-proven,
$(DIVC frontpage-orgs center,
$(FRONTPAGE_ORG Facebook, https://www.facebook.com, facebook.svg,
Online social networking service
)
$(FRONTPAGE_ORG Sociomantic, https://www.sociomantic.com, sociomantic.png,
Real-time personalized advertising
)
$(FRONTPAGE_ORG Weka.IO, http://weka.io, weka.png,
Software defined storage
)
$(FRONTPAGE_ORG Funkwerk AG, http://remedygames.com, funkwerk.png,
$(FRONTPAGE_ORG Funkwerk AG, http://www.funkwerk.com/en, funkwerk.png,
Passenger information systems
)
)
<div id="frontpage-orgs-more">
Expand Down Expand Up @@ -415,7 +419,7 @@ Macros:
TOUR=$(DIVC item, $(SECTION4 $(TC i, fa fa-$1 big-icon)$2, $3))
_=
FRONTPAGE_ORG_IMG=$(DIVC frontpage-orgs-img-wrapper vcontainer-box, <img class="vcontainer-element" src="$(ROOT_DIR)images/orgs-using-d/$0" />)
FRONTPAGE_ORG=$(DIVC frontpage-orgs-cell dont-highlight-link, $(LINK2 $2, $(FRONTPAGE_ORG_IMG $3)) $(H3 $1) $(P $4))
FRONTPAGE_ORG=$(DIVC frontpage-orgs-cell dont-highlight-link, $(LINK2 $2, $(FRONTPAGE_ORG_IMG $3)) $(H3 $1) $(P $(I $4 )))
_= Single word inline CSS needs to be escaped _=
C_A=$1:$2;
EXTRA_HEADERS=$(T style,
Expand Down

0 comments on commit 7566718

Please sign in to comment.