Skip to content

Commit 7293323

Browse files
committed
Group D Language Foundation pages
1 parent b35538c commit 7293323

File tree

8 files changed

+72
-2
lines changed

8 files changed

+72
-2
lines changed

contributors.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Macros:
2828
TITLE=Contributors ($(NR_D_CONTRIBUTORS))
2929
GH_REPO=$(LINK2 https://github.com/dlang/$1, $(D $1))
3030
D_CONTRIBUTOR=$(LI $1)
31+
SUBNAV=$(SUBNAV_FOUNDATION)
3132
EXTRA_HEADERS=$(T style,
3233
#all-d-contributors {
3334
-moz-column-gap: 20px;

dlang.org.ddoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,18 @@ $(SUBNAV_TEMPLATE
477477
$(ROOT_DIR)d-array-article.html, D Slices
478478
))
479479
)
480+
SUBNAV_FOUNDATION=
481+
$(SUBNAV_TEMPLATE
482+
$(SUBNAV_HEAD Foundation, $(ROOT_DIR)foundation_overview.html, overview)
483+
$(UL $(SUBMENU2
484+
$(ROOT_DIR)foundation.html, About the Foundation,
485+
$(ROOT_DIR)donate.html, Donate,
486+
$(ROOT_DIR)dlangupb-scholarship.html, Scholarships,
487+
https://wiki.dlang.org/GSOC_2018_Ideas, GSoC 2018 Ideas,
488+
$(ROOT_DIR)sponsors.html, Sponsors,
489+
$(ROOT_DIR)contributors.html, Contributors,
490+
))
491+
)
480492

481493
SUBNAV_HEAD=
482494
$(DIVC head,

dlangupb-scholarship.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ you. Feel free to direct any related questions to [email protected].)
7575

7676
Macros:
7777
TITLE=The DLang UPB Languages and Systems Research Scholarship
78+
SUBNAV=$(SUBNAV_FOUNDATION)

donate.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Macros:
8181
FA_ICON=<i class="fa fa-$1" aria-hidden="true"></i>
8282
REMOVE_FIRST=$+
8383
DONATE_ITEM=<div class="donate-item"><h4>$(FA_ICON $2) $1</h4><div>$(REMOVE_FIRST $+)</div></div>
84+
SUBNAV=$(SUBNAV_FOUNDATION)
8485
EXTRA_HEADERS=$(T style,
8586
.donate-item {
8687
padding-left: 30px;

foundation.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ $(LINK2 mailto:[email protected], [email protected]) and other corresponde
7575

7676
Macros:
7777
TITLE=The D Language Foundation
78+
SUBNAV=$(SUBNAV_FOUNDATION)
7879
EXTRA_HEADERS=$(T style,
7980
.dlang-address {
8081
padding-left: 30px;

foundation_overview.dd

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Ddoc
2+
3+
$(D_S D Language Foundation,
4+
5+
$(H4 The D Language Foundation is a
6+
$(HTTPS en.wikipedia.org/wiki/501(c)_organization, 501(c)(3) non-profit public charity)
7+
devoted to advancing open source technology related to the D programming language.
8+
)
9+
10+
11+
$(DIVC boxes,
12+
$(DIVC row,
13+
$(DIVC item,
14+
$(H4 $(LINK2 $(ROOT_DIR)foundation.html, About))
15+
$(P Learn more about the history and activities of the D Language Foundation.)
16+
)
17+
$(DIVC item,
18+
$(H4 $(LINK2 $(ROOT_DIR)donate.html, Donate))
19+
$(P Support the D Language Foundation and help to further
20+
the development of the D language.
21+
)
22+
)
23+
)
24+
$(DIVC row,
25+
$(DIVC item,
26+
$(H4 $(LINK2 $(ROOT_DIR)dlangupb-scholarship.html, Scholarships))
27+
$(P The D Language Foundation offers Languages and Systems Research Scholarships
28+
to EE and CS students at University "Politehnica" Bucharest (UPB).
29+
)
30+
)
31+
$(DIVC item,
32+
$(H4 $(LINK2 https://wiki.dlang.org/GSOC_2018_Ideas, GSoC 2018 Ideas))
33+
$(P The D Language Foundation is applying for the Google Summer of Code 2018.)
34+
)
35+
)
36+
$(DIVC row,
37+
$(DIVC item,
38+
$(H4 $(LINK2 $(ROOT_DIR)sponsors.html, Sponsors))
39+
$(P Browse the list of all sponsors donating monetary resources
40+
to the D Language Foundation.)
41+
)
42+
$(DIVC item,
43+
$(H4 $(LINK2 $(ROOT_DIR)contributors.html, Contributors))
44+
$(P Browse the list of all the awesome people who contributed
45+
to D's source code and helped to make D possible.)
46+
)
47+
)
48+
)
49+
)
50+
51+
Macros:
52+
TITLE=Articles
53+
SUBNAV=$(SUBNAV_FOUNDATION)

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ PAGES_ROOT=$(SPEC_ROOT) 404 acknowledgements areas-of-d-usage \
357357
const-faq cppcontracts cpptod ctarguments ctod donate \
358358
D1toD2 d-array-article d-floating-point deprecate dlangupb-scholarship dll-linux dmd \
359359
dmd-freebsd dmd-linux dmd-osx dmd-windows documentation download dstyle \
360-
exception-safe faq forum-template foundation gpg_keys glossary \
360+
exception-safe faq forum-template foundation foundation_overview gpg_keys glossary \
361361
gsoc2011 gsoc2012 gsoc2012-template hijack howto-promote htod index install \
362362
intro-to-datetime lazy-evaluation menu migrate-to-shared mixin \
363363
orgs-using-d overview pretod rationale rdmd regular-expression resources safed \

sponsors.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ $(UL
4444
)
4545

4646
Macros:
47-
TITLE=D Language Foundation Sponsors
47+
TITLE=D Language Foundation Sponsors
48+
SUBNAV=$(SUBNAV_FOUNDATION)

0 commit comments

Comments
 (0)