Skip to content

Commit

Permalink
header was modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Wail Samjouni committed Apr 24, 2024
1 parent c7ec457 commit 6c46c97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions assets/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

nav{
width: 100vw;
background-color: #20232A;
/* background-color: #20232A; */
background-color: white;
height: 70px;
padding: 10px 0;
position: sticky;
Expand Down Expand Up @@ -36,7 +37,7 @@ nav{
.a_tag{
display: block;
text-decoration: none !important;
color: white !important;
color: black !important;
padding: 10px 15px;
border-radius: 7px;
background-color: transparent;
Expand All @@ -47,7 +48,7 @@ nav{
}

.a_tag:hover{
color:#3998B6 !important;
color: #333F50 !important;
}

a{
Expand Down Expand Up @@ -76,7 +77,7 @@ nav{
}

.active {
color: #3998B6 !important;
color:white !important;
text-decoration: none;
display: block;
text-decoration: none;
Expand All @@ -86,5 +87,5 @@ nav{
font-size: 16px;
font-weight: 600;
transition-delay: 100ms;
margin: 0 10px;
background-color: #333F50;
}
8 changes: 4 additions & 4 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ For more detailed information on each package and its functionalities, please re

Welcome to the Dynamic ISO Building Simulator (DIBS) Overview!
The DIBS project consists of four packages designed to facilitate building simulation tasks:
1. **dibs_computing_core**: This package contains the core calculation functionality for the building simulations.
2. **dibs_datasource_csv**: It provides utilities to handle CSV input files, which are commonly used as data sources in the default input file type for DIBS building simulations.
3. **dibs_data**: This package contains auxiliary data, such as occupancy schedules or weather files, required for the that aids in building simulation tasks.
4. **dibs_cli**: A provides a command-line interface (CLI) tool that which allows users to simulate buildings using the functionality provided by dibs_computing_core.
1. **dibs_computing_core** contains the core calculation functionality for the building simulations.
2. **dibs_datasource_csv** provides utilities to handle CSV input files, which are commonly used as data sources in the default input file type for DIBS building simulations.
3. **dibs_data** contains auxiliary data, such as occupancy schedules or weather files, required for the that aids in building simulation tasks.
4. **dibs_cli** provides a command-line interface (CLI) tool which allows users to simulate buildings using the functionality provided by dibs_computing_core.

For more detailed information on each package and its functionalities, please refer to the README.md of each package:

Expand Down

0 comments on commit 6c46c97

Please sign in to comment.