-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
scrf.html
30 lines (27 loc) · 867 Bytes
/
scrf.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
<!--#set var="title" value="SCRF" -->
<!--#include virtual="inc/header.html" -->
<h2>SRCF Scarf!</h2>
<div class="row">
<div class="col-md-8">
<p>The SRCF SCRF will be custom-made by Ryder & Amies, University of Cambridge Outfitters, in the style of a college scarf.</p>
<ul>
<li>Hand-made from fine 100% Saxony wool cloth</li>
<li>Approximately 6ft (1.83m) long</li>
<li>Embroidered with a specially-designed SRCF emblem</li>
<li>Limited edition: they will be made in a small batch, perhaps once only</li>
</ul>
<p>Price: £40, including a suggested donation of £6.</p>
<p>If interested, contact mas90.</p>
</div>
<div class="col-md-4">
<img class="scarf" src="images/scrf.svg" width="100%">
</div>
</div>
<style>
@media (min-width: 768px) {
.scarf {
margin-top: -6rem;
}
}
</style>
<!--#include virtual="inc/footer.html" -->