Skip to content

Commit

Permalink
more addition
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Sep 15, 2023
1 parent ec2230b commit 9d832b5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
26 changes: 25 additions & 1 deletion backend/static/css/ciroh.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,16 @@
line-height: 25px;
font-weight: 300;
}

.card-h5 {
margin-top: 0px;
margin-bottom: 20px;
color: rgb(103, 103, 112);
font-size: 18px;
line-height: 20px;
font-weight: 300;
letter-spacing: 4px;
text-transform: uppercase;
}

.white-box-transparent {
padding: 15px;
Expand Down Expand Up @@ -139,6 +148,21 @@
line-height: 25px;
font-weight: 300;
}


.footer-link {
display: block;
margin-bottom: 6px;
padding-bottom: 10px;
border-bottom: 1px solid rgb(213, 213, 224);
color: rgb(102, 140, 173);
font-size: 14px;
font-weight: 300;
text-decoration: none;
}
.footer-link:hover {
color: rgba(0, 140, 255, 0.84);
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
Expand Down
Binary file modified backend/static/images/ciroh/water_data.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion backend/templates/ciroh.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,17 @@
<div class="container-fluid">
<a id="header-brand" class="navbar-brand" href="/">
<img src="/static/tethys_portal/images/tethys-logo-25.png" alt="" class="d-inline-block align-text-top">
CIROH Tethys Portal
CIROH
</a>
<button id="header-toggler" class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#header-navbar-nav" aria-controls="header-navbar-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="header-navbar-nav" class="collapse navbar-collapse">
<ul class="navbar-nav ms-auto">
{% show_menu 0 100 0 100 %}
<li class="nav-item text-center">
<a class="nav-link" href="/"><span>Tethys Portal</span></a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 9d832b5

Please sign in to comment.