Skip to content

Add Neo4j as a sponsor #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions assets/src/sass/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@
height: 2rem;
vertical-align: -.25rem;
}

#sponsors {
.media img {
width: 70px;
}
}
Binary file modified pythonsd/static/img/sponsors/jfrog-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pythonsd/static/img/sponsors/neo4j-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pythonsd/static/img/sponsors/qualcomm-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions pythonsd/templates/pythonsd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>Upcoming meetups</h3>
</section>

{# Sponsors #}
<section class="mb-3">
<section class="mb-3" id="sponsors">
<div class="row">
<div class="col-lg-6">

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

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

Expand Down
Loading