Skip to content

Commit

Permalink
First website draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Goetz committed Aug 7, 2024
1 parent 7fc5d79 commit c2b9f18
Show file tree
Hide file tree
Showing 19 changed files with 758 additions and 127 deletions.
34 changes: 28 additions & 6 deletions html/static/css/paint.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,42 @@

@font-face {
font-family: "Hermann Bold";
src: url("../font/Hermann-Bold.otf");
src: url("../font/Hermann-Bold.otf") format("opentype");
font-style: normal;
font-weight: 400;
}

:root {
--bs-primary: #005AA0;
--bs-primary-rgb: 0, 90, 160;
--bs-primary: #002864;
--bs-primary-rgb: 0, 40, 100;
--bs-font-sans-serif: "Halvar Mittel"
}

.nav-link.active {
background-color: var(--bs-gray-300);
border-left: 4px solid var(--bs-primary);
.fs-large {
font-size: 72px;
}

ul {
list-style-type:square;
}

ul li::before {
color: var(--bs-primary);
}

.nav-link:hover {
background-color: var(--bs-gray-300);
}

.nav-link.active {
background-color: var(--bs-gray-300);
border-left: 2px solid var(--bs-primary);
}

.start-5 {
left: 5%;
}

.text-herman {
font-family: "Hermann Bold", sans-serif !important;
}
Binary file added html/static/img/.DS_Store
Binary file not shown.
Binary file removed html/static/img/calibration.jpg
Binary file not shown.
Binary file removed html/static/img/deflectometry.jpg
Binary file not shown.
70 changes: 70 additions & 0 deletions html/static/img/dlr-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
153 changes: 153 additions & 0 deletions html/static/img/helmholtzai-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/static/img/juelich.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed html/static/img/kinematic.jpg
Binary file not shown.
Loading

0 comments on commit c2b9f18

Please sign in to comment.