diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 852185a3..830bdebf 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -43,6 +43,12 @@ module.exports = {
className: 'navbar-icon navbar-icon-github',
'aria-label': 'GitHub repository',
},
+ {
+ href: 'https://t.me/techinterviewhandbook',
+ position: 'right',
+ className: 'navbar-icon navbar-icon-telegram',
+ 'aria-label': 'Telegram channel',
+ },
{
href: 'https://www.facebook.com/techinterviewhandbook',
position: 'right',
@@ -109,6 +115,10 @@ module.exports = {
label: 'GitHub',
href: 'https://github.com/yangshun/tech-interview-handbook',
},
+ {
+ label: 'Telegram',
+ href: 'https://t.me/techinterviewhandbook',
+ },
{
label: 'Facebook',
href: 'https://www.facebook.com/techinterviewhandbook',
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index a7e37018..f200f5f1 100755
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -118,6 +118,7 @@ html[data-theme='dark'] .navbar-icon-github:before {
html[data-theme='dark'] .navbar-icon-twitter:before {
background-image: url('/img/icons8-twitter-light.svg');
}
+
.navbar-icon-facebook:before {
background-image: url('/img/icons8-facebook.svg');
}
@@ -127,3 +128,13 @@ html[data-theme='dark'] .navbar-icon-facebook:before {
height: 28px;
width: 28px;
}
+
+.navbar-icon-telegram:before {
+ background-image: url('/img/icons8-telegram.svg');
+}
+
+html[data-theme='dark'] .navbar-icon-telegram:before {
+ background-image: url('/img/icons8-telegram-light.svg');
+ height: 28px;
+ width: 24px;
+}
diff --git a/website/static/img/icons8-facebook.svg b/website/static/img/icons8-facebook.svg
index 16147417..445765cb 100644
--- a/website/static/img/icons8-facebook.svg
+++ b/website/static/img/icons8-facebook.svg
@@ -1 +1 @@
-
+
diff --git a/website/static/img/icons8-github-light.svg b/website/static/img/icons8-github-light.svg
index f04e543c..3fbd5fc2 100644
--- a/website/static/img/icons8-github-light.svg
+++ b/website/static/img/icons8-github-light.svg
@@ -1 +1 @@
-
+
diff --git a/website/static/img/icons8-github.svg b/website/static/img/icons8-github.svg
index 4263f8aa..856970fa 100644
--- a/website/static/img/icons8-github.svg
+++ b/website/static/img/icons8-github.svg
@@ -1 +1 @@
-
+
diff --git a/website/static/img/icons8-telegram-light.svg b/website/static/img/icons8-telegram-light.svg
new file mode 100644
index 00000000..f063ac27
--- /dev/null
+++ b/website/static/img/icons8-telegram-light.svg
@@ -0,0 +1 @@
+
diff --git a/website/static/img/icons8-telegram.svg b/website/static/img/icons8-telegram.svg
new file mode 100644
index 00000000..c5dcc7ba
--- /dev/null
+++ b/website/static/img/icons8-telegram.svg
@@ -0,0 +1 @@
+