1
1
import React from 'react' ;
2
- import { Card , Segment } from 'semantic-ui-react' ;
2
+ import { Card , Segment , Header , Divider } from 'semantic-ui-react' ;
3
3
4
4
import TopBanner from '../components/top-banner' ;
5
5
import publicPage from '../hocs/public-page' ;
@@ -13,7 +13,7 @@ export default publicPage(() => (
13
13
< main >
14
14
< section >
15
15
< div >
16
- < Card centered raised fluid >
16
+ < Card centered fluid >
17
17
< Card . Content >
18
18
These are dynamic learning environments, where everyone learns at
19
19
their own pace and compliments each other. You can also
@@ -62,9 +62,66 @@ export default publicPage(() => (
62
62
We will help you pick a technology and provide you with learning
63
63
guides to learn and build something on a daily basis.
64
64
</ Segment >
65
+ < Segment textAlign = "left" secondary >
66
+ < h4 > Daily</ h4 >
67
+ You will engage in daily code review and pair programming exercise
68
+ with other members.
69
+ </ Segment >
70
+ < Segment textAlign = "left" >
71
+ < h4 > Wednesday</ h4 >
72
+ We will have an Open Source Evening, where everyone will be
73
+ encouraged to find open source projects and contribute to them.
74
+ </ Segment >
75
+ < Segment textAlign = "left" secondary >
76
+ < h4 > Thursday</ h4 >
77
+ We will have a casual coding competition, where members will
78
+ participate to solve coding challenges together.
79
+ </ Segment >
80
+ < Segment textAlign = "left" >
81
+ < h4 > Friday - Saturday</ h4 >
82
+ We will have a casual hackathons, where everyone will participate
83
+ to build a project, big or small.
84
+ </ Segment >
85
+ < Segment textAlign = "left" secondary >
86
+ < h4 > Saturday</ h4 >
87
+ In evening, we will screen a tech related documentary, movie or TV
88
+ show.
89
+ </ Segment >
90
+ < Segment textAlign = "left" >
91
+ < h4 > Sunday</ h4 >
92
+ Members will present their work i.e projects or new topics they
93
+ have made or learned in the past week
94
+ </ Segment >
65
95
</ Segment . Group >
66
96
</ div >
67
97
</ section >
98
+ < divide >
99
+ < Divider section />
100
+ </ divide >
101
+ < section >
102
+ < h2 > Pricing</ h2 >
103
+ < div >
104
+ < Card >
105
+ < Card . Content >
106
+ < Segment inverted color = "pink" >
107
+ < Header as = "h2" inverted >
108
+ INR 1000/-
109
+ < Header . Subheader > per month</ Header . Subheader >
110
+ </ Header >
111
+ </ Segment >
112
+ < Card . Description >
113
+ For membership mail us
< br /> [email protected]
114
+ </ Card . Description >
115
+ </ Card . Content >
116
+ </ Card >
117
+ </ div >
118
+ < h2 > Mode of payment</ h2 >
119
+ < Segment . Group horizontal >
120
+ < Segment > UPI</ Segment >
121
+ < Segment > PayTM</ Segment >
122
+ < Segment > Cash</ Segment >
123
+ </ Segment . Group >
124
+ </ section >
68
125
</ main >
69
126
< style jsx > { `
70
127
main {
@@ -79,14 +136,18 @@ export default publicPage(() => (
79
136
align-items: center;
80
137
flex-direction: column;
81
138
text-align: center;
82
- max-width: 800px;
83
139
margin: 0 auto;
84
140
}
85
141
section {
142
+ max-width: 800px;
86
143
margin: 50px 0;
87
144
}
88
145
h2 {
89
146
text-transform: uppercase;
147
+ padding-bottom: 10px;
148
+ }
149
+ divide {
150
+ width: 100%;
90
151
}
91
152
` } </ style >
92
153
</ div >
0 commit comments