This repository was archived by the owner on Jun 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ class Footer extends Component {
3232 </ div >
3333 </ div >
3434 < div className = { styles . copyright } >
35+ Please note that this website is managed by Operation Code.
36+ The content of this website is solely the responsibility of
37+ Operation Code.< br />
3538 Copyright 2017 Operation Code
3639 </ div >
3740 </ div >
Original file line number Diff line number Diff line change 2525 min-width : 400px ;
2626 display : flex;
2727 justify-content : center;
28+ }
29+
30+ .apexLogo {
31+ display : block;
32+ margin-left : auto;
33+ margin-right : auto;
34+ width : 80% ;
2835}
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import Section from 'shared/components/section/section' ;
3+ import apexPartnerImage from 'images/partners/apex.jpg' ;
34import styles from './partners.css' ;
45
6+
57class Partners extends Component {
68 render ( ) {
79 return (
@@ -17,6 +19,7 @@ class Partners extends Component {
1719 </ div >
1820 </ Section >
1921 < Section className = { styles . partnersRight } theme = "white" >
22+ < p > < img src = { apexPartnerImage } alt = "Apex" className = { styles . apexLogo } /> </ p >
2023 < p > GitHub </ p >
2124 < p > Docker </ p >
2225 </ Section >
You can’t perform that action at this time.
0 commit comments