Skip to content

Commit

Permalink
Merge branch 'main' of github.com:/depart-de-sentier/brightcon-2024-w…
Browse files Browse the repository at this point in the history
…ebsite
  • Loading branch information
tngTUDOR committed Sep 24, 2024
2 parents 1acf341 + bc7509a commit 8e99d1f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 24 deletions.
40 changes: 23 additions & 17 deletions components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,30 @@
<NuxtLink to="/aboutbc" class="button success">
<span>About</span>
</NuxtLink>
<NuxtLink to="/register" class="button primary icon">
<span>Register </span>
<img
src="https://icongr.am/feather/credit-card.svg?size=16&amp;color=ffffff"
alt="register"
/>
</NuxtLink>
<!--
<NuxtLink to="/register" class="button primary icon">
<span>Register </span>
<img
src="https://icongr.am/feather/credit-card.svg?size=16&amp;color=ffffff"
alt="register"
/>
</NuxtLink>
-->
<NuxtLink to="/programme" class="button primary icon"
>Programme
<img
src="https://icongr.am/clarity/calendar.svg?size=16&amp;color=ffffff"
alt="icon"
/></NuxtLink>
<NuxtLink to="/calls" class="button primary icon"
>Calls
<img
src="https://icongr.am/clarity/wand.svg?size=16&amp;color=ffffff"
alt="icon"
/>
</NuxtLink>
<!--
<NuxtLink to="/calls" class="button primary icon"
>Calls
<img
src="https://icongr.am/clarity/wand.svg?size=16&amp;color=ffffff"
alt="icon"
/>
</NuxtLink>
-->
</div>
<div class="nav-center"></div>
<div class="nav-right">
Expand All @@ -66,9 +70,11 @@
>
Support
</NuxtLink>
<NuxtLink to="/sponsoring" class="button outline">
Sponsoring
</NuxtLink>
<!--
<NuxtLink to="/sponsoring" class="button outline">
Sponsoring
</NuxtLink>
-->
</div>
</nav>
</div>
Expand Down
12 changes: 6 additions & 6 deletions content/agenda/conference.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
| 11:00-12:00| The Sentier.dev vocabulary: Overview and collaborative building session (*Everyone*)|
| 12:00-13:30| Lunch 🍲 🥗 🥤and poster session |
| 13:30-14:00| Estimating material composition of consumer goods (*Levon Amatuni*) |
| 14:00-14:30| LCAx - Building a Digital Backbone for Whole Project LCAs (*Christian Kongsgaard*)|
| 14:30-15:00| Brightway importer for environmentally extended Input-Output tables (*Miguel F. Astudillo*)|
| 15:00-15:30| Break ☕️ |
| 15:30-16:00| Webapp creation with Panel and Brightway documentation upgrades (*Michael P. Weinold*) |
| 14:00-14:30| Brightway importer for environmentally extended Input-Output tables (*Miguel F. Astudillo*)|
| 14:30-14:45| Brightway: What to expect in 2025 (*Chris Mutel*) |
| 14:45-15:15| Break ☕️ |
| 15:15-16:00| Webapp creation with Panel and Brightway documentation upgrades (*Michael P. Weinold*) |
| 16:00-17:00| Help, I need somebody (*Everyone*) |
| 18:00-22:00| Social event 🍸🍹 : _vegan_ BBQ at [Strand Pauli](https://www.strandpauli.de/) (*Everyone*) |

Expand All @@ -25,11 +25,11 @@
| 12:00-13:30| Lunch 🍲 🥗 🥤and poster session |
| 13:30-14:00| Activity Browser: Updates and outlook (*Bernhard Steubing, Marin Visscher, Marc van der Meide*)|
| 14:00-14:30| Randonneur: Agnostic format and software for IE data transformations (*Chris Mutel*)|
| 14:30-15:00 | bw_timex: Combining dynamic and prospective for time-explicit LCA (*Timo Diepers*) |
| 14:30-15:00| bw_timex: Combining dynamic and prospective for time-explicit LCA (*Timo Diepers*) |
| 15:00-15:10| 📣 Special announcement 📣 |
| 15:10-15:30| Break ☕️ |
| 15:30-16:00| Multifunctionality (*Chris Mutel*) |
| 16:00-17:00| Départ de Sentier extraordinary General Assembly (*Everyone❕*) |
| 16:00-17:00| Départ de Sentier information and feedback session (*DdS members and Brightcon attendees*) |


### Friday September 27th, 2024
Expand Down
2 changes: 1 addition & 1 deletion pages/programme.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="container">
<div>
<h1>Tentative Programme for Brightcon 2024</h1>
<h1>Programme for Brightcon 2024</h1>

<div class="card">
<header>
Expand Down

0 comments on commit 8e99d1f

Please sign in to comment.