This repository has been archived by the owner on May 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook-tour.html
60 lines (57 loc) · 2.17 KB
/
book-tour.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: page
title: Book a tour
permalink: /book-tour/
exclude_from_nav: true
---
<header class="page__header">
<h1 class="page__title">
<div class="page__quote">
Book a Class or Group Tour
</div>
<p class="page__quote-author">
Even though this exhibition has ended, Special Collections does offer tours for classes or groups. To request a tour,
please submit a <a href="http://small.library.virginia.edu/services/instruction/">class tour</a> request.
</p>
</h1>
</header>
<!-- {% include lib-wizard.html %} -->
<!--<div layout="row center-center">
<form id="tour-request-form" class="tour-form" name="tour-request-form">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" placeholder="Your full name" aria-required="true"/>
</div>
<div class="form-group">
<label for="phone">Phone</label>
<input type="text" id="phone" placeholder="434-555-5555" aria-required="false"/>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="text" id="email" placeholder="email@example.com" aria-required="true"/>
</div>
<div class="form-group">
<label for="name">Affiliation</label>
<input type="text" id="name" placeholder="School name or department" aria-required="true"/>
</div>
<div class="form-group">
<label for="name">Group size</label>
<input type="text" id="name" placeholder="Anticipated group size" aria-required="true"/>
</div>
<div class="form-group">
<label for="name">Desired tour date</label>
<input type="text" id="name" placeholder="04/15/2017" aria-required="true"/>
</div>
<div class="form-group">
<label for="name">Do you want a tour guide?</label>
<input type="text" id="name" placeholder="yes or no" aria-required="true"/>
</div>
<div class="form-group">
<label for="name">Special accommodations</label>
<input type="text" id="name" placeholder="Any accommodations?" aria-required="true"/>
</div>
<div class="form-group form-action">
<a href="#" class="btn btn--primary btn--form">Submit Request</a>
</div>
</form>
</div>-->