Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

learn V2 #59

Merged
merged 16 commits into from
Nov 1, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
latest merge from master
  • Loading branch information
M-ZubairAhmed committed Oct 25, 2017
commit 84e84f0f7fdc6587602c6d70a005281b667620d8
12 changes: 6 additions & 6 deletions pages/space.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export default publicPage(() => (
</Segment>
<Segment textAlign="left" secondary>
<h4>Daily</h4>
You will engage in daily code review and pair programming exercises
with other members.
You will engage in daily code review and pair programming
exercises with other members.
</Segment>
<Segment textAlign="left">
<h4>Wednesday</h4>
Expand All @@ -79,13 +79,13 @@ export default publicPage(() => (
</Segment>
<Segment textAlign="left">
<h4>Friday - Saturday</h4>
We will have casual hackathons, where everyone will participate
to build a project, big or small.
We will have casual hackathons, where everyone will participate to
build a project, big or small.
</Segment>
<Segment textAlign="left" secondary>
<h4>Saturday</h4>
In the evening, we will screen a tech-related documentary, movie or TV
show.
In the evening, we will screen a tech-related documentary, movie
or TV show.
</Segment>
<Segment textAlign="left">
<h4>Sunday</h4>
Expand Down
128 changes: 128 additions & 0 deletions utils/mock-data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
export const dataInRootLearn = [
{
id: '2132',
title: 'Laravel',
domain: 'Backend Development',
url: '/learn/laravel',
icon: 'devicon-laravel-plain colored',
learningCount: '20',
learnGuideStatus: true,
},
{
id: '213',
title: 'ReactJS',
domain: 'Frontend Development',
url: '/learn/reactjs',
icon: 'devicon-react-original colored',
learningCount: '28',
learnGuideStatus: false,
},
{
id: '2131',
title: 'Go',
domain: 'Programming Language',
url: '/learn/go',
icon: 'devicon-go-plain ',
learningCount: '7',
learnGuideStatus: false,
},
{
id: '21fa3',
title: 'Android',
domain: 'Mobile Development',
url: '/learn/',
icon: 'devicon-android-plain colored',
learningCount: '9',
learnGuideStatus: false,
},
{
id: '21afasda3',
title: 'Rails',
domain: 'Backend Development',
url: '/learn/',
icon: 'devicon-rails-plain colored',
learningCount: '14',
learnGuideStatus: false,
},
{
id: '21wqerwqe3',
title: 'Python',
domain: 'Programming Language',
url: '/learn/',
icon: 'devicon-python-plain colored',
learningCount: '32',
learnGuideStatus: false,
},
{
id: '2bxcvbx13',
title: 'iOS',
domain: 'Mobile Development',
url: '/learn/',
icon: 'devicon-swift-plain colored',
learningCount: '45',
learnGuideStatus: false,
},
{
id: '2bxczzxcvbx13',
title: 'Javascript',
domain: 'Programming Language',
url: '/learn/',
icon: 'devicon-javascript-plain colored',
learningCount: '31',
learnGuideStatus: false,
},
{
id: '2bxdfasczzxcvbx13',
title: 'Angular',
domain: 'Frontend Development',
url: '/learn/angular',
icon: 'devicon-angularjs-plain colored',
learningCount: '3',
learnGuideStatus: false,
},
];

export const indexPageLearns = [
{
link:
'https://github.com/coderplex/learn/blob/master/web-dev/Frontend/Libraries%20%26%20Frameworks/Learn-React.md',
title: 'ReactJS',
subject: 'Frontend Web Development',
image: '',
},
{
link:
'https://github.com/coderplex/learn/blob/master/web-dev/Backend/Learn-Laravel.md',
title: 'Laravel',
subject: 'Backend Web Development',
image: '',
},
{
link:
'https://github.com/coderplex/learn/blob/master/programming-languages/Go/learn-go.md',
title: 'Go',
subject: 'Programming Language',
image: '',
},
{
link:
'https://github.com/coderplex/learn/blob/master/computer-science/Learn-CS.md',
title: 'Introduction to C.S',
subject: 'Computer Science',
image: '',
},
{
link:
'https://github.com/coderplex/learn/blob/master/Blockchain/blockchain-basics.md',
title: 'Blockchain',
subject: 'Decentralized Systems',
image: '',
},
{
link:
'https://github.com/coderplex/learn/blob/master/mobile-dev/Android/learn-android.md',
title: 'Android',
subject: 'Mobile Development',
image: '',
},
];