Skip to content

Commit 620d27f

Browse files
committed
Add State of D 2018 banner
1 parent 5720093 commit 620d27f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

images/state-of-d-2018.png

40.9 KB
Loading

index.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ $(DIVID news,
362362

363363
$(DIVC boxes,
364364

365-
<a href="http://dconf.org">
366-
<img src="$(ROOT_DIR)images/banner_dconf_submission.png" style="max-width:100%; padding-top: 1.5em" />
365+
<a href="https://dlang.typeform.com/to/H1GTak">
366+
<img src="$(ROOT_DIR)images/state-of-d-2018.png" style="max-width:100%; padding-top: 1.5em" />
367367
</a>
368368

369369
$(DIVC row,

posix.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,11 @@ 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 banner_dconf_submission \
306+
$(addsuffix .png, archlinux_logo apple_logo \
307307
centos_logo chocolatey_logo \
308308
d3 dconf_logo_2018 debian_logo dlogo fedora_logo freebsd_logo gentoo_logo homebrew_logo \
309309
opensuse_logo ubuntu_logo windows_logo pattern github-ribbon \
310-
dlogo_opengraph \
310+
dlogo_opengraph state-of-d-2018 \
311311
$(addprefix ddox/, alias class enum enummember function \
312312
inherited interface module package private property protected \
313313
struct template variable)) \

0 commit comments

Comments
 (0)