Skip to content

Commit

Permalink
Add links to sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
oleflb committed Nov 15, 2024
1 parent 619f6c9 commit e5aa68a
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 31 deletions.
76 changes: 59 additions & 17 deletions _includes/2024/footer_en.html
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&auml;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&auml;t Hamburg"
height="50"
/></a>
</div>
</div>
</div>
<p>&copy; 2024 HULKs e.V. &ndash; <a href="../de/imprint.html" lang="de">Imprint/Impressum</a> &ndash; <a href="../de/privacy_policy.html" lang="de">Privacy Policy/Datenschutzerklärung</a></p>
<p>
&copy; 2024 HULKs e.V. &ndash;
<a href="../de/imprint.html" lang="de">Imprint/Impressum</a> &ndash;
<a href="../de/privacy_policy.html" lang="de"
>Privacy Policy/Datenschutzerklärung</a
>
</p>
</footer>
32 changes: 18 additions & 14 deletions _includes/2024/head.html
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 }} &ndash; {{ 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 }} &ndash; {{ 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>
Loading

0 comments on commit e5aa68a

Please sign in to comment.