Skip to content

Commit

Permalink
hackathon: update static img path
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Apr 17, 2019
1 parent 636222b commit 12bb4f0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions app/dashboard/templates/shared/hackathon_sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,51 +46,51 @@
Supported by
<div class="big-sponsors d-flex flex-wrap justify-content-center mt-4">
<div class="img-holder rounded-circle img-holder--dark">
<img src="{% static '/v2/images/hackathon-sponsors/big/quorum.svg' %}" alt="Quorum" title="Quorum" class="mw-100 mh-100 img-cover" width="113" height="113">
<img src="{% static 'v2/images/hackathon-sponsors/big/quorum.svg' %}" alt="Quorum" title="Quorum" class="mw-100 mh-100 img-cover" width="113" height="113">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/big/labs-logo-blue.svg' %}" alt="Consensys Labs" title="Consensys Labs" class="mw-100 mh-100 img-cover" width="113" height="113">
<img src="{% static 'v2/images/hackathon-sponsors/big/labs-logo-blue.svg' %}" alt="Consensys Labs" title="Consensys Labs" class="mw-100 mh-100 img-cover" width="113" height="113">
</div>
<div class="img-holder rounded-circle img-holder--dark">
<img src="{% static '/v2/images/hackathon-sponsors/big/mythx-light.png' %}" alt="MythX" title="MythX" class="mw-100 mh-100 img-cover" width="113" height="">
<img src="{% static 'v2/images/hackathon-sponsors/big/mythx-light.png' %}" alt="MythX" title="MythX" class="mw-100 mh-100 img-cover" width="113" height="">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/big/pegasys-logo.svg' %}" alt="Pegasys" title="Pegasys" class="mw-100 mh-100 img-cover" width="113" height="113">
<img src="{% static 'v2/images/hackathon-sponsors/big/pegasys-logo.svg' %}" alt="Pegasys" title="Pegasys" class="mw-100 mh-100 img-cover" width="113" height="113">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/big/microsoft.svg' %}" alt="Microsoft" title="Microsoft" class="mw-100 mh-100 img-cover" width="113" height="">
<img src="{% static 'v2/images/hackathon-sponsors/big/microsoft.svg' %}" alt="Microsoft" title="Microsoft" class="mw-100 mh-100 img-cover" width="113" height="">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/big/adex-vector-logo.svg' %}" alt="Adex" title="Adex" class="mw-100 mh-100 img-cover" width="113" height="113">
<img src="{% static 'v2/images/hackathon-sponsors/big/adex-vector-logo.svg' %}" alt="Adex" title="Adex" class="mw-100 mh-100 img-cover" width="113" height="113">
</div>
</div>
<div class="small-sponsors d-flex flex-wrap justify-content-center">
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/chainlink-hexagon.svg' %}" alt="Chainlink" title="Chainlink" class="mw-100 mh-100 img-cover" width="75" height="75">
<img src="{% static 'v2/images/hackathon-sponsors/small/chainlink-hexagon.svg' %}" alt="Chainlink" title="Chainlink" class="mw-100 mh-100 img-cover" width="75" height="75">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/kauri_logo_vertical.svg' %}" alt="Kauri" title="Kauri" class="mw-100 mh-100 img-cover" width="75" height="75">
<img src="{% static 'v2/images/hackathon-sponsors/small/kauri_logo_vertical.svg' %}" alt="Kauri" title="Kauri" class="mw-100 mh-100 img-cover" width="75" height="75">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/leapdao.svg' %}" alt="LeapDAO" title="LeapDAO" class="mw-100 mh-100 img-cover" width="75" height="">
<img src="{% static 'v2/images/hackathon-sponsors/small/leapdao.svg' %}" alt="LeapDAO" title="LeapDAO" class="mw-100 mh-100 img-cover" width="75" height="">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/kleros-logo-vertical.svg' %}" alt="Kleros" title="Kleros" class="mw-100 mh-100 img-cover" width="75" height="75">
<img src="{% static 'v2/images/hackathon-sponsors/small/kleros-logo-vertical.svg' %}" alt="Kleros" title="Kleros" class="mw-100 mh-100 img-cover" width="75" height="75">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/alethio-no-bg.svg' %}" alt="Alethio" title="Alethio" class="mw-100 mh-100 img-cover" width="75" height="">
<img src="{% static 'v2/images/hackathon-sponsors/small/alethio-no-bg.svg' %}" alt="Alethio" title="Alethio" class="mw-100 mh-100 img-cover" width="75" height="">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/coinmark_blue_lg.svg' %}" alt="Coinmark" title="Coinmark" class="mw-100 mh-100 img-cover" width="75" height="75">
<img src="{% static 'v2/images/hackathon-sponsors/small/coinmark_blue_lg.svg' %}" alt="Coinmark" title="Coinmark" class="mw-100 mh-100 img-cover" width="75" height="75">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/autom8.svg' %}" alt="Autom(8)" title="Autom(8)" class="mw-100 mh-100 img-cover" width="75" height="75">
<img src="{% static 'v2/images/hackathon-sponsors/small/autom8.svg' %}" alt="Autom(8)" title="Autom(8)" class="mw-100 mh-100 img-cover" width="75" height="75">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/logo_poa.svg' %}" alt="POA" title="POA" class="mw-100 mh-100 img-cover" width="75" height="">
<img src="{% static 'v2/images/hackathon-sponsors/small/logo_poa.svg' %}" alt="POA" title="POA" class="mw-100 mh-100 img-cover" width="75" height="">
</div>
<div class="img-holder rounded-circle img-holder--light">
<img src="{% static '/v2/images/hackathon-sponsors/small/fluence-h.svg' %}" alt="Fluence" title="Fluence" class="mw-100 mh-100 img-cover" width="75" height="75">
<img src="{% static 'v2/images/hackathon-sponsors/small/fluence-h.svg' %}" alt="Fluence" title="Fluence" class="mw-100 mh-100 img-cover" width="75" height="75">
</div>
</div>
</div>

0 comments on commit 12bb4f0

Please sign in to comment.