diff --git a/docs/internships/gsoc/ideas.md b/docs/internships/gsoc/ideas.md index 1b19dc30..cd0f7351 100644 --- a/docs/internships/gsoc/ideas.md +++ b/docs/internships/gsoc/ideas.md @@ -89,7 +89,7 @@ This is a list of our projects related to our product road map. 4. **Skills Required:** Code stacks related to repos above. See introduction section. 5. **Depends on Project:** None 6. **Project Size:** 350 hours (Large) -7. **Possible Mentors:** Meetul Rahore +7. **Possible Mentors:** [Meetul Rathore](https://community.talawa.io/members/meetulr.9/) 8. **Difficulty:** Hard 9. **Impact Definition:** "Core development" @@ -155,7 +155,7 @@ This is a list of our projects related to our product road map. 4. **Skills Required:** Code stacks related to repos above. See introduction section. 5. **Depends on Project:** None 6. **Project Size:** 350 Hours (Large) -7. **Possible Mentors:** TBD +7. **Possible Mentors:** [Md. Noman Khan](https://community.talawa.io/members/nomankhan.34/) 8. **Difficulty:** Medium 9. **Impact Definition:** "Core development" @@ -193,7 +193,7 @@ If you plan to use AI in your Custom proposal, we prefer the use of free open so 5. **Depends on Project:** N/A 6. **Project Size:** 90 hours (Small) 7. **Possible Mentors:** TBD -8. **Difficulty:** Dish Talreja +8. **Difficulty:** Disha Talreja 9. **Impact Definition:** Risky/Exploratory ### Custom (Medium) @@ -232,6 +232,6 @@ If you plan to use AI in your Custom proposal, we prefer the use of free open so 4. **Skills Required:** Code stacks related to repos above. See introduction section. 5. **Depends on Project:** N/A 6. **Project Size:** 175 Hours (Large) -7. **Possible Mentors:** Md. Noman Khan +7. **Possible Mentors:** [Md. Noman Khan](https://community.talawa.io/members/nomankhan.34/) 8. **Difficulty:** Large 9. **Impact Definition:** Risky/Exploratory diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a327c9df..8e095e26 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic'; const config: Config = { title: 'Palisadoes Foundation', tagline: 'Start your open source journey here', - favicon: 'img/talawa-logo-200x200.png', + favicon: 'img/default/favicon.ico', url: 'https://developer.palisadoes.org', baseUrl: '/', @@ -59,11 +59,14 @@ const config: Config = { autoCollapseCategories: true, }, }, - image: 'img/docusaurus-social-card.jpg', + image: 'img/default/palisadoes-social-card.jpg', navbar: { title: 'Palisadoes Developers', hideOnScroll: true, - logo: { alt: 'My Site Logo', src: 'img/talawa-logo-200x200.png' }, + logo: { + alt: 'The Palisadoes Foundation', + src: 'img/default/palisadoes-logo-200x200.png', + }, items: [ { to: '/docs', label: 'Introduction', position: 'left' }, diff --git a/static/img/default/favicon.ico b/static/img/default/favicon.ico new file mode 100644 index 00000000..d67b2a7c Binary files /dev/null and b/static/img/default/favicon.ico differ diff --git a/static/img/default/palisadoes-logo-200x200.png b/static/img/default/palisadoes-logo-200x200.png new file mode 100644 index 00000000..68046f3e Binary files /dev/null and b/static/img/default/palisadoes-logo-200x200.png differ diff --git a/static/img/default/palisadoes-social-card.jpg b/static/img/default/palisadoes-social-card.jpg new file mode 100644 index 00000000..310fb9de Binary files /dev/null and b/static/img/default/palisadoes-social-card.jpg differ diff --git a/static/img/favicon.ico b/static/img/favicon.ico index c01d54bc..d67b2a7c 100644 Binary files a/static/img/favicon.ico and b/static/img/favicon.ico differ diff --git a/static/img/talawa-logo-600x600.png b/static/img/talawa-logo-600x600.png deleted file mode 100644 index 94981326..00000000 Binary files a/static/img/talawa-logo-600x600.png and /dev/null differ