Skip to content

Commit

Permalink
Update contact.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeagher11 committed Feb 8, 2024
1 parent 2c44a6a commit 88dfa4c
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions content/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,89 @@ type: wide

CURIOSS is a Community for University and Research Institution OSPOs. If you want to find out more about the CURIOSS community, please drop us an email @ [email protected]. A member of the CURIOSS organizing team will be in contact.

<section
class="section"
style="padding-top:
20px; padding-bottom: 20px;">

<div
class="container">
<div
class="col-md-6">

<div
class="bg-white
p-4">

<form
action="https://forms.office.com/pages/responsepage.aspx?id=JLmEALQ6FkGSUZk59pXlTCcSGyGAzipIjI6Gw9CbaUVUMDBKMEM5SE1ZUkdPOTVNOTFaOFVLWjRJRi4u&origin=lprLink"
target="_blank"
method="post">

<input
type="text"
id="name"
name="name"
class="form-control
mb-4 px-0"
placeholder="Name"
required>

<input
type="text"
id="email"
name="email"
class="form-control
mb-4 px-0"
placeholder="Email
address"
required>

<input
type="text"
id="organization"
name="organization"
class="form-control
mb-4 px-0"
placeholder="Institution
or Organization"
required>

<label
for="question">Please
include your question here</label>

<textarea
id="question"
name="question"
rows="4"
cols="50"
required>

</textarea>
<label
for="ospo_info">If
applicable, please tell us a little about your institution's OSPO</label>

<textarea
id="ospo_info"
name="ospo_info"
rows="4"
cols="50">

</textarea>
<input
class="btn
btn-primary"
type="submit"
value="Submit">

</form>

</div>

</div>
</section>

0 comments on commit 88dfa4c

Please sign in to comment.