Skip to content

Commit

Permalink
Update 'docs' folder with issue-95-Example_AixLibHOM_has_no_heat_loss…
Browse files Browse the repository at this point in the history
…es and delete old branches.
  • Loading branch information
FWuellhorst committed Nov 15, 2024
1 parent a7dc780 commit 8dfefe9
Show file tree
Hide file tree
Showing 462 changed files with 47,473 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>Regression plots</title>
</head>
<body>
<header>
<br><li><a href="BESMod_Examples_HighOrderModel_BES_HOM.html" target="content">BESMod_Examples_HighOrderModel_BES_HOM.html</a></li></br>
</header>

</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Layout</title>
<style>
.head1 {
font-size:40px;
color:#000000;
font-weight:bold;
}
.head2 {
font-size:17px;
margin-left:10px;
margin-bottom:15px;
}
body {
margin: 0 auto;
background-position:center;
background-size: contain;
}

.menu {
position: sticky;
top: 0;
background-color: #bd0000;
padding:10px 0px 10px 0px;
color:white;
margin: 0 auto;
overflow: hidden;
}
.menu a {
float: left;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 20px;
}
.menu-log {
right: auto;
float: right;
}
footer {
width: 100%;
bottom: 0px;
background-color: #000;
color: #fff;
position: absolute;
padding-top:20px;
padding-bottom:50px;
text-align:center;
font-size:30px;
font-weight:bold;
}
.body_sec {
margin-left:20px;
}
</style>
</head>

<body>

<!-- Header Section -->
<header>
<div class="head1">Regresiontests</div>

</header>

<!-- Menu Navigation Bar -->
<div class="menu">
<a href="Plotresults">Plot results</a>


</div>

<!-- Body section -->
<div class = "body_sec">
<section id="Content">
<br><li><a href="Examples/index.html" target="content">Examples</a></li></br>
</section>
</div>

</body>
</html>
461 changes: 461 additions & 0 deletions docs/issue-95-Example_AixLibHOM_has_no_heat_losses/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 8dfefe9

Please sign in to comment.