Skip to content

Commit

Permalink
update donation image sizes, alt texts
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchwadair authored Jun 11, 2020
1 parent d20bf13 commit de2ff6a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://bot.mtheb.tv">
<img src='./assets/logo_text.png' width='300px' height='360px'/>
<img src='./assets/logo_text.png' width='300px' height='360px' alt="MtheBot_ Logo"/>
</a>
</br></br>
<a href="LICENSE"><img src='https://img.shields.io/apm/l/atomic-design-ui.svg' alt="license"></a>
Expand All @@ -27,42 +27,42 @@ MtheBot_ is currently a one-man operation. Because of this, I incur numerous mo

<p align="center">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9WS3KJPAV8JDJ&item_name=Supporting+the+Development+of+MtheBot_&currency_code=USD&source=url">
<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg" border="0" alt="PayPal Logo">
<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg" height="50px" alt="PayPal Logo">
</a>
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
<a href="https://www.patreon.com/mitchdev">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" border="0" alt="PayPal Logo">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" height="50px" alt="Patreon Logo">
</a>
</p>

# MtheBot_'s Tech Stack
## The Bot Itself
<p align="center">
<a href="https://tmijs.com/">
<img src="https://avatars0.githubusercontent.com/u/17866914?s=200&v=4" height="100px"/>
<img src="https://avatars0.githubusercontent.com/u/17866914?s=200&v=4" height="100px" alt="tmi Logo"/>
</a>
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
<a href="https://aws.amazon.com/elasticbeanstalk/">
<img src="https://d1.awsstatic.com/icons/console_elasticbeanstalk_icon.0f7eb0140e1ef6c718d3f806beb7183d06756901.png" height="100px"/>
<img src="https://d1.awsstatic.com/icons/console_elasticbeanstalk_icon.0f7eb0140e1ef6c718d3f806beb7183d06756901.png" height="100px" alt="EB Logo"/>
</a>
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
<a href="https://www.mysql.com/">
<img src="https://www.mysql.com/common/logos/powered-by-mysql-167x86.png" height="100px"/>
<img src="https://www.mysql.com/common/logos/powered-by-mysql-167x86.png" height="100px" alt="MySQL Logo"/>
</a>
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
<img src="./assets/logo.png" height="100px"/>
<img src="./assets/logo.png" height="100px" alt="MtheBot_ Logo"/>
</p>

MtheBot_ is built using [tmi.js](https://github.com/tmijs/tmi.js). The back-end is built using a custom API server which hosts both a private API used by the front-end as well as a public API for general data (used in the "users" tag on this repo for example). The bot's back end is run through [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/) and uses a [MySQL](https://www.mysql.com/) database attached to the EB environment.

## The Web Application
<p align="center">
<a href="https://vuejs.org/">
<img src="https://vuejs.org/images/logo.png" height="100px"/>
<img src="https://vuejs.org/images/logo.png" height="100px" alt="Vue Logo"/>
</a>
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
<a href="https://vuetifyjs.com/">
<img src="https://cdn.vuetifyjs.com/images/logos/vuetify-logo-light.png" height="100px"/>
<img src="https://cdn.vuetifyjs.com/images/logos/vuetify-logo-light.png" height="100px" alt="Vuetify Logo"/>
</a>
</p>

Expand Down

0 comments on commit de2ff6a

Please sign in to comment.