Skip to content

Commit

Permalink
Updated logo url for twilio and heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan12 authored Dec 26, 2022
1 parent 6c12c92 commit 6c2d05a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/templates/main/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@
<div class="text-muted">Storage Provided</div>
</div>
<div class="col-2">
<img src="https://brand.heroku.com/static/media/heroku-logotype-horizontal.81c49462.svg" width="100px" height="35px">
<img src="https://upload.wikimedia.org/wikipedia/commons/e/ec/Heroku_logo.svg" width="100px" height="35px">
<div class="text-muted">Hosted On</div>
</div>
<div class="col-2">
<img src="https://camo.githubusercontent.com/2dfeafbee0904d6df16ddf7200993dace1629e60/68747470733a2f2f73656e7472792d6272616e642e73746f726167652e676f6f676c65617069732e636f6d2f73656e7472792d6c6f676f2d626c61636b2e706e67" width="100px" height="35px">
<div class="text-muted">Error tracking</div>
</div>
<div class="col-2">
<img src="https://www.twilio.com/marketing/bundles/company-brand/img/logos/red/twilio-logo-red.png" width="100px" height="35px">
<img src="https://upload.wikimedia.org/wikipedia/commons/7/7e/Twilio-logo-red.svg" width="100px" height="35px">
<div class="text-muted">SMS Provided by</div>
</div>
</div>
Expand All @@ -133,4 +133,4 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
</body>
</html>
</html>

0 comments on commit 6c2d05a

Please sign in to comment.