This commit is contained in:
Dawid Wysokiński 2022-09-11 09:28:47 +02:00
parent 80020b8f59
commit de4d32d68b
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
5 changed files with 33 additions and 30 deletions

View File

@ -50,17 +50,6 @@ function Technologies() {
<Technology fixed={findIcon('technologies/go.png')} name="Go" /> <Technology fixed={findIcon('technologies/go.png')} name="Go" />
</div> </div>
<div className={classes.hide} /> <div className={classes.hide} />
<div>
<Technology
fixed={findIcon('technologies/html5.png')}
name="HTML"
/>
</div>
<div className={classes.hide} />
<div>
<Technology fixed={findIcon('technologies/css.png')} name="CSS" />
</div>
<div className={classes.hide} />
<div> <div>
<Technology <Technology
fixed={findIcon('technologies/js.png')} fixed={findIcon('technologies/js.png')}
@ -75,6 +64,20 @@ function Technologies() {
/> />
</div> </div>
<div className={classes.hide} /> <div className={classes.hide} />
<div>
<Technology
fixed={findIcon('technologies/node.png')}
name="Node.js"
/>
</div>
<div className={classes.hide} />
<div>
<Technology
fixed={findIcon('technologies/nest.png')}
name="NestJS"
/>
</div>
<div className={classes.hide} />
<div> <div>
<Technology <Technology
fixed={findIcon('technologies/react.png')} fixed={findIcon('technologies/react.png')}
@ -85,8 +88,8 @@ function Technologies() {
<div> <div>
<Technology <Technology
fixed={findIcon('technologies/rmq.png')} fixed={findIcon('technologies/postgresql.png')}
name="RabbitMQ" name="PostgreSQL"
/> />
</div> </div>
<div className={classes.hide} /> <div className={classes.hide} />
@ -99,15 +102,8 @@ function Technologies() {
<div className={classes.hide} /> <div className={classes.hide} />
<div> <div>
<Technology <Technology
fixed={findIcon('technologies/postgresql.png')} fixed={findIcon('technologies/rmq.png')}
name="PostgreSQL" name="RabbitMQ"
/>
</div>
<div className={classes.hide} />
<div>
<Technology
fixed={findIcon('technologies/sentry.png')}
name="Sentry"
/> />
</div> </div>
<div className={classes.hide} /> <div className={classes.hide} />
@ -115,20 +111,12 @@ function Technologies() {
<Technology fixed={findIcon('technologies/git.png')} name="Git" /> <Technology fixed={findIcon('technologies/git.png')} name="Git" />
</div> </div>
<div className={classes.hide} /> <div className={classes.hide} />
<div>
<Technology
fixed={findIcon('technologies/jaeger.png')}
name="Jaeger"
/>
</div>
<div className={classes.hide} />
<div> <div>
<Technology <Technology
fixed={findIcon('technologies/graphql.png')} fixed={findIcon('technologies/graphql.png')}
name="GraphQL" name="GraphQL"
/> />
</div> </div>
<div className={classes.hide} /> <div className={classes.hide} />
<div> <div>
<Technology <Technology
@ -143,6 +131,7 @@ function Technologies() {
name="Docker" name="Docker"
/> />
</div> </div>
<div className={classes.hide} /> <div className={classes.hide} />
<div> <div>
<Technology <Technology
@ -171,6 +160,20 @@ function Technologies() {
name="Grafana" name="Grafana"
/> />
</div> </div>
<div className={classes.hide} />
<div>
<Technology
fixed={findIcon('technologies/jaeger.png')}
name="Jaeger"
/>
</div>
<div className={classes.hide} />
<div>
<Technology
fixed={findIcon('technologies/sentry.png')}
name="Sentry"
/>
</div>
</div> </div>
</Container> </Container>
</Section> </Section>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB