Skip to content

Commit

Permalink
Add link to rainbow in register.html
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Sep 26, 2023
1 parent 99dacee commit 441e0cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,9 @@

#label-container.filtered .project-label.active {
opacity: 1;
}

.rainbow-link {
background: url(../img/rainbow.png) left center no-repeat;
padding-left: 24px;
}
Binary file added assets/img/rainbow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion register.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
</nav>
<div class="cr cr-top cr-right cr-sticky cr-yellow">Under Construction</div>
<div class="main-container col-12 col-lg-10">
<h1>Building Blocks Register:</h1>
<div class="text-right">
<a class="rainbow-link" target="_blank"
href="http://defs-dev.opengis.net/vocprez/object?uri=https%3A//www.opengis.net/def/bblocks">View in the RAINBOW</a>
</div>
<h1>Building Blocks Register</h1>

<div class="filters">
<div id="label-container" class="label-container" style="display: flex; flex-wrap: wrap;">
Expand Down

0 comments on commit 441e0cd

Please sign in to comment.