Skip to content

Commit 2eefb8d

Browse files
committed
CSS adjustment to Support page
1 parent 9e97779 commit 2eefb8d

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

content/static/support.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ <h1 class="large-header"><span class="black">Processing is free, open-source sof
88
<a href="https://processingfoundation.org/donate" class="donate-card">
99
<h4>Donate</h4>
1010
</a>
11-
<!--<a href="https://processingfoundation.org/support/studio" class="donate-card">
12-
<h4>Studio</h4>
13-
$250
14-
</a>
15-
<a href="https://processingfoundation.org/support/educational-institution" class="donate-card">
16-
<h4>Education Institution</h4>
17-
$500
18-
</a>-->
1911
</div>
2012

2113
<p>Your donation supports:
@@ -27,8 +19,6 @@ <h4>Education Institution</h4>
2719
</ul>
2820
</p>
2921

30-
<hr>
31-
3222
<p>
3323
<a href="https://processingfoundation.org">The Processing Foundation</a> was founded in 2012 after more than a decade of work with the Processing software. The Foundation’s mission is to promote software literacy within the visual arts, and visual literacy within technology-related fields — and to make these fields accessible to diverse communities. Our goal is to empower people of all interests and backgrounds to learn how to program and make creative work with code, especially those who might not otherwise have access to these tools and resources. You can read more about the history of Processing in the short essay "<a href="https://medium.com/processing-foundation/a-modern-prometheus-59aed94abe85" target="_blank">A Modern Prometheus</a>".
3424
</p>

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ div.examples-nav img { position: relative; top: 11px; }
13211321

13221322
.donate-card h4 {
13231323
line-height: 1.3;
1324-
margin: 0 0 0.5em 0;
1324+
margin: 0 0 0 0;
13251325
color: #2c7bb5;
13261326
}
13271327

0 commit comments

Comments
 (0)