Skip to content

Commit

Permalink
replace homepage PNGs with SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Oct 28, 2021
1 parent 807512f commit 400ea9b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ <h1 class="small-title center-text mega-margin">#OurPhilosophy</h1>
</div>
<div class="small-container" id="emoji-cards">
<div class="emoji-card">
<img src="assets/fire.png" alt="Fire emoji" class="emoji-img center-margin large-margin">
<img src="assets/fire.svg" alt="Fire emoji" class="emoji-img center-margin large-margin">
<h1 class="center-text medium-margin">Heat</h1>
<p class="center-text">Heat means work.<br/>Upstream contributions, bug fixes, designs, docs--the rigorous work that drives the community.</p>
</div>

<div class="emoji-card">
<img src="assets/sun.png" alt="Sun emoji" class="emoji-img center-margin large-margin">
<img src="assets/sun.svg" alt="Sun emoji" class="emoji-img center-margin large-margin">
<h1 class="center-text medium-margin">Light</h1>
<p class="center-text">Light means visibility. <br/>For the projects, contributions, opportunities, challenges, and people that impact the community.</p>
</div>

<div class="emoji-card">
<img src="assets/pride.png" alt="Pride heart emoji" class="emoji-img center-margin large-margin">
<img src="assets/heart.svg" alt="Pride heart emoji" class="emoji-img center-margin large-margin">
<h1 class="center-text medium-margin">Love</h1>
<p class="center-text">Love means culture and support.<br/>Why we care. How we work. Actions that grow the community.</p>
</div>
Expand Down
Binary file removed static/assets/fire.png
Binary file not shown.
1 change: 1 addition & 0 deletions static/assets/fire.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/assets/heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/assets/pride.png
Binary file not shown.
Binary file removed static/assets/sun.png
Binary file not shown.
1 change: 1 addition & 0 deletions static/assets/sun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 400ea9b

Please sign in to comment.