Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Feb 14, 2025
1 parent f9699a7 commit 1377c7b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,12 @@
height: 100%;
width: 100%;
}

.files-icon {
background-image: var(--rvo-icon-map);
background-size: 60%;
background-position: center;
background-repeat: no-repeat;
height: 100%;
width: 100%;
}
19 changes: 19 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,25 @@ <h3 class="utrecht-heading-3">
</div>
</div>
</div>
<div
class="rvo-card rvo-card--with-image rvo-card--with-image-sm rvo-card--outline rvo-card--padding-sm"
>
<div class="rvo-card__image-container files-icon"></div>
<div class="rvo-card--with-link-indicator">
<div class="rvo-card__content">
<h3 class="utrecht-heading-3">
<a
class="rvo-link rvo-card__link rvo-card__full-card-link"
href="https://files.la-suite.apps.digilab.network/"
target="_blank"
>
Files
</a>
</h3>
Maak en edit files in de browser.
</div>
</div>
</div>
<div
class="rvo-card rvo-card--with-image rvo-card--with-image-sm rvo-card--outline rvo-card--padding-sm"
>
Expand Down

0 comments on commit 1377c7b

Please sign in to comment.