Skip to content

Commit 9873293

Browse files
committed
fix: use bootstrap class for background color
* remove unused container in main jumbotron
1 parent 42d6ea9 commit 9873293

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
</div>
5454
</div>
5555
</nav>
56-
<!--<div id="top-info" class="container-fluid text-center bg-indigo text-light">
56+
<!--<div id="top-info" class="container-fluid text-center bg-primary text-light">
5757
<p>
5858
<span class="fw-bold">Python Pillow creator Jeffrey A. Clark (Alex)</span> is
59-
<a style="color: #F8F9FA;" target="_blank" href="https://github.com/python-pillow/Pillow/issues/7150">seeking FT remote work</a>.
59+
<a target="_blank" href="https://github.com/python-pillow/Pillow/issues/7150">seeking FT remote work</a>.
6060
Please considering hiring him or
61-
<a style="color: #F8F9FA;" target="_blank" href="https://github.com/python-pillow/Pillow/issues/7150">sharing news</a>
61+
<a target="_blank" href="https://github.com/python-pillow/Pillow/issues/7150">sharing news</a>
6262
with your network. Any and all networking opportunities appreciated!
6363
</p>
6464
</div>-->
@@ -84,17 +84,6 @@ <h1 class="display-6 fw-bold">Pillow</h1>
8484
<a class="btn btn-outline-secondary btn-lg px-4 rounded-pill"
8585
href="https://pillow.readthedocs.io/">Read the docs</a>
8686
</div>
87-
88-
<!-- Disabled news div -->
89-
90-
<!--<h2 id="news" class="fw-bold">News</h2>
91-
<div class="col-md-12 fs-4">
92-
<span class="fw-bold">Python Pillow creator Jeffrey A. Clark (Alex)</span> is
93-
<a target="_blank" href="https://github.com/python-pillow/Pillow/issues/7150">seeking FT remote work</a>.
94-
Please considering hiring him or
95-
<a target="_blank" href="https://github.com/python-pillow/Pillow/issues/7150">sharing news</a>
96-
with your network. Any and all networking opportunities appreciated!
97-
</div>-->
9887
</div>
9988
</div>
10089
<div class="row">

src/pillow.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
background-image: url(/images/img49.png);
33
background-size: 100% 100%;
44
}
5-
.mt-pillow {
6-
margin-top: 10em;
7-
}
8-
#top-info {
9-
background-color: #0D6EFD;
5+
6+
#top-info a {
7+
color: #F8F9FA;
108
}

0 commit comments

Comments
 (0)