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.

Commit b35d126

Browse files
author
M-ZubairAhmed
committed
rest of spaces design complete
1 parent 9f77aab commit b35d126

File tree

1 file changed

+64
-3
lines changed

1 file changed

+64
-3
lines changed

pages/space.js

Lines changed: 64 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { Card, Segment } from 'semantic-ui-react';
2+
import { Card, Segment, Header, Divider } from 'semantic-ui-react';
33

44
import TopBanner from '../components/top-banner';
55
import publicPage from '../hocs/public-page';
@@ -13,7 +13,7 @@ export default publicPage(() => (
1313
<main>
1414
<section>
1515
<div>
16-
<Card centered raised fluid>
16+
<Card centered fluid>
1717
<Card.Content>
1818
These are dynamic learning environments, where everyone learns at
1919
their own pace and compliments each other. You can also
@@ -62,9 +62,66 @@ export default publicPage(() => (
6262
We will help you pick a technology and provide you with learning
6363
guides to learn and build something on a daily basis.
6464
</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>
6595
</Segment.Group>
6696
</div>
6797
</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>
68125
</main>
69126
<style jsx>{`
70127
main {
@@ -79,14 +136,18 @@ export default publicPage(() => (
79136
align-items: center;
80137
flex-direction: column;
81138
text-align: center;
82-
max-width: 800px;
83139
margin: 0 auto;
84140
}
85141
section {
142+
max-width: 800px;
86143
margin: 50px 0;
87144
}
88145
h2 {
89146
text-transform: uppercase;
147+
padding-bottom: 10px;
148+
}
149+
divide {
150+
width: 100%;
90151
}
91152
`}</style>
92153
</div>

0 commit comments

Comments
 (0)