fixed event offers
This commit is contained in:
parent
135894f936
commit
9e084fa337
2 changed files with 10 additions and 25 deletions
26
index.html
26
index.html
|
@ -243,12 +243,6 @@
|
|||
<p class="p-summary" property="description">
|
||||
2 hour Pa-Kua Archery session using traditional recurve bows with bamboo arrows, learning Chinese archery with martial art elements.
|
||||
</p>
|
||||
<p>
|
||||
Tickets:
|
||||
<a href="https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405" property="url">
|
||||
https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405
|
||||
</a>
|
||||
</p>
|
||||
<div property="organizer" class="p-author h-card vcard" vocab="http://schema.org/" typeof="Organization" hidden="hidden">
|
||||
<img class="photo logo u-photo u-logo" property="image" src="https://pakua-cambridge.co.uk/favicon.png" alt="Pa-Kua Cambridge" />
|
||||
<span property="name" class="fn name p-name">
|
||||
|
@ -270,7 +264,7 @@
|
|||
</div>
|
||||
<span property="eventAttendanceMode" content="https://schema.org/OfflineEventAttendanceMode"></span>
|
||||
<span property="eventStatus" content="https://schema.org/EventScheduled"></span>
|
||||
<p property="offer" vocab="https://schema.org/" typeof="Offer" hidden="hidden">
|
||||
<p property="offer" vocab="https://schema.org/" typeof="Offer">
|
||||
Tickets to <span property="name">use school bows & arrows</span>:
|
||||
<a property="url" href="https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405">https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405</a>
|
||||
<span property="price" content="30"></span>
|
||||
|
@ -326,12 +320,6 @@
|
|||
<p class="p-summary" property="description">
|
||||
2 hour Pa-Kua Archery session using traditional recurve bows with bamboo arrows, learning Chinese archery with martial art elements.
|
||||
</p>
|
||||
<p>
|
||||
Tickets:
|
||||
<a href="https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405" property="url">
|
||||
https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405
|
||||
</a>
|
||||
</p>
|
||||
<div property="organizer" class="p-author h-card vcard" vocab="http://schema.org/" typeof="Organization" hidden="hidden">
|
||||
<img class="photo logo u-photo u-logo" property="image" src="https://pakua-cambridge.co.uk/favicon.png" alt="Pa-Kua Cambridge" />
|
||||
<span property="name" class="fn name p-name">
|
||||
|
@ -408,12 +396,6 @@
|
|||
<p class="p-summary" property="description">
|
||||
2 hour Pa-Kua Archery session using traditional recurve bows with bamboo arrows, learning Chinese archery with martial art elements.
|
||||
</p>
|
||||
<p>
|
||||
Tickets:
|
||||
<a href="https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405" property="url">
|
||||
https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405
|
||||
</a>
|
||||
</p>
|
||||
<div property="organizer" class="p-author h-card vcard" vocab="http://schema.org/" typeof="Organization" hidden="hidden">
|
||||
<img class="photo logo u-photo u-logo" property="image" src="https://pakua-cambridge.co.uk/favicon.png" alt="Pa-Kua Cambridge" />
|
||||
<span property="name" class="fn name p-name">
|
||||
|
@ -491,12 +473,6 @@
|
|||
<p class="p-summary" property="description">
|
||||
2 hour Pa-Kua Archery session using traditional recurve bows with bamboo arrows, learning Chinese archery with martial art elements.
|
||||
</p>
|
||||
<p>
|
||||
Tickets:
|
||||
<a href="https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405" property="url">
|
||||
https://www.eventbrite.co.uk/e/pa-kua-chinese-archery-tickets-169252373405
|
||||
</a>
|
||||
</p>
|
||||
<div property="organizer" class="p-author h-card vcard" vocab="http://schema.org/" typeof="Organization" hidden="hidden">
|
||||
<img class="photo logo u-photo u-logo" property="image" src="https://pakua-cambridge.co.uk/favicon.png" alt="Pa-Kua Cambridge" />
|
||||
<span property="name" class="fn name p-name">
|
||||
|
|
|
@ -272,6 +272,15 @@ label.wide {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.offer a {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
vertical-align: top;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 54em) {
|
||||
.grid > div {
|
||||
max-width: 48%;
|
||||
|
|
Loading…
Reference in a new issue