Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor changes to resources #78

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 5 additions & 19 deletions src/components/Gear/RequestForm.vue
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
<template>

<v-col cols="12" lg="4">
<v-card height="450">
<v-img
src="/boat.jpg"
height="200px"
cover
></v-img>
<v-card min-height="400">
<v-card-title class="py-2"> Request </v-card-title>
<v-divider />
<v-sheet>
<v-list subheader class="py-0">
<v-card-text>
<!-- <v-form>
<v-text-field dense outlined label="field-1"></v-text-field>
<v-text-field dense outlined label="field-2"></v-text-field>
<v-btn type="submit" depressed block>send request</v-btn>
</v-form> -->


<v-list-item
href="https://docs.google.com/forms/d/e/1FAIpQLSeyQLTjbscKJC3HXeLy16AkkJpnvYLytVCrJp5YnRefiX-uAA/viewform"
>
<v-list-item-content>Make a Request</v-list-item-content>
<v-list-item-title>Make a Request</v-list-item-title>
</v-list-item>

<v-list-item
Expand All @@ -32,17 +23,12 @@
<v-list-item href="https://docs.google.com/spreadsheets/d/17yhJivJzU526hdAFKWWxq6S7nrTDBYPx25libBDPioI/edit?gid=22125841#gid=22125841">
<v-list-item-title>Community Expectations</v-list-item-title>
</v-list-item>
</v-list>
</v-sheet>
<v-list-item>
</v-list-item>
<v-list-item href="https://docs.google.com/document/d/1CX9xeCvr1eLMy8C9I78eX9sKS9RDqRGIxMr47aAPhm8/edit?tab=t.0">
<v-list-item-title>
Gear Sharing Agreement
</v-list-item-title>
<v-list-item-title> Gear Sharing Agreement </v-list-item-title>
</v-list-item>
</v-card-text>
</v-card>
</v-col>
</template>

<script>
Expand Down
3 changes: 3 additions & 0 deletions src/components/Gear/Resources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<v-list-item href="https://alwaystheadventure.com/sustainability/used-gear-stores#NorthCarolina=">
<v-list-item-title>Used Outdoor Gear Store Guide in the U.S.</v-list-item-title>
</v-list-item>
<v-list-item href="https://psecco.org/field-safe-risk-management-workshop-polar-early-career-field-scientists=">
<v-list-item-title>ADVANCEing FieldSafety through PSECCO Resources</v-list-item-title>
</v-list-item>
<v-list-item href="https://www.melaninbasecamp.com/trip-reports/2018/1/28/ballin-on-a-budget?rq=Broke%20girl">
<v-list-item-title>A Broke Girl's Guide to Getting Gear</v-list-item-title>
</v-list-item>
Expand Down