Skip to content
Snippets Groups Projects
Verified Commit d9091b5f authored by ck85nori's avatar ck85nori :railway_track:
Browse files

adds company logo

parent 6d3eec02
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css" /> <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css" />
<style type="text/css">code{white-space: pre;}</style> <style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="reveal.js/css/theme/black.css" id="theme" /> <link rel="stylesheet" href="reveal.js/css/theme/black.css" id="theme" />
<link rel="stylesheet" href="css/company-logo.css" />
<link rel="stylesheet" href="css/ribbon.css" /> <link rel="stylesheet" href="css/ribbon.css" />
</head> </head>
...@@ -617,6 +618,14 @@ ...@@ -617,6 +618,14 @@
</div> </div>
</div> </div>
<!-- company logo -->
<div class="logo-wrapper">
<a href="https://www.idiv.de/">
<img src="img/company-logo-small.png" />
</a>
</div>
<!-- ribbon --> <!-- ribbon -->
<div class="ribbon-wrapper right"> <div class="ribbon-wrapper right">
......
.logo-wrapper {
position: fixed;
top: inherit;
top: 0;
z-index: 9999;
padding: 10px 10px;
}
img/company-logo-small.png

8.74 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment