Skip to content

Commit d89bf23

Browse files
committed
Add Neo4j as a sponsor
* Replaces Microsoft * Sets sponsor images to be 70px width. Previously sponsor images were displayed at full size. After merging this, we should update other sponsors images to be 140x140 instead of 70x70 to make them crisp on high DPI displays.
1 parent f233681 commit d89bf23

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

assets/src/sass/_theme.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@
2121
height: 2rem;
2222
vertical-align: -.25rem;
2323
}
24+
25+
#sponsors {
26+
.media img {
27+
width: 70px;
28+
}
29+
}
7.21 KB
Loading

pythonsd/templates/pythonsd/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3>Upcoming meetups</h3>
4040
</section>
4141

4242
{# Sponsors #}
43-
<section class="mb-3">
43+
<section class="mb-3" id="sponsors">
4444
<div class="row">
4545
<div class="col-lg-6">
4646

@@ -57,10 +57,10 @@ <h5 class="mt-0 mb-1"><a href="https://www.qualcomm.com/" rel="nofollow noopener
5757
</li>
5858

5959
<li class="media">
60-
<img src="{% static 'img/sponsors/microsoft-logo.png' %}" class="mr-3" alt="Microsoft">
60+
<img src="{% static 'img/sponsors/neo4j-logo.png' %}" class="mr-3" alt="Neo4j">
6161
<div class="media-body">
62-
<h5 class="mt-0 mb-1"><a href="https://www.microsoft.com/" rel="nofollow noopener noreferrer">Microsoft</a></h5>
63-
<p class="m-0">Microsoft sponsors food at our monthly meetup</p>
62+
<h5 class="mt-0 mb-1"><a href="https://neo4j.com/" rel="nofollow noopener noreferrer">Neo4j</a></h5>
63+
<p class="m-0">Neo4j is providing food at our monthly meetup</p>
6464
</div>
6565
</li>
6666

0 commit comments

Comments
 (0)