This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree 5 files changed +32
-6
lines changed
5 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 279
279
"contributions" : [
280
280
" code"
281
281
]
282
+ },
283
+ {
284
+ "login" : " KirankumarAmbati" ,
285
+ "name" : " Kirankumar Ambati" ,
286
+ "avatar_url" : " https://avatars1.githubusercontent.com/u/9110567?v=4" ,
287
+ "profile" : " https://kirankumarambati.me" ,
288
+ "contributions" : [
289
+ " code"
290
+ ]
282
291
}
283
292
],
284
293
"repoType" : " github" ,
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
62
62
<td align="center"><a href="https://github.com/VickyAbishek"><img src="https://avatars3.githubusercontent.com/u/9305700?v=4" width="100px;" alt="VickyAbishek"/><br /><sub><b>VickyAbishek</b></sub></a><br /><a href="https://github.com/coderplex/coderplex/commits?author=VickyAbishek" title="Code">💻</a></td>
63
63
<td align="center"><a href="http://krushiraj.github.io"><img src="https://avatars0.githubusercontent.com/u/19507241?v=4" width="100px;" alt="Krushi Raj Tula"/><br /><sub><b>Krushi Raj Tula</b></sub></a><br /><a href="https://github.com/coderplex/coderplex/commits?author=krushiraj" title="Code">💻</a></td>
64
64
</tr >
65
+ <tr >
66
+ <td align="center"><a href="https://kirankumarambati.me"><img src="https://avatars1.githubusercontent.com/u/9110567?v=4" width="100px;" alt="Kirankumar Ambati"/><br /><sub><b>Kirankumar Ambati</b></sub></a><br /><a href="https://github.com/coderplex/coderplex/commits?author=KirankumarAmbati" title="Code">💻</a></td>
67
+ </tr >
65
68
</table >
66
69
67
70
<!-- markdownlint-enable -->
Original file line number Diff line number Diff line change @@ -114,7 +114,11 @@ export default () => (
114
114
< Title inverted color = "#222" >
115
115
Who Is This For?
116
116
</ Title >
117
- < ul > { forWhomPoints . map ( point => < li key = { point } > { point } </ li > ) } </ ul >
117
+ < ul >
118
+ { forWhomPoints . map ( point => (
119
+ < li key = { point } > { point } </ li >
120
+ ) ) }
121
+ </ ul >
118
122
</ Container >
119
123
</ ForWhomSection >
120
124
< ActivitySection py = { [ 3 , 5 ] } px = { [ 3 , 2 ] } >
@@ -140,10 +144,11 @@ export default () => (
140
144
< Title inverted color = "#222" >
141
145
Pricing
142
146
</ Title >
143
- < SubTitle inverted > ₹1000 or More Per Month</ SubTitle >
147
+ < SubTitle inverted > { `Rs.50 / hour (for < 3 hours)` } </ SubTitle >
148
+ < SubTitle inverted > { `Rs.30 / hour (for > 3 hours)` } </ SubTitle >
144
149
< Box pt = { [ 3 ] } pb = { [ 3 ] } >
145
150
< Button
146
- href = "https://docs.google.com/forms/d/e/1FAIpQLSfTV7VcaZuc9a1XH3I2hXNWVr1ILOl8TRNE8Rz7Qc9Pxdca7w /viewform"
151
+ href = "https://docs.google.com/forms/d/e/1FAIpQLSfZS8hP7nGS0sPOXrr9JaujNkiiuzcGH7zVv_MxLSCtFkxVVA /viewform"
147
152
rel = "noopener noreferrer"
148
153
target = "_blank"
149
154
inverted
@@ -159,7 +164,8 @@ export default () => (
159
164
Location
160
165
</ Title >
161
166
< SubTitle inverted >
162
- < a href = "http://www.91springboard.com" > 91SpringBoard</ a > , Kavuri Hills< br /> Hyderbad, India
167
+ < a href = "https://innovationhq.in" > InnovationHQ</ a > , Banjara Hills, < br />
168
+ Hyderbad, India
163
169
</ SubTitle >
164
170
</ Container >
165
171
< iframe width = "1000" height = "450" frameBorder = "0" src = { spaceMapUrl } allowFullScreen />
Original file line number Diff line number Diff line change @@ -57,7 +57,15 @@ export const Button = styled.a`
57
57
color: ${ props => ( props . inverted ? '#fff' : props . ghost ? purpleSecondary : '#222' ) } ;
58
58
padding: ${ props =>
59
59
props . large ? '0.8rem 2.25rem' : props . medium ? '0.6rem 1.2rem' : props . small ? '0.3rem 1.1rem' : '0.2rem 1rem' } ;
60
- font-size: ${ props => ( props . large ? '1.8rem' : props . medium ? '1rem' : '0.8rem' ) } ;
60
+ ${ breakpoints . lg } {
61
+ font-size: 1.8rem;
62
+ }
63
+ ${ breakpoints . md } {
64
+ font-size: 1rem;
65
+ }
66
+ ${ breakpoints . sm } {
67
+ font-size: 0.8rem;
68
+ }
61
69
font-weight: ${ props => ( props . ghost ? 600 : 500 ) } ;
62
70
border: ${ props => ( props . ghost ? `2px solid ${ purpleSecondary } ` : 'none' ) } ;
63
71
cursor: pointer;
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ export const eventsCoverURL =
24
24
'https://res.cloudinary.com/coderplex/image/upload/c_scale,w_348/v1510788480/website__assets/events.png' ;
25
25
26
26
export const spaceMapUrl =
27
- 'https://www.google.com/maps/embed/v1/place?key= AIzaSyBZTOBlstzoENwMkLzldHXXrrTeKDGU7do&q=91springboard ,Hyderabad,Telangana' ;
27
+ 'https://www.google.com/maps/embed/v1/place?key= AIzaSyBZTOBlstzoENwMkLzldHXXrrTeKDGU7do&q=Innovationhq+Co-Working+Space ,Hyderabad,Telangana' ;
You can’t perform that action at this time.
0 commit comments