Skip to content

Commit 5d67a71

Browse files
authored
Merge pull request astropy#381 from adrn/may-statement
Add statement about recent events
2 parents 0b42999 + d6836fa commit 5d67a71

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

css/style.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,20 @@ cite{
203203
font-family: monospace;
204204
}
205205

206+
section.notice {
207+
font-size: 13pt;
208+
line-height: 1.25em;
209+
font-style: italic;
210+
padding: 10px;
211+
margin: 20px;
212+
margin-top: 50px;
213+
border: 1px solid #FF5000;
214+
webkit-border-radius: 3px;
215+
-moz-border-radius: 3px;
216+
border-radius: 3px;
217+
218+
}
219+
206220
pre{
207221
background-color: #f5f5f5;
208222
border: 1px solid #ddd;
@@ -398,7 +412,6 @@ nav .pull-right{
398412

399413
section#hero{
400414
text-align: center;
401-
position:absolute;
402415
left:0px;
403416
top:0;
404417
width:100%;
@@ -477,11 +490,10 @@ section#hero div#documentation ul li a {
477490
/*Front Page*/
478491

479492
section.whatsnew{
480-
margin-top:420px;
481493
border:1px #E8E8E8 solid;
482494
border-right-style:none;
483495
border-left-style:none;
484-
border-padding=1px;
496+
border-padding:1px;
485497
padding-top: 15px;
486498
padding-bottom: 15px;
487499
}

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,17 @@
9191
</div>
9292
</nav>
9393

94+
<section class="notice">
95+
The Astropy Project acknowledges that the racist acts that have unfolded in the United States over the last few weeks are deeply upsetting, and that many members of our community are struggling as a result. As disturbing as these recent events are, they are familiar to our Black friends and colleagues, who continue to experience and witness acts of racism and violence toward their friends, family members, coworkers, classmates, and colleagues. The Astropy community <a href="https://www.astropy.org/code_of_conduct.html">is committed to supporting diversity and inclusion</a> and absolutely does not tolerate racism. Let this be a reminder that those of us who are in positions of privilege and power have a responsibility to support and advocate for the Black members of our community. This includes engaging with current events that are impacting our society and actively seeking out anti-racism resources. <a href="http://bit.ly/ANTIRACISMRESOURCES">This compilation of links</a> may be a helpful starting point.
96+
</section>
97+
9498
<section id="hero">
9599
<img src="images/astropy_project_logo.svg" width="524" onerror="this.src='images/astropy_project_logo.png'; this.onerror=null;" alt="Astropy: a community Python library for Astronomy" />
96100
<p>The Astropy Project is a community effort to develop a <a href="http://docs.astropy.org">common core
97101
package</a> for Astronomy in Python and foster an ecosystem of <a href="affiliated/index.html">interoperable
98102
astronomy packages</a>.</p>
99103
<p class="acknowledge">Please remember to <a href="acknowledging.html">acknowledge and cite</a> the use of Astropy!</p>
100-
</section>
104+
</section>
101105

102106
<section class="whatsnew"><div id="prenew"></div>
103107
What's new in <a href="http://docs.astropy.org/en/stable/whatsnew/4.0.html">Astropy 4.0?</a>

0 commit comments

Comments
 (0)