File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -627,6 +627,20 @@ a.btn:hover
627
627
color : # 333 ;
628
628
}
629
629
630
+ .btn .donate-large
631
+ {
632
+ font-size : 22px ;
633
+ padding : 0.4em 1em ;
634
+ background-color : # D8645E ;
635
+ color : white;
636
+ border : # D8645E ;
637
+ }
638
+ .btn .donate-large : hover
639
+ {
640
+ background-color : # F47069 ;
641
+ color : white;
642
+ }
643
+
630
644
/* only grow as wide as necessary */
631
645
div .btn-group-vertical
632
646
{
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ $(H4 The D Language Foundation is a
7
7
devoted to advancing open source technology related to the D programming language.
8
8
)
9
9
10
+ <p class="center">
11
+ <a href="$(ROOT_DIR)donate.html" class="btn donate-large">Donate</a>
12
+ </p>
13
+
10
14
$(H3 History)
11
15
12
16
$(P The D programming language was started by Walter Bright, as a 'better C++'
You can’t perform that action at this time.
0 commit comments