Skip to content

Commit 83af4c1

Browse files
committed
Add Appwrite BaaS
1 parent 9cb1b35 commit 83af4c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/constants/skills.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const categorizedSkills = {
132132

133133
baas: {
134134
title: "Backend as a Service(BaaS)",
135-
skills: ["firebase", "amplify", "heroku"],
135+
skills: ["firebase", "appwrite", "amplify", "heroku"],
136136
},
137137

138138
framework: {
@@ -425,6 +425,7 @@ const icons = {
425425
"https://raw.githubusercontent.com/kenangundogan/fontisto/036b7eca71aab1bef8e6a0518f7329f13ed62f6b/icons/svg/brand/unreal-engine.svg",
426426
elixir: "https://www.vectorlogo.zone/logos/elixir-lang/elixir-lang-icon.svg",
427427
heroku: "https://www.vectorlogo.zone/logos/heroku/heroku-icon.svg",
428+
appwrite: "https://appwrite.io/images/favicon.png",
428429
hexo: "https://www.vectorlogo.zone/logos/hexoio/hexoio-icon.svg",
429430
travisci: "https://www.vectorlogo.zone/logos/travis-ci/travis-ci-icon.svg",
430431
apachecordova:
@@ -576,6 +577,7 @@ const skillWebsites = {
576577
unreal: "https://unrealengine.com/",
577578
hexo: "hexo.io/",
578579
heroku: "https://heroku.com",
580+
appwrite: "https://appwrite.io",
579581
zapier: "https://zapier.com",
580582
elixir: "https://elixir-lang.org",
581583
travisci: "https://travis-ci.org",

0 commit comments

Comments
 (0)