@@ -311,19 +311,25 @@ $(DIVC org_list_header,
311
311
)
312
312
313
313
$(DIVC org_list,
314
- <a href="https://www.netflix. com"><img src="$(ROOT_DIR)images/orgs-using-d/netflix_small.png" /></a>
315
- <a href="https://ebay.com "><img src="$(ROOT_DIR)images/orgs-using-d/ebay.jpg" /></a>
316
- <a href="http ://remedygames.com "><img src="$(ROOT_DIR)images/orgs-using-d/remedy.png" /></a>
317
- <a href="https://www.sociomantic.com "><img src="$(ROOT_DIR)images/orgs-using-d/sociomantic.png" /></a>
318
- <a href="https ://www .adroll.com"><img src="$(ROOT_DIR)images/orgs-using-d/da_roll.png" /></a>
319
- <a href="http ://www.weka.io "><img src="$(ROOT_DIR)images/orgs-using-d/weka.png" /></a>
314
+ <a href="https://medium. com/@NetflixTechBlog/introducing-vectorflow-fe10d7f126b8 "><img src="$(ROOT_DIR)images/orgs-using-d/netflix_small.png" /></a>
315
+ <a href="https://dlang.org/blog/2017/05/24/faster-command-line-tools-in-d/ "><img src="$(ROOT_DIR)images/orgs-using-d/ebay.jpg" /></a>
316
+ <a href="https ://dconf.org/2017/talks/watson.html "><img src="$(ROOT_DIR)images/orgs-using-d/remedy.png" /></a>
317
+ <a href="https://dconf.org/2016/talks/lucarella.html "><img src="$(ROOT_DIR)images/orgs-using-d/sociomantic.png" /></a>
318
+ <a href="http ://tech .adroll.com/blog/data/2014/11/17/d-is-for-data-science.html "><img src="$(ROOT_DIR)images/orgs-using-d/da_roll.png" /></a>
319
+ <a href="https ://dconf.org/2016/talks/zvibel.html "><img src="$(ROOT_DIR)images/orgs-using-d/weka.png" /></a>
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: 15px;
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)
0 commit comments