Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | 61x 61x 8x 8x 61x 8x 8x 61x 8x 8x 61x 8x 8x 61x 8x 8x 61x 4x 8x 8x 8x | import React from 'react';
import Box from '@material-ui/core/Box';
import Button from '@material-ui/core/Button';
import Container from '@material-ui/core/Container';
import Grid from '@material-ui/core/Grid';
import Typography from '@material-ui/core/Typography';
import makeStyles from '@material-ui/core/styles/makeStyles';
import { GenericHeaderSection } from '../../../components'
const useStyles = makeStyles((theme) => ({
containerStyle: {
paddingBottom: theme.spacing(6),
},
imageStyle: {
maxWidth: '100%',
[theme.breakpoints.down('md')]: {
fontSize: '36px',
},
},
ctiImageStyle: {
maxWidth: '100%',
[theme.breakpoints.down('xs')]: {
width: '102px',
height: '62px',
},
},
ctiSquareStyle: {
maxWidth: '100%',
[theme.breakpoints.down('xs')]: {
width: '150px',
height: '150px',
},
},
starMediaStyle: {
backgroundColor: theme.palette.background.default,
'& img': {
marginBottom: '36px',
},
[theme.breakpoints.down('md')]: {
marginBottom: '32px',
},
},
starMediaSection: {
height: '252px',
marginBottom: '42px',
textAlign: 'center',
[theme.breakpoints.down('md')]: {
height: '272px',
},
[theme.breakpoints.down('sm')]: {
height: '632px',
justifyContent: 'center',
},
},
socialMediaSectionStyle: {
padding: '99px 0',
[theme.breakpoints.down('sm')]: {
padding: '47px 0 72px 0',
},
},
mediaInfoStyle: {
padding: '112px 0 153px 0 ',
[theme.breakpoints.down('md')]: {
padding: '112px 0 77px 0 ',
},
[theme.breakpoints.down('sm')]: {
padding: '112px 0 96px 0 ',
},
},
}));
const StarMediaSection = () => {
const classes = useStyles();
return (
<Grid
container
alignItems='center'
justify='space-between'
className={classes.starMediaSection}>
<Grid
item
container
direction='column'
alignItems='center'
xs={12}
md={3}
className={classes.starMediaStyle}>
<Grid item style={{ paddingBottom: ' 32px 0 32px' }}>
<img src='/images/image3.svg' alt='StarCount logo' />
</Grid>
<Typography variant='h6'>
Don’t forget to star our repository
</Typography>
</Grid>
<Grid
item
container
direction='column'
alignItems='center'
justify='space-around'
xs={12}
md={3}
className={classes.starMediaStyle}>
<Grid item>
<img
src='/images/Medium_logo_Monogram.svg'
alt='Medium logo'
/>
</Grid>
<Typography variant='h6'>
Mention or write about us on Medium
</Typography>
</Grid>
<Grid
item
container
direction='column'
alignItems='center'
xs={12}
md={3}
className={classes.starMediaStyle}>
<Grid item style={{ padding: ' 16px 0 32px' }}>
<img src='/images/mail.png' alt='Mail logo' />
</Grid>
<Typography variant='h6'>
Send an email to your project admin with suggested tags for
your repository
</Typography>
</Grid>
</Grid>
);
};
const SocialMediaPostSection = () => {
const classes = useStyles();
return (
<Grid
container
alignItems='center'
justify='center'
style={{ marginTop: '24px' }}>
<Grid item>
<img
src='/images/CTI-Twitter-latest.png'
alt='CTI Twitter latest'
className={classes.imageStyle}
/>
</Grid>
</Grid>
);
};
const SocialMediaSection = () => {
const classes = useStyles();
return (
<Box className='containerGray'>
<Container>
<Grid
container
alignItems='center'
justify='center'
direction='column'
className={classes.socialMediaSectionStyle}>
<Typography
variant='h3'
color='Primary'
style={{
marginBottom: '24px',
}}>
Follow us on Social Media
</Typography>
<Typography
variant='h6'
color='Primary'
style={{
marginBottom: '48px',
}}>
#Civictechindex
</Typography>
<Grid
container
alignItems='center'
justify='space-between'
style={{ maxWidth: '576px' }}>
<a href='https://www.instagram.com/civictechindex'>
<img
src='/images/insta-logo-variant.png'
alt='Instagram logo'
/>
</a>
<a href='https://twitter.com/civictechindex'>
<img
src='/images/twitter-logo-variant.png'
alt='Twitter logo'
/>
</a>
<a href='https://www.facebook.com/civictechindex'>
<img
src='/images/fb-logo-variant.png'
alt='Facebook logo'
/>
</a>
<a href='https://github.com/civictechindex'>
<img
src='/images/github-logo-variant.png'
alt='GitHub logo'
/>
</a>
</Grid>
</Grid>
</Container>
</Box>
);
};
const MediaInfo = () => {
const classes = useStyles();
return (
<Container>
<Grid container className={classes.mediaInfoStyle}>
<Grid
container
direction='column'
alignItems='center'
item
lg={6}
sm={12}
md={12}
style={{ marginBottom: '32px' }}>
<Box>
<Typography
variant='h4'
color='Primary'
style={{ marginBottom: '32px' }}>
Use our Logo on your Project!
</Typography>
<Typography
variant='h6'
color='Primary'
style={{ marginBottom: '16px' }}>
If you have done the following:
</Typography>
<Typography
variant='body1'
color='Primary'
style={{ paddingBottom: '15px' }}>
• Your have listed your project on Civic Tech Index
</Typography>
<Typography
variant='body1'
color='Primary'
style={{ paddingBottom: '15px' }}>
• You have added the topic tag
"civictechindex"to your project repository
</Typography>
<Typography
variant='body1'
color='Primary'
style={{ paddingBottom: '15px' }}>
• You have developed your own interface to search
the Index
</Typography>
<Typography
variant='body1'
color='Primary'
style={{ paddingBottom: '15px' }}>
• In articles or social media posts featuring Civic
Tech Index.
</Typography>
<Typography
variant='body1'
color='Primary'
style={{ paddingBottom: '15px' }}>
• For all other uses, please
<a
style={{
color: '#0D99C6',
textDecoration: ' none',
}}
href='/'>
{' '}
contact us
</a>{' '}
for permission.
</Typography>
</Box>
</Grid>
<Grid
container
direction='column'
alignItems='center'
item
lg={6}
sm={12}
md={12}>
<CtiImageSection />
<ButtonSection />
</Grid>
</Grid>
</Container>
);
};
const CtiImageSection = () => {
const classes = useStyles();
return (
<Grid container justify='space-evenly'>
<img
src='/images/Rectangle55.png'
alt='CTI logo'
className={classes.ctiImageStyle}
/>
<img
src='/images/Rectangle51.png'
alt='Facebook logo'
className={classes.ctiSquareStyle}
/>
<img
src='/images/Rectangle53.png'
alt='CTI logo'
className={classes.ctiImageStyle}
/>
</Grid>
);
};
const ButtonSection = () => {
return (
<Grid
container
direction='column'
alignItems='center'
style={{ marginTop: '48px' }}>
<Button
href='https://drive.google.com/drive/folders/1EORoPWmALLXJCfHyDXJemYpO5HvnMzPN'
target='blank'>
Download the CTI Assets Kit
</Button>
<Typography variant='body1' style={{ marginTop: '18px' }}>
(All sizes & formats listed above in a .zip file)
</Typography>
</Grid>
);
};
export default function ShareTheCti() {
const classes = useStyles();
const breadCrumbLinks = [
{ name: 'Home', href: '/home' },
{ name: 'Collaborate with Us', href: '/support' },
{ name: 'Share the CTI', href: '/support/share' },
];
return (
<Box>
<GenericHeaderSection mainTitle ="Share the CTI" breadCrumbLinks ={breadCrumbLinks} lg='312px'/>
<Container className={classes.containerStyle}>
<Grid
container
alignItems='center'
justify='center'
direction='column'
style={{
padding: '64px 0 47px 0',
textAlign: 'center',
}}>
<Typography variant='h3' color='Primary'>
Tell others about us!
</Typography>
<Typography
variant='h5'
color='Primary'
style={{
fontWeight: '400',
fontSize: '20px',
marginTop: '8px',
}}>
Here are some suggested content to share with your
networks.
</Typography>
</Grid>
<StarMediaSection />
<Typography
variant='h3'
color='Primary'
style={{ textAlign: 'center' }}>
Latest Updates from the CTI
</Typography>
<SocialMediaPostSection />
</Container>
<SocialMediaSection />
<MediaInfo />
</Box>
);
}
|