Skip to content

Commit 3a5b554

Browse files
fix: copyright year & employees #15
2 parents 1ec5217 + cba0ad2 commit 3a5b554

File tree

8 files changed

+5438
-4193
lines changed

8 files changed

+5438
-4193
lines changed

components/Contact.vue

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,9 @@ const people = [
8181
profile: '/team/jeroen.jpeg',
8282
},
8383
{
84-
name: 'Sarath S. Pillai',
85-
role: 'Senior Back-end developer',
86-
profile: '/team/sarath.jpeg',
87-
},
88-
{
89-
name: 'Yuriy T.',
90-
role: 'Senior Back-end developer',
91-
profile: '/team/yuriy.jpeg',
92-
},
93-
{
94-
name: 'Christian Hilgenkamp',
95-
role: 'Back-end developer',
96-
profile: '/team/christian.jpeg',
97-
},
98-
{
99-
name: 'Kippa',
100-
role: 'CCO *Tock*',
101-
profile: '/team/kippa.jpeg',
102-
},
84+
name: 'Daneric Aalbers',
85+
role: 'Front-end engineer',
86+
profile: '/team/daneric.jpeg',
87+
}
10388
]
10489
</script>

components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<component :is="item.icon" class="h-6 w-6" aria-hidden="true" />
1010
</a>
1111
</div>
12-
<p class="mt-8 text-xs leading-5 text-gray-400 md:order-1 md:mt-0">&copy; 2023 Cloud Proud, B.V. All rights reserved.</p>
12+
<p class="mt-8 text-xs leading-5 text-gray-400 md:order-1 md:mt-0">&copy; 2023-{{ new Date().getFullYear() }} Cloud Proud, B.V. All rights reserved.</p>
1313
</div>
1414
</div>
1515
</footer>

0 commit comments

Comments
 (0)