Add Appwrite BaaS

This commit is contained in:
kodumbeats
2021-02-27 15:50:08 -05:00
parent 9cb1b35ac2
commit 83af4c1839
+3 -1
View File
@@ -132,7 +132,7 @@ const categorizedSkills = {
baas: {
title: "Backend as a Service(BaaS)",
skills: ["firebase", "amplify", "heroku"],
skills: ["firebase", "appwrite", "amplify", "heroku"],
},
framework: {
@@ -425,6 +425,7 @@ const icons = {
"https://raw.githubusercontent.com/kenangundogan/fontisto/036b7eca71aab1bef8e6a0518f7329f13ed62f6b/icons/svg/brand/unreal-engine.svg",
elixir: "https://www.vectorlogo.zone/logos/elixir-lang/elixir-lang-icon.svg",
heroku: "https://www.vectorlogo.zone/logos/heroku/heroku-icon.svg",
appwrite: "https://appwrite.io/images/favicon.png",
hexo: "https://www.vectorlogo.zone/logos/hexoio/hexoio-icon.svg",
travisci: "https://www.vectorlogo.zone/logos/travis-ci/travis-ci-icon.svg",
apachecordova:
@@ -576,6 +577,7 @@ const skillWebsites = {
unreal: "https://unrealengine.com/",
hexo: "hexo.io/",
heroku: "https://heroku.com",
appwrite: "https://appwrite.io",
zapier: "https://zapier.com",
elixir: "https://elixir-lang.org",
travisci: "https://travis-ci.org",