1
- import * as React from " react"
1
+ import * as React from ' react' ;
2
2
import { Trans } from 'gatsby-plugin-react-i18next' ;
3
3
import styled from 'styled-components' ;
4
- import { StaticImage } from " gatsby-plugin-image" ;
4
+ import { StaticImage } from ' gatsby-plugin-image' ;
5
5
6
- import SiteBorderStyles from '../styles/SiteBorderStyles' ;
7
- import BackgroundImage from "./bg-image" ;
6
+ import { SiteBorderStyles } from '../ ../styles/SiteBorderStyles' ;
7
+ import BackgroundImage from '../BackgroundImage' ;
8
8
9
9
export default function Join ( ) {
10
10
return (
@@ -23,21 +23,24 @@ export default function Join() {
23
23
</ p >
24
24
</ div >
25
25
{ /* hashtags */ }
26
- < div className = "hash-tags" style = { { maxWidth : ` 800px` , margin : ` 0 auto` } } >
26
+ < div className = "hash-tags" style = { { maxWidth : ' 800px' , margin : ' 0 auto' } } >
27
27
< p className = "lg:text-xl md:my-4 md:pb-8 text-center" > #SoftwareDevelopment #EmbeddedSystems #Blockchain #DigitalIdentity #PublicKeyInfrastructure #SystemAdministration #Cybersecurity #Encryption #Linux #FPGA #ARM #RISC-V #Ethereum #PGP #PostgreSQL #AWS #Azure #GoogleCloud #etc</ p >
28
- < div style = { { maxWidth : `70vw` , width : `500px` , margin : `0 auto` , padding : `2rem` } } >
28
+ < div style = { {
29
+ maxWidth : '70vw' , width : '500px' , margin : '0 auto' , padding : '2rem' ,
30
+ } }
31
+ >
29
32
< StaticImage
30
33
placeholder = "blurred"
31
- src = "../assets/images/coders.png"
34
+ src = "../../ assets/images/coders.png"
32
35
alt = "Coderbunker Coders Coworking"
33
36
/>
34
37
</ div >
35
38
</ div >
36
39
</ SiteBorderStyles >
37
40
< div className = "bg-img-wrapper flex" >
38
- < BackgroundImage style = { { width : ` 45vw` } } imgStyle = { { height : ` auto` } } />
39
- < BackgroundImage style = { { width : ` 30vw` , transform : ` translate(-1vw, 10vw)` } } imgStyle = { { height : ` auto` } } />
40
- < BackgroundImage style = { { width : ` 10vw` , transform : ` translate(5vw, 10vw)` } } imgStyle = { { height : ` auto` } } />
41
+ < BackgroundImage style = { { width : ' 45vw' } } imgStyle = { { height : ' auto' } } />
42
+ < BackgroundImage style = { { width : ' 30vw' , transform : ' translate(-1vw, 10vw)' } } imgStyle = { { height : ' auto' } } />
43
+ < BackgroundImage style = { { width : ' 10vw' , transform : ' translate(5vw, 10vw)' } } imgStyle = { { height : ' auto' } } />
41
44
</ div >
42
45
</ JoinStyles >
43
46
) ;
0 commit comments