Skip to content

Commit

Permalink
Merge pull request #2 from Depart-de-Sentier/cmutel-patch-1
Browse files Browse the repository at this point in the history
Some small fixes
  • Loading branch information
tngTUDOR authored Sep 15, 2023
2 parents 168acdd + f2afba1 commit c599f1a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
10 changes: 10 additions & 0 deletions components/Instructors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@

<script setup lang="ts">
const instructors = ref([
{
name: "Bo WEIDEMA",
instid: "bw",
designation: "Professor at Aalborg University",
imgUrl: "/images/instructors/bo-weidema.jpeg",
designation: "Professor at Aalborg University",
bio: "",
linkedIn: "https://www.linkedin.com/in/bo-weidema-5486a78/",
github: "https://github.com/boweidema",
},
{
name: "Michael WEINOLD",
instid: "mw",
Expand Down
4 changes: 2 additions & 2 deletions components/RouteRecap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ const routesGroup = [
external: true,
},
{
label: "Gitter",
url: "https://gitter.im/brightway-lca/brightcon",
label: "Matrix",
url: "https://app.element.io/#/room/%23brightway/brightcon:matrix.org",
external: true,
},
],
Expand Down
4 changes: 2 additions & 2 deletions components/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const routes = [
external: true
},
{
label: "Gitter",
url: "https://gitter.im/brightway-lca/brightcon",
label: "Matrix",
url: "https://app.element.io/#/room/%23brightway/brightcon:matrix.org",
external: true
},
]
Expand Down
4 changes: 3 additions & 1 deletion pages/programme.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<td>17:00 - 17:30</td>
<td>Salle Ellipse</td>
<td>
Prioritizin Brightway development by
Prioritizing Brightway development by
<NuxtLink :to="{ hash: '#tng' }" external="true"
>Tomás NAVARRETE GUTIÉRREZ</NuxtLink
>
Expand Down Expand Up @@ -360,6 +360,8 @@
Practical Life Cycle Sustainability Assessment by
<NuxtLink :to="{ hash: '#hz' }" external="true"
>Hanie ZARAFSHANI</NuxtLink
> and <NuxtLink :to="{ hash: '#bw' }" external="true"
>Bo WEIDEMA</NuxtLink
>
</td>
</tr>
Expand Down
Binary file added public/images/instructors/bo-weidema.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c599f1a

Please sign in to comment.