Commit 9b784ebff73c9f5d1d0cb178ca69071902f23789

Michael Schmidt 2021-03-21T17:07:17

Website: Added MySQL to "Used by" section (#2785)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/assets/img/logo-mysql.png b/assets/img/logo-mysql.png
new file mode 100644
index 0000000..d6f1328
Binary files /dev/null and b/assets/img/logo-mysql.png differ
diff --git a/index.html b/index.html
index 607847e..13a64d4 100644
--- a/index.html
+++ b/index.html
@@ -65,6 +65,7 @@
 		<a href="https://www.drupal.org/" target="_blank"><img src="assets/img/logo-drupal.png" alt="Drupal" /></a>
 		<a href="https://reactjs.org/" target="_blank"><img src="assets/img/logo-react.png" alt="React" /></a>
 		<a href="https://stripe.com/" target="_blank"><img src="assets/img/logo-stripe.png" alt="Stripe" /></a>
+		<a href="https://dev.mysql.com/" target="_blank"><img src="assets/img/logo-mysql.png" alt="MySQL" /></a>
 	</div>
 </section>