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

Commit b255cb8

Browse files
author
M-ZubairAhmed
committed
links of learn subs added
1 parent d22e267 commit b255cb8

File tree

1 file changed

+30
-28
lines changed

1 file changed

+30
-28
lines changed

pages/learn.js

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ import TopBanner from '../components/top-banner';
66

77
export default publicPage(() => {
88
return (
9-
<div>
9+
<div className="root">
1010
<TopBanner
1111
pageTitle="Learn"
1212
pageSubTitle="Open Source Learning Guides to master your favorite technology"
1313
/>
1414
<main>
1515
<section>
16-
<Accordion styled>
16+
<Accordion fluid styled>
1717
<Accordion.Title>
1818
<Icon name="dropdown" />
1919
Web Development
@@ -26,31 +26,21 @@ export default publicPage(() => {
2626
</Accordion.Title>
2727
<Accordion.Content>
2828
<List selection verticalAlign="middle">
29-
<List.Item>
30-
<List.Content>
31-
<List.Header>Basics</List.Header>
32-
<List.Description>
33-
Get started with Frontend development
34-
</List.Description>
35-
</List.Content>
36-
</List.Item>
37-
<List.Item>
38-
<List.Content>
39-
<List.Header>Intermediate</List.Header>
40-
<List.Description>
41-
Next level after basics course
42-
</List.Description>
43-
</List.Content>
44-
</List.Item>
45-
<List.Item>
29+
<List.Item
30+
target="_blank"
31+
href="https://github.com/coderplex/learn/blob/master/web-dev/Frontend/Libraries%20%26%20Frameworks/Learn-Angular.md"
32+
>
4633
<List.Content>
4734
<List.Header>Angular</List.Header>
4835
<List.Description>
4936
Front-end web application framework by Google
5037
</List.Description>
5138
</List.Content>
5239
</List.Item>
53-
<List.Item>
40+
<List.Item
41+
target="_blank"
42+
href="https://github.com/coderplex/learn/blob/master/web-dev/Frontend/Libraries%20%26%20Frameworks/Learn-React.md"
43+
>
5444
<List.Content>
5545
<List.Header>React</List.Header>
5646
<List.Description>
@@ -59,7 +49,10 @@ export default publicPage(() => {
5949
</List.Description>
6050
</List.Content>
6151
</List.Item>
62-
<List.Item>
52+
<List.Item
53+
target="_blank"
54+
href="https://github.com/coderplex/learn/blob/master/web-dev/Frontend/Libraries%20%26%20Frameworks/Learn-VueJS.md"
55+
>
6356
<List.Content>
6457
<List.Header>Vue</List.Header>
6558
<List.Description>
@@ -76,7 +69,10 @@ export default publicPage(() => {
7669
</Accordion.Title>
7770
<Accordion.Content>
7871
<List selection verticalAlign="middle">
79-
<List.Item>
72+
<List.Item
73+
target="_blank"
74+
href="https://github.com/coderplex/learn/blob/master/web-dev/Backend/Learn-Laravel.md"
75+
>
8076
<List.Content>
8177
<List.Header>Laravel</List.Header>
8278
<List.Description>PHP web framework</List.Description>
@@ -92,7 +88,10 @@ export default publicPage(() => {
9288
</Accordion.Title>
9389
<Accordion.Content>
9490
<List selection verticalAlign="middle">
95-
<List.Item>
91+
<List.Item
92+
target="_blank"
93+
href="https://github.com/coderplex/learn/blob/master/data-science/learn-ds.md"
94+
>
9695
<List.Content>
9796
<List.Header>Core Data Science</List.Header>
9897
<List.Description>
@@ -109,7 +108,10 @@ export default publicPage(() => {
109108
</Accordion.Title>
110109
<Accordion.Content>
111110
<List selection verticalAlign="middle">
112-
<List.Item>
111+
<List.Item
112+
target="_blank"
113+
href="https://github.com/coderplex/learn/blob/master/Blockchain/learn-blockchain.md"
114+
>
113115
<List.Content>
114116
<List.Header>Blockchain</List.Header>
115117
<List.Description>
@@ -123,17 +125,17 @@ export default publicPage(() => {
123125
</section>
124126
</main>
125127
<style jsx>{`
128+
.root {
129+
background-color: #ffffff;
130+
}
126131
main {
127132
background-color: #ffffff;
133+
max-width: 800px;
128134
padding-top: 30px;
129135
padding-bottom: 30px;
130136
padding-left: 30px;
131137
padding-right: 30px;
132138
min-height: calc(100vh - 70px);
133-
display: flex;
134-
justify-content: center;
135-
align-items: center;
136-
flex-direction: column;
137139
margin: 0 auto;
138140
}
139141
section {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy