Skip to content

Commit a403533

Browse files
committed
Add AmazonSmile widget
1 parent cb11f1f commit a403533

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

images/index-banner.png

29 KB
Loading

index.dd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ $(DIVID news,
359359
)
360360
)
361361

362-
363362
$(DIVC boxes,
364363

365364
$(DIVC row,
@@ -463,6 +462,12 @@ $(DIVC boxes,
463462
)
464463
)
465464
)
465+
466+
$(DIVC center,
467+
<a href="https://dlang.org/blog/2018/03/12/the-d-foundation-at-open-collective/">
468+
<img src="$(ROOT_DIR)images/index-banner.png" style="max-width:100%; padding-top: 1.5em" />
469+
</a>
470+
)
466471
)
467472

468473
$(DIVC whyd, $(SECTION2 Fast code$(COMMA) fast.,

posix.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ IMAGES=favicon.ico $(ORGS_USING_D) $(addprefix images/, \
305305
qualifier-combinations qualifier-conversions) \
306306
$(addsuffix .png, archlinux_logo apple_logo \
307307
centos_logo chocolatey_logo \
308-
d3 dconf_logo_2018 debian_logo dlogo fedora_logo freebsd_logo gentoo_logo homebrew_logo nix_logo \
308+
d3 dconf_logo_2018 debian_logo dlogo fedora_logo freebsd_logo gentoo_logo homebrew_logo \
309+
index-banner nix_logo \
309310
opensuse_logo ubuntu_logo windows_logo pattern github-ribbon \
310311
dlogo_opengraph \
311312
$(addprefix ddox/, alias class enum enummember function \

0 commit comments

Comments
 (0)