Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/internships/gsoc/ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
9 changes: 6 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '/',
Expand Down Expand Up @@ -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' },

Expand Down
Binary file added static/img/default/favicon.ico
Binary file not shown.
Binary file added static/img/default/palisadoes-logo-200x200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/default/palisadoes-social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/favicon.ico
Binary file not shown.
Binary file removed static/img/talawa-logo-600x600.png
Binary file not shown.
Loading