-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Help Wanted uitklappertje (#234)
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<template> | ||
<div> | ||
<details class="rvo-expandable-text"> | ||
<summary class="rvo-expandable-text__summary"> | ||
<span | ||
class="utrecht-icon rvo-icon rvo-icon-info rvo-icon--md rvo-icon--hemelblauw" | ||
role="img" | ||
aria-label="Info" | ||
></span> | ||
Hulp nodig? | ||
</summary> | ||
<div class="rvo-expandable-text__details" | ||
style="width: 55%">Je hebt aangegeven dat je hulp nodig hebt. | ||
Voor advies kun je een e-mail sturen naar | ||
<a class="rvo-link" href="mailto:[email protected]"> | ||
[email protected] | ||
</a> of op de pleio-omgeving <a class="rvo-link" target="_blank" href="https://algoritmes.pleio.nl"> | ||
https://algoritmes.pleio.nl</a></div> | ||
</details> | ||
</div> | ||
</template> | ||
<script setup lang="ts"> | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters