File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -320,10 +320,16 @@ $(DIVC org_list,
320
320
)
321
321
322
322
$(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>
327
333
)
328
334
329
335
$(DIVC more,
@@ -734,6 +740,16 @@ Macros:
734
740
border-color: #98312A;
735
741
color: white;
736
742
}
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
+ }
737
753
)
738
754
$(COMMENT index.html only for now, until we can figure out
739
755
how to generate a URL to the current page for og:url)
You can’t perform that action at this time.
0 commit comments