Commit d87a8325 authored by Liuxiaohong123's avatar Liuxiaohong123

页脚添加公安备案图片湘公网安备 43010302001396号

parent 044f82d6
......@@ -4,6 +4,7 @@ import { Link } from 'gatsby'
import styled from "@emotion/styled"
import typography from "../utils/typography"
import ARCode from "../images/footer/s-weixin.jpg"
import GABA from "../images/footer/gaba.png"
import presets, { colors } from "../utils/presets"
const Footer = (props) => (
......@@ -52,6 +53,7 @@ const Footer = (props) => (
<div style={{...styles.info, marginTop: -7}}>长沙智维宝网络科技有限公司</div>
<div style={styles.info}>Copyright © 2021 长沙智维宝网络科技有限公司 版权所有</div>
<div style={styles.info}>备案号:<a href="https://beian.miit.gov.cn" target="_blank" title="京ICP备14004049-1号">ICP14004049-4</a></div>
<div style={styles.info}><img src={GABA} width="18" height="18" style={{"margin-top": 10}} align="bottom" alt="公安备案图片"/><a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=43010302001396" >湘公网安备 43010302001396</a></div>
</Col>
</Row>
</>
......@@ -159,4 +161,7 @@ const styles ={
textDecoration: `none`,
},
}
export default Footer
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment