Skip to content

Commit c04fa79

Browse files
authored
Merge pull request #36 from tfuxu/enable-top-info
Uncomment `top-info` container
2 parents f299364 + d55ce31 commit c04fa79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
</div>
5454
</div>
5555
</nav>
56-
<!--<div id="top-info" class="container-fluid text-center bg-primary 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
5959
<a target="_blank" href="https://github.com/python-pillow/Pillow/issues/7150">seeking FT remote work</a>.
6060
Please considering hiring him or
6161
<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>
64-
</div>-->
64+
</div>
6565
<main>
6666
<div class="container mt-5">
6767
<div class="mb-4 bg-pillow rounded-3 text-center">

0 commit comments

Comments
 (0)