Skip to content

Commit bef38df

Browse files
committed
Add big, shiny banner DConf submission banner
1 parent 5220bc9 commit bef38df

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

images/banner_dconf_submission.png

37.3 KB
Loading

index.dd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,15 @@ $(DIVID news,
359359
)
360360
)
361361

362+
362363
$(DIVC boxes,
364+
365+
<a href="http://dconf.org">
366+
<img src="$(ROOT_DIR)images/banner_dconf_submission.png" style="max-width:100%; padding-top: 1.5em" />
367+
</a>
368+
363369
$(DIVC row,
364370
$(TOUR newspaper-o, News,
365-
$(P The $(LINK2 http://dconf.org,
366-
DConf) submission deadline is Feb 25!
367-
)
368371
$(P Stay updated with lastest article in the
369372
$(LINK2 http://blog.dlang.org,
370373
<cite>Official D Blog</cite>) from $(DBLOG_LATEST_DATE):

posix.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ IMAGES=favicon.ico $(ORGS_USING_D) $(addprefix images/, \
303303
$(addprefix compiler-, dmd.png gdc.svg ldc.png) \
304304
$(addsuffix .svg, icon_minus icon_plus hamburger dlogo faster-aa-1 faster-gc-1 \
305305
qualifier-combinations qualifier-conversions) \
306-
$(addsuffix .png, archlinux_logo apple_logo centos_logo chocolatey_logo \
306+
$(addsuffix .png, archlinux_logo apple_logo banner_dconf_submission \
307+
centos_logo chocolatey_logo \
307308
d3 dconf_logo_2018 debian_logo dlogo fedora_logo freebsd_logo gentoo_logo homebrew_logo \
308309
opensuse_logo ubuntu_logo windows_logo pattern github-ribbon \
309310
dlogo_opengraph \

0 commit comments

Comments
 (0)