Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
tintamarre committed Jan 23, 2024
1 parent 9982211 commit 4442cf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/FooterComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="items-center">

<p class="">{{ company }} — BE 0685.595.109<br />
Rue Robespierre 6, 4140 Sprimont (Belgium) | <a href="tel:+32 494 766 396" class="link link-primary">+32 494 766 396</a>
Rue Robespierre 6, 4140 Sprimont (Belgium) <!-- | <a href="tel:+32 494 766 396" class="link link-primary">+32 494 766 396</a> -->
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/components/ProjectsComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="mx-auto">
<h1 class="text-5xl font-bold">Mesylab SRL</h1>
<p class="py-6">
Software company from Belgium managed by Martin Erpicum (<a href="https://www.linkedin.com/in/martinerpicum/" target="_blank" rel="noopener" class="link link-primary">LinkedIn</a>, <a href="https://www.erpicum.net/" target="_blank" rel="noopener" class="link link-primary">Blog</a>). Our expertise is in the field of Data Engineering, Data Science and Public Participation.
Software company from Belgium managed by Martin Erpicum (<a href="https://www.linkedin.com/in/martinerpicum/" target="_blank" rel="noopener" class="link link-primary">LinkedIn</a>, <a href="https://www.tintamarre.be/" target="_blank" rel="noopener" class="link link-primary">Blog</a>). Our expertise is in the field of Data Engineering, Data Science and Public Participation.
</p>
<p class="mt-2 text-lg leading-8 text-gray-600 py-6">Some of my projects are listed here.</p>
</div>
Expand Down Expand Up @@ -57,7 +57,7 @@ const posts = [
'Mesydel is a spin-off from the University of Liège. It is a web application that allows you to create and manage your own surveys. It is a SaaS solution.',
year_started: 2014,
category: { title: 'SaaS', href: '#' },
blog_url: 'https://blog.mesydel.com/'
blog_url: 'https://mesydel.com'
},
{
id: 3,
Expand Down

0 comments on commit 4442cf5

Please sign in to comment.