Skip to content

Commit 4f2abe0

Browse files
committed
new partner: devsquad
1 parent 5850147 commit 4f2abe0

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

src/partners/devsquad.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
page: true
3+
footer: false
4+
---
5+
6+
<script setup>
7+
import Page from './components/PartnerPage.vue'
8+
</script>
9+
10+
<Page partner="devsquad" />

src/partners/partners.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,26 @@
7676
"contact": "rob@64robots.com",
7777
"platinum": true
7878
},
79+
{
80+
"name": "DevSquad",
81+
"logo": "devsquad.png",
82+
"intro": "You can think of DevSquad as the Navy SEALs of software development. Our team members have unique and diverse skills, and this cross-functionality lets us successfully complete any mission.",
83+
"description": [
84+
"All of our clients get their own dedicated Squad. Even if you need 30 developers, everyone working on your project is split into small agile teams of 2-6 people. A battle-tested small team can move quicker and with more precision than larger teams, just like the Navy SEALs.",
85+
"Instead of the bug-filled code, you may have received in the past, we write robust software and test the hell out of it. But instead of just testing manually, we write additional code to test your code. This ensures bugs are spotted quickly and automatically before your employees or customers ever touch the software. And it prevents bigger problems down the road when you try to scale usage or add new features.",
86+
"DevSquad gives you the proven proves and all the experience you need to build your software better, faster, and right the first time."
87+
],
88+
"region": ["North America"],
89+
"proficiencies": [
90+
"Vue.js", "Laravel", "Node.js"
91+
],
92+
"website": {
93+
"text": "devsquad.com",
94+
"url": "https://devsquad.com/vuejs-developers/"
95+
},
96+
"contact":"phil@devsquad.com",
97+
"platinum": true
98+
},
7999
{
80100
"name": "Redberry",
81101
"logo": "redberry.png",
105 KB
Loading
13 KB
Loading

0 commit comments

Comments
 (0)