diff --git a/v3/deploy.sh b/v3/deploy.sh
index f9ebb93..0abeca0 100755
--- a/v3/deploy.sh
+++ b/v3/deploy.sh
@@ -6,7 +6,10 @@
ln -s success/index.html success.html
ln -s cancel/index.html cancel.html
ln -s privacy/index.html privacy.html
- ln -s about/index.html about.html
+ ln -s team/index.html team.html
+ ln -s careers/index.html careers.html
+ ln -s open-source/index.html open-source.html
+ cp -rf ../zh ./
tar czf x *
scp x ot:/tmp/
ssh ot "sudo tar xzf /tmp/x -C /var/www/html/v3 && /bin/rm /tmp/x && sudo chown www-data:www-data /var/www/html/v3 -R"
diff --git a/v3/src/pages/careers.astro b/v3/src/pages/careers.astro
new file mode 100644
index 0000000..cd924be
--- /dev/null
+++ b/v3/src/pages/careers.astro
@@ -0,0 +1,23 @@
+---
+import Hero from '~/components/widgets/Hero.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: 'Careers',
+};
+---
+
+
+ Meanwhile, feel free to contribute to our open-source repository and collaborate with us there!
+