Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zoom link #189

Merged
merged 6 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/index/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="jumbotron jumbotron-fluid physikon-jumbotron px-3 text-white text-center">
<img class="header-logo" src="/img/logos-physikon/logo-pfeil-gruen.svg" alt="PhysiKon">
<h2 class="gray">15. – 17. April 2024 Online-Vorträge <br>
13 – 18 Uhr Zoom
<h2 class="gray"><a href="https://tu-dortmund.zoom.us/meeting/register/tJAlc-uuqTsvGNz64fjy7vCRk8b7ymf_ErPi"><b>15. –
17. April 2024 Online-Vorträge <br> 13 – 18 Uhr Zoom</b></a>
<br><br>
18. April 2024 Jobmesse <br> 10 – 16 Uhr TU Dortmund, Foyer Emil-Figge-Str. 50 <br><br>
</h2>
Expand Down
6 changes: 3 additions & 3 deletions _includes/index/information.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<h2> Die PhysiKon 2024 findet online und
in Präsenz statt!</h2>
{% comment %}
<br>
<h3>Für die Online Vorträge müsst ihr euch einmalig registrieren!</h3>
<h3>Für die Online Vorträge müsst ihr euch <a
href="https://tu-dortmund.zoom.us/meeting/register/tJAlc-uuqTsvGNz64fjy7vCRk8b7ymf_ErPi"><b>hier</b></a> einmalig
registrieren!</h3>
<h3>Für die Teilnahme an der Präsenzmesse am Campus der TU Dortmund ist keine Anmeldung nötig. Kommt einfach vorbei!
<br>
Die PhysiKon ist kostenlos!
</h3>
{% endcomment %}
<br>
<div class="row pb-5">
<div class="col-sm">
Expand Down
8 changes: 4 additions & 4 deletions _includes/programm/programm.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ <h3>Online-Programm </h3>
Zusätzlich zu der Jobmesse am 18.04.2024 auf dem Campus der TU Dortmund bieten wir im Zeitraum 15. - 17.04.2024
ein breites Online-Angebot via Zoom an.
Hier haben Unternehmen eine Stunde Zeit sich euch im Rahmen eines Vortrags via Zoom vorzustellen.
Ihr habt hier die Gelegenheit, die Aussteller schon mal kennenzulernen und sie mit Fragen zu löchern.
<!-- <a href="https://tu-dortmund.zoom.us/meeting/register/tJEvcO-hqTwoE9XUJGa-DMRQ6jSmnImSYf3J"><b>Hier könnt ihr euch -->
<!-- für das Zoom Meeting registrieren.</b></a> -->
Ihr habt hier die Gelegenheit, die Aussteller schon mal kennen zu lernen und sie mit Fragen zu löchern.<br>
<a href="https://tu-dortmund.zoom.us/meeting/register/tJAlc-uuqTsvGNz64fjy7vCRk8b7ymf_ErPi"><b>Hier könnt ihr euch
für das Zoom Meeting registrieren.</b></a>

<table class="styled-table">

Expand Down Expand Up @@ -67,7 +67,7 @@ <h3>Online-Programm </h3>
</tr>
<tr>
<td>16 – 17 Uhr</td>
{% capture _unternehmen %}Fraunhofer IMS+Point8+{% endcapture %}
{% capture _unternehmen %}Fraunhofer IMS+Point8+RI Research Instruments{% endcapture %}
{% assign __unternehmen = _unternehmen | split: '+' %}
{% for unternehmen_name in __unternehmen %}
{% assign unternehmen = site.data.unternehmen_2024 | where: "name", unternehmen_name | first %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/index_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
{% include index/unternehmen_grid.html %}
{% comment %}
{% include index/unternehmen_carousel.html name="carousel" %}
{% include index/information.html %}
{% endcomment %}
{% include index/information.html %}
{% include index/organisation.html %}
{% include scripts.html %}
</body>
Expand Down
Loading