Skip to content

Commit

Permalink
The page has more details of each position
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed May 20, 2024
1 parent d94bfbf commit 7d10f7a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/website/src/app/positions/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

import Collinson from './full-stack-engineer-collinson/Content'
import SiemensEnergy from './blockchain-architect-siemens-energy/Content'
import TheInternationRedCross from './fullstack-javascript-devops-architect/Content'
import Propine from './blockchain-staff-engineer-propine/Content'
import Elephantstock from './software-engineering-manager/Content'
import GetCraft from './software-architect-getcraft/Content'

import styled from 'styled-components'

Expand All @@ -24,7 +27,13 @@ const Content = () => {
<Divider />
<SiemensEnergy />
<Divider />
<TheInternationRedCross />
<Divider />
<Propine />
<Divider />
<Elephantstock />
<Divider />
<GetCraft />
</>
)
}
Expand Down

0 comments on commit 7d10f7a

Please sign in to comment.