Skip to content

Commit 7800636

Browse files
authored
Merge pull request #2267 from wilzbach/remove-state-of-d
Remove 'State of D' survey banner
2 parents e995fec + a403533 commit 7800636

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

images/index-banner.png

29 KB
Loading

images/state-of-d-2018.png

-40.9 KB
Binary file not shown.

index.dd

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

362-
363362
$(DIVC boxes,
364363

365-
<a href="https://dlang.org/blog/2018/02/28/the-state-of-d-2018-survey">
366-
<img src="$(ROOT_DIR)images/state-of-d-2018.png" style="max-width:100%; padding-top: 1.5em" />
367-
</a>
368-
369364
$(DIVC row,
370365
$(TOUR newspaper-o, News,
371366
$(P Stay updated with the latest posts in the
@@ -467,6 +462,12 @@ $(DIVC boxes,
467462
)
468463
)
469464
)
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+
)
470471
)
471472

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

posix.mak

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,10 @@ 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 \
310-
dlogo_opengraph state-of-d-2018 \
311+
dlogo_opengraph \
311312
$(addprefix ddox/, alias class enum enummember function \
312313
inherited interface module package private property protected \
313314
struct template variable)) \

0 commit comments

Comments
 (0)