Skip to content

Commit 92d4507

Browse files
authored
Merge pull request #2064 from JackStouffer/foundation-donate
Added call to action for donations to foundation page merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2 parents 9f64f81 + 1d80947 commit 92d4507

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

css/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,20 @@ a.btn:hover
627627
color: #333;
628628
}
629629

630+
.btn.donate-large
631+
{
632+
font-size: 22px;
633+
padding: 0.4em 1em;
634+
background-color: #B03931;
635+
color: white;
636+
border: #B03931;
637+
}
638+
.btn.donate-large:hover
639+
{
640+
background-color: #98312A;
641+
color: white;
642+
}
643+
630644
/* only grow as wide as necessary */
631645
div.btn-group-vertical
632646
{

foundation.dd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ $(H4 The D Language Foundation is a
77
devoted to advancing open source technology related to the D programming language.
88
)
99

10+
<p class="center">
11+
<a href="$(ROOT_DIR)donate.html" class="btn donate-large">Donate</a>
12+
</p>
13+
1014
$(H3 History)
1115

1216
$(P The D programming language was started by Walter Bright, as a 'better C++'

0 commit comments

Comments
 (0)