@@ -107,18 +107,17 @@ const team = [
107
107
title : "Program Director" ,
108
108
src : "/team/rodney.jpg" ,
109
109
ctaText : "Visit" ,
110
- ctaLink : "# " ,
110
+ ctaLink : "http://www.rodneyosodo.com " ,
111
111
content : ( ) => {
112
112
return (
113
113
< p >
114
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
115
- eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
116
- minim veniam, quis nostrud exercitation ullamco laboris nisi ut
117
- aliquip ex ea commodo consequat.
118
- < br /> < br /> Duis aute irure dolor in reprehenderit in voluptate
119
- velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
120
- occaecat cupidatat non proident, sunt in culpa qui officia deserunt
121
- mollit anim id est laborum.
114
+ After spending 5 years learning how to build robots in Mechatronics
115
+ Engineering, I decided the most rebellious career move was to...sit at
116
+ a desk and write software all day.
117
+ < br /> < br />
118
+ In my spare time, I convince mechanical engineers that Python isn't a
119
+ snake and convince software developers that robots won't take their
120
+ jobs... yet.
122
121
</ p >
123
122
) ;
124
123
} ,
@@ -127,7 +126,7 @@ const team = [
127
126
128
127
export function OrganisingTeam ( ) {
129
128
const [ active , setActive ] = useState < ( typeof team ) [ number ] | boolean | null > (
130
- null
129
+ null ,
131
130
) ;
132
131
const id = useId ( ) ;
133
132
const ref = useRef < HTMLDivElement > ( null ) ;
0 commit comments