@@ -9,7 +9,7 @@ import ContactForm from '../components/ContactForm';
99import Wrapper from '../components/Wrapper' ;
1010
1111const pageSettings = {
12- title : `Over ons - Bytecode Digital Agency |
12+ title : `Over ons - Bytecode Digital Agency |
1313 Wie zijn de drijvende krachten achter Bytecode?` ,
1414 description : `Over ons. Wie of wat is Bytecode? Wat is onze missie
1515 en hoe willen wij die bereiken? Kom meer te weten of het Bytecode-team!` ,
@@ -41,15 +41,9 @@ const Over = () => (
4141 </ ContentPageHeader >
4242 < Container fluid >
4343 < Row >
44- < Col
45- offset = { ( { md : 0 } , { lg : 1 } , { xl : 2 } ) }
46- md = { 6 }
47- lg = { 5 }
48- xl = { 3 }
49- >
44+ < Col offset = { { md : 0 , lg : 1 , xl : 2 } } md = { 6 } lg = { 5 } xl = { 3 } >
5045 < TextBlock
5146 subtitle = "Onze Visie"
52- alt = "I'm different!"
5347 title = "De titel maar dan een hele erge fucking lange
5448 titel waar geen einde aan lijkt te komen"
5549 headingType = "h2"
@@ -66,12 +60,7 @@ const Over = () => (
6660 />
6761 < Container fluid >
6862 < Row >
69- < Col
70- offset = { ( { md : 0 } , { lg : 0 } , { xl : 1 } ) }
71- md = { 6 }
72- lg = { 6 }
73- xl = { 4 }
74- >
63+ < Col offset = { { md : 0 , lg : 1 , xl : 1 } } md = { 6 } lg = { 6 } xl = { 4 } >
7564 < TextBlock
7665 subtitle = "Het team"
7766 alt = "Het team"
@@ -83,57 +72,42 @@ const Over = () => (
8372 </ Col >
8473 </ Row >
8574 < Row >
86- < Col
87- offset = { ( { md : 0 } , { lg : 1 } , { xl : 1 } ) }
88- sm = { 6 }
89- md = { 4 }
90- lg = { 3 }
91- xl = { 2 }
92- >
93- < TeamMember
94- name = "Jeroen van Steijn"
95- title = "Co-founder & software consultant"
96- img = "/static/img/team/Jeroen.png"
97- facebook = "https://www.facebook.com/jjvansteijn"
98- twitter = "https://twitter.com/jjvansteijn"
99- instagram = "https://www.instagram.com/jjvansteijn"
100- linkedin = "https://www.linkedin.com/in/jjvansteijn"
101- />
102- </ Col >
103- < Col
104- offset = { ( { md : 0 } , { lg : 1 } , { xl : 0.25 } ) }
105- sm = { 6 }
106- md = { 4 }
107- lg = { 3 }
108- xl = { 2 }
109- >
110- < TeamMember
111- name = "Luciano Nooijen"
112- title = "Co-founder & software consultant"
113- img = "/static/img/team/Luciano.png"
114- facebook = "https://www.facebook.com/lucianonooijen"
115- twitter = "https://twitter.com/lucianonooijen"
116- instagram = "https://www.instagram.com/lucianonooijen"
117- linkedin = "https://www.linkedin.com/in/lucianonooijen"
118- />
119- </ Col >
120- < Col
121- offset = { ( { md : 0 } , { lg : 1 } , { xl : 0.25 } ) }
122- sm = { 6 }
123- md = { 4 }
124- lg = { 3 }
125- xl = { 2 }
126- >
127- < TeamMember
128- name = "Richard van 't Hof"
129- title = "Designer & front-end developer"
130- img = "/static/img/team/Richard.png"
131- facebook = "https://www.facebook.com/richardvanthof"
132- twitter = "https://twitter.com/richardvanthof"
133- instagram = "https://www.instagram.com/richardvanthof"
134- linkedin = "https://www.linkedin.com/in/richardvanthof"
135- />
136- </ Col >
75+ < TeamMember
76+ name = "Jeroen van Steijn"
77+ title = "Co-founder & software consultant"
78+ img = "/static/img/team/jeroen.png"
79+ facebook = "https://www.facebook.com/jjvansteijn"
80+ twitter = "https://twitter.com/jjvansteijn"
81+ instagram = "https://www.instagram.com/jjvansteijn"
82+ linkedin = "https://www.linkedin.com/in/jjvansteijn"
83+ />
84+ < TeamMember
85+ name = "Luciano Nooijen"
86+ title = "Co-founder & software consultant"
87+ img = "/static/img/team/luciano.png"
88+ facebook = "https://www.facebook.com/lucianonooijen"
89+ twitter = "https://twitter.com/lucianonooijen"
90+ instagram = "https://www.instagram.com/lucianonooijen"
91+ linkedin = "https://www.linkedin.com/in/lucianonooijen"
92+ />
93+ < TeamMember
94+ name = "Richard van 't Hof"
95+ title = "Designer & front-end developer"
96+ img = "/static/img/team/richard.png"
97+ facebook = "https://www.facebook.com/richardvanthof"
98+ twitter = "https://twitter.com/richardvanthof"
99+ instagram = "https://www.instagram.com/richardvanthof"
100+ linkedin = "https://www.linkedin.com/in/richardvanthof"
101+ />
102+ < TeamMember
103+ name = "Nick Broekarts"
104+ title = "Online Marketeer"
105+ img = "/static/img/team/nick.png"
106+ facebook = "https://www.facebook.com/richardvanthof"
107+ twitter = "https://twitter.com/richardvanthof"
108+ instagram = "https://www.instagram.com/richardvanthof"
109+ linkedin = "https://www.linkedin.com/in/richardvanthof"
110+ />
137111 </ Row >
138112 </ Container >
139113 < Wrapper >
0 commit comments