@@ -9,6 +9,7 @@ import corgiImg from '../../assets/images/team/corginson.png';
9
9
import sydneyImg from '../../assets/images/team/sydney.png' ;
10
10
import { Helmet } from 'react-helmet' ;
11
11
import TeamMember from '../../components/about/TeamMember' ;
12
+ import { Link } from 'react-router-dom' ;
12
13
13
14
class About extends React . Component {
14
15
render ( ) {
@@ -36,7 +37,8 @@ class About extends React.Component {
36
37
< div className = "col-sm-6 inner-right-xs inner-bottom-xs" >
37
38
< h2 > Our Mission</ h2 >
38
39
< p >
39
- Codecorgi is an an open source platform to practice coding with non trivial
40
+ Codecorgi is an an < Link to = "/about/open-source" > open source </ Link >
41
+ platform to practice coding with non trivial
40
42
codebases on your own terms, for front-end developers. Showcase your code
41
43
and experience. Codecorgi's vision is to help devs advance their career by providing
42
44
continuous training and project experience. To help them get over the barrier
@@ -64,7 +66,7 @@ class About extends React.Component {
64
66
new features you want.
65
67
</ p >
66
68
< p >
67
- < a href = "https://github.com/corgicode/frontend-react" target = "_blank" > Check us out on github </ a >
69
+ < Link to = "/about/open-source" > Learn More </ Link >
68
70
</ p >
69
71
< h2 > Zero bad vibes</ h2 >
70
72
< p >
@@ -75,6 +77,9 @@ class About extends React.Component {
75
77
collaborators and learning
76
78
together .
77
79
</ p >
80
+ < p > < a href = "https://github.com/corgicode/frontend-react/blob/dev/CODE_OF_CONDUCT.md" target = "_blank" >
81
+ Check out our code of conduct
82
+ </ a > </ p >
78
83
</ div >
79
84
</ div >
80
85
</ div >
0 commit comments