-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathheader.html
More file actions
27 lines (26 loc) · 1.1 KB
/
header.html
File metadata and controls
27 lines (26 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div style="display: flex; align-items: center;">
<img src="https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png"
width="500" height="auto" style="margin-right: 100px;" />
<div>
<p><strong>Prof. Dr. Thomas Nagel</strong></p>
<p>
Chair of Soil Mechanics and Foundation Engineering<br>
Geotechnical Institute<br>
Technische Universität Bergakademie Freiberg.
</p>
<p>
<a href="https://tu-freiberg.de/en/soilmechanics">
https://tu-freiberg.de/en/soilmechanics
</a>
</p>
</div>
</div>
<div style="display: flex; align-items: center;">
<p style="margin-top: 1em;">
To activate the <strong>interactive features</strong> when in nbviewer mode, click on "Execute on Binder"
<img src="https://mybinder.org/static/favicon.ico"
alt="Binder"
style="height: 1.1em; vertical-align: middle; margin: 0 6px;">
on the top right. Then, click on Run → Run All Cells.
</p>
</div>