Skip to content

Commit bf48175

Browse files
committed
Reorganize Testimonials And More Organizations
1 parent 0da3dc5 commit bf48175

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

index.dd

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,16 @@ $(DIVC org_list,
320320
)
321321

322322
$(DIVC org_list_footer,
323-
<p class="center">
324-
$(FA_ICON quote-left) $(LINK2 $(ROOT_DIR)orgs-using-d.html, Testimonials And More Organizations)
325-
$(FA_ICON user) $(LINK2 $(ROOT_DIR)areas-of-d-usage.html, Current D use)
326-
</p>
323+
<div class="center">
324+
<div id="front-testimonial">
325+
<div id="front-testimonial-quote">
326+
$(FA_ICON quote-left) D shines from low-level control
327+
to high-level abstraction $(FA_ICON quote-right) $(BR)
328+
</div>
329+
$(FA_ICON heart) $(LINK2 $(ROOT_DIR)orgs-using-d.html, Success stories)
330+
$(FA_ICON history) $(LINK2 $(ROOT_DIR)areas-of-d-usage.html, What is D used for?)
331+
</div>
332+
</div>
327333
)
328334

329335
$(DIVC more,
@@ -734,6 +740,16 @@ Macros:
734740
border-color: #98312A;
735741
color: white;
736742
}
743+
#front-testimonial
744+
{
745+
display: inline-block;
746+
padding-top: 10px;
747+
}
748+
#front-testimonial-quote
749+
{
750+
padding-bottom: 10px;
751+
font-size: 16px;
752+
}
737753
)
738754
$(COMMENT index.html only for now, until we can figure out
739755
how to generate a URL to the current page for og:url)

0 commit comments

Comments
 (0)