Skip to content

Commit

Permalink
Merge pull request #140 from brown-ccv/feat-storage-button
Browse files Browse the repository at this point in the history
feat: add request storage button
  • Loading branch information
Ashley S. Lee authored Dec 14, 2023
2 parents 535d4e1 + a57e8db commit 6846681
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/blocks/OurWorkDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
v-for="(entry, index) in contributorArray"
:key="entry.name"
>
<a v-if="contributorType === 'people'"
<a
v-if="contributorType === 'people'"
:href="
'https://directory.brown.edu/uuid/' +
find_uuid(entry.name).brown_directory_uuid
Expand Down
17 changes: 17 additions & 0 deletions pages/storage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,23 @@
above.
</p>
</div>
<div class="is-flex is-flex-wrap-wrap is-justify-content-center mb-6">
<a href="https://brown.co1.qualtrics.com/jfe/form/SV_a5DbCjYNMb5iU0B">
<DButton
type="button"
name="Request Storage"
class="mt-5"
variant="link"
size="large"
>
<template #icon-right>
<span class="icon">
<i class="mdi mdi-server" />
</span>
</template>
</DButton>
</a>
</div>
</div>
</template>

Expand Down

0 comments on commit 6846681

Please sign in to comment.