Skip to content

Commit c827697

Browse files
committed
Added copy right section in footer
1 parent 55d6694 commit c827697

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/images/logos/cb.png

7.02 KB
Loading

src/templates/layout.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import Header from "./header"
3131
import theme from "../theme"
3232
import PlainLink from "../components/link"
3333
import TextWithIcon from "../components/textWithIcon"
34+
import cbLogo from './../images/logos/cb.png'
3435
import mailIcon from './../images/logos/mail.svg'
3536
import phoneIcon from './../images/logos/phone.svg'
3637
import locationIcon from './../images/logos/location.svg'
@@ -142,6 +143,20 @@ const Footer = ({ images }) => (
142143
</TextWithIcon>
143144
</Box>
144145
</Flex>
146+
147+
<Flex mt={[2, 3]}>
148+
<Box mr={1} display={['none', 'block']}>
149+
<img src={cbLogo} height="48px" />
150+
</Box>
151+
<Box>
152+
<Box mb={1}>
153+
Codebrahma is an independent company. Mentioned brands and companies are trademarked brands.
154+
</Box>
155+
<Box mt={1}>
156+
&copy; 2020 codebrahma.com. All rights reserved.
157+
</Box>
158+
</Box>
159+
</Flex>
145160
</Box>
146161
)
147162

0 commit comments

Comments
 (0)