Skip to content

Commit 896f44e

Browse files
authored
Merge pull request #148 from sandiegopython/davidfischer/neo4j-sponsor
Add Neo4j as a sponsor
2 parents f233681 + 09afc2f commit 896f44e

File tree

5 files changed

+10
-4
lines changed

5 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+
}
-9.56 KB
Loading
7.21 KB
Loading
-478 Bytes
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)