-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
398 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,63 @@ | ||
<footer> | ||
<div> | ||
<div id="sponsors"> | ||
<img id="sponsors-compilation" src="{{ site.baseurl }}/assets/img/sponsoren_2024_compilation.png" height="200" /> | ||
</div> | ||
<div> | ||
<!-- <div id="sponsors"> | ||
<img | ||
id="sponsors-compilation" | ||
src="{{ site.baseurl }}/assets/img/sponsoren_2024_compilation.png" | ||
height="200" | ||
/> | ||
</div> --> | ||
|
||
<!-- <div id="sponsors"> --> | ||
<!-- <img id="airbus" src="{{ site.baseurl }}/assets/img/AIRBUS_Blue_height_reduced.png" alt="airbus.com" height="50" /> --> | ||
<!-- <img id="draeger" src="{{ site.baseurl }}/assets/img/Draeger_L_Standard_RGB_Dark-Blue.svg" alt="draeger.com" height="50" /> --> | ||
<!-- <img id="ccsystems" src="{{ site.baseurl }}/assets/img/cc_logo_blue.png" alt="cc.systems" height="80" /> --> | ||
<!-- <img id="geo" src="{{ site.baseurl }}/assets/img/GEA_Logo_w_Claim_sRGB_VibrantBlue.svg" alt="gea.com" height="50"/> --> | ||
<!-- <img id="kdab" src="{{ site.baseurl }}/assets/img/KDAB.svg" alt="kdab.com" height="80"/> --> | ||
<!-- <img id="tuhh" src="{{ site.baseurl }}/assets/img/TUHH_logo_rgb_2023.svg" alt="Technische Universität Hamburg" height="50"/> --> | ||
|
||
<div id="sponsors_small"> | ||
</div> | ||
<div id="sponsors_end"> | ||
<div id="sponsors" class="sponsor-grid"> | ||
<a href="https://www.airbus.com/en" | ||
><img | ||
id="airbus" | ||
src="{{ site.baseurl }}/assets/img/AIRBUS_Blue_height_reduced.png" | ||
alt="airbus.com" | ||
height="50" | ||
/></a> | ||
<a href="https://www.draeger.com/en-us_us/Home" | ||
><img | ||
id="draeger" | ||
src="{{ site.baseurl }}/assets/img/Draeger_L_Standard_RGB_Dark-Blue.svg" | ||
alt="draeger.com" | ||
height="50" | ||
/></a> | ||
<a href="https://www.kdab.com/" | ||
><img | ||
id="kdab" | ||
src="{{ site.baseurl }}/assets/img/KDAB.svg" | ||
alt="kdab.com" | ||
height="80" | ||
/></a> | ||
<a href="https://cc.systems/" | ||
><img | ||
id="ccsystems" | ||
src="{{ site.baseurl }}/assets/img/cc_logo_blue.png" | ||
alt="cc.systems" | ||
height="80" | ||
/></a> | ||
<a href="https://www.gea.com/en/" | ||
><img | ||
id="gea" | ||
src="{{ site.baseurl }}/assets/img/GEA_Logo_w_Claim_sRGB_VibrantBlue.svg" | ||
alt="gea.com" | ||
height="50" | ||
/></a> | ||
<a href="https://www.tuhh.de/tuhh/en/startpage" | ||
><img | ||
id="tuhh" | ||
src="{{ site.baseurl }}/assets/img/TUHH_logo_rgb_2023.svg" | ||
alt="Technische Universität Hamburg" | ||
height="50" | ||
/></a> | ||
</div> | ||
</div> | ||
</div> | ||
<p>© 2024 HULKs e.V. – <a href="../de/imprint.html" lang="de">Imprint/Impressum</a> – <a href="../de/privacy_policy.html" lang="de">Privacy Policy/Datenschutzerklärung</a></p> | ||
<p> | ||
© 2024 HULKs e.V. – | ||
<a href="../de/imprint.html" lang="de">Imprint/Impressum</a> – | ||
<a href="../de/privacy_policy.html" lang="de" | ||
>Privacy Policy/Datenschutzerklärung</a | ||
> | ||
</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
<head> | ||
<meta charset="utf-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"/> | ||
<title>{{ site.title }} – {{ site.description }}</title> | ||
|
||
<!--<meta name="viewport" content="width=device-width">--> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<!--<link rel="stylesheet" href="{{ site.baseurl }}assets/css/styles.css">--> | ||
<!--<link rel="stylesheet" href="{{ site.baseurl }}assets/css/pygment_trac.css">--> | ||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/2023/main.css" type="text/css"/> | ||
</head> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> | ||
<title>{{ site.title }} – {{ site.description }}</title> | ||
|
||
<!--<meta name="viewport" content="width=device-width">--> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<!--<link rel="stylesheet" href="{{ site.baseurl }}assets/css/styles.css">--> | ||
<!--<link rel="stylesheet" href="{{ site.baseurl }}assets/css/pygment_trac.css">--> | ||
<link | ||
rel="stylesheet" | ||
href="{{ site.baseurl }}/assets/css/2024/main.css" | ||
type="text/css" | ||
/> | ||
</head> |
Oops, something went wrong.