-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (105 loc) · 5.85 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
layout: page-home
---
{% include home_hero.html %}
<div class="wrapper">
<div class="container mx-30">
<section class="rac-call-to-action pt-60">
<a href="https://dimes.rockarch.org" class="action__link mb-0" style="background-image: url({{ "/assets/img/background_searchcollections.png" | relative_url }})">
<h2 class="mb-6">Search<br/>Our Collections</h2>
<p class="text--description">Search our collections by visiting DIMES, our online catalog.</p>
</a>
<a href="https://resource.rockarch.org" class="action__link mb-0" style="background-image: url({{ "/assets/img/background_storiesofphilanthropy.png" | relative_url }})">
<h2 class="mb-6">RE:source<br/>Stories of Philanthropy</h2>
<p class="text--description">Visit our storytelling platform.</p>
</a>
<a href={{"/collections/access-and-request-materials/" | relative_url }} class="action__link mb-0" style="background-image: url({{ "/assets/img/background_accessmaterials.png" | relative_url }})">
<h2 class="mb-6">Access & Request<br/>Materials</h2>
<p class="text--description">Plan your research visit and get answers to frequently asked questions.</p>
</a>
<a href={{"/collections/research-stipends/" | relative_url }} class="action__link mb-0" style="background-image: url({{ "/assets/img/background_applyresearchstipend.png" | relative_url }})">
<h2 class="mb-6">Apply for a<br/>Research Stipend</h2>
<p class="text--description">Review guidelines and apply for stipend programs.</p>
</a>
</section>
<section class="rac-roles border-top grid">
<div class="title mb-30">
<h2 class="m-0">I am...</h2>
</div>
<div class="roles ml-15">
<div class="role">
<a href={{"/collections/access-and-request-materials/" | relative_url }}>
<img alt="" src="{{site.baseurl}}/assets/img/icon_researcher.svg"/>
<h3 class="name no-border">A Researcher</h3>
</a>
<p class="text--description">All the information you need to plan and prepare for a research visit at the RAC.</p>
</div>
<div class="role">
<a href={{"/collections/information-for-records-donors/" | relative_url }}>
<img alt="" src="{{site.baseurl}}/assets/img/icon_recordsdonor.svg"/>
<h3 class="name no-border">A Records Donor</h3>
</a>
<p class="text--description">Information for individuals and organizations interested in donating records to the RAC, and for those who already have donated records to us.</p>
</div>
<div class="role">
<a href={{"/about-us/program-areas/#archives-program" | relative_url }}>
<img alt="" src="{{site.baseurl}}/assets/img/icon_archivist.svg"/>
<h3 class="name no-border">An Archivist</h3>
</a>
<p class="text--description">More about how our archives program is organized, our current projects, and the policies and documentation that support our work.</p>
</div>
<div class="role">
<a href={{"/about-us/program-areas/#research--engagement-program" | relative_url }}>
<img alt="" src="{{site.baseurl}}/assets/img/icon_educator.svg"/>
<h3 class="name no-border">An Educator</h3>
</a>
<p class="text--description">Information for teachers who use archives in the classroom.</p>
</div>
</div>
</section>
<section class="rac-quicklinks border-top grid">
<div class="title mb-30">
<h2 class="m-0">Quick Links</h2>
</div>
<div class="links ml-15">
<div class="link-column">
<div class="mb-24">
<h3 class="link no-border"><a href="https://dimes.rockarch.org">DIMES</a></h3>
<p class="text--description">Our online collections catalog: Start your search here!</p>
</div>
<div class="mb-24">
<h3 class="link no-border"><a href="https://raccess.rockarch.org">RACcess</a></h3>
<p class="text--description">Our archival material access & request system.</p>
</div>
<div class="mb-24">
<h3 class="link no-border"><a href="https://docs.rockarch.org">RAC Archival Documentation</a></h3>
<p class="text--description">Institutional policies, procedures, and user guides.</p>
</div>
<div class="mb-24">
<h3 class="link no-border"><a href="https://blog.rockarch.org">Bits & Bytes</a></h3>
<p class="text--description">The RAC blog.</p>
</div>
</div>
<div class="link-column">
<div class="mb-24">
<h3 class="link no-border"><a href="https://resource.rockarch.org">RE:source</a></h3>
<p class="text--description">Our storytelling platform.</p>
</div>
<div class="mb-24">
<h3 class="link no-border"><a href="https://rockarch.issuelab.org/">RAC Research Reports (IssueLab)</a></h3>
<p class="text--description">Reports written by some of our researchers.</p>
</div>
<div class="mb-24">
<h3 class="link no-border"><a href="https://www.zotero.org/groups/222650/rac">RAC Bibliography (Zotero)</a></h3>
<p class="text--description">A bibliography of works based on research at the RAC.</p>
</div>
<div class="mb-24">
<h3 class="link no-border"><a href="https://docs.rockarch.org/argo-docs/">Collections Data API</a></h3>
<p class="text--description">A public API to access our archival collections data.</p>
</div>
</div>
</div>
</section>
</div>
</div>
{% include instagram_feed.html %}