Skip to content

Commit

Permalink
[DOR-77] Add images & working links to cards in related website conte…
Browse files Browse the repository at this point in the history
…nt component (#1576)
  • Loading branch information
janehughes authored Mar 25, 2024
1 parent c0d9b2a commit 4a4cbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/records/record_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ <h2 class="heading tna-heading-l" id="related-content">Related website content</
</div>
<ul class="card-group--list-style-none">
<li class="tna-column tna-column--width-1-3 tna-column--width-1-2-medium tna-column--width-1-2-small tna-column--full-tiny tna-!--margin-top-l">
{% include "../components/card.html" with horizontal=true title='Great Escapes' href='#' imageSrc=card_image.url imageWidth=800 imageHeight=450 text='Find out more about our new exhibition exploring both iconic and under-told stories of prisoners of war and civilian internees during the Second World War.' headingSize="s" headingLevel=3 label=link_page.is_newly_published|yesno:"New," index=forloop.counter0 heading=heading supertitle='Exhibition' %}
{% include "../components/card.html" with horizontal=true title='Great Escapes' href='#' imageSrc='https://beta.nationalarchives.gov.uk/media/images/great-escapes-artwork.original.jpg' imageWidth=800 imageHeight=450 text='Find out more about our new exhibition exploring both iconic and under-told stories of prisoners of war and civilian internees during the Second World War.' headingSize="s" headingLevel=3 label=link_page.is_newly_published|yesno:"New," index=forloop.counter0 heading=heading supertitle='Exhibition' %}
</li>
<li class="tna-column tna-column--width-1-3 tna-column--width-1-2-medium tna-column--width-1-2-small tna-column--full-tiny tna-!--margin-top-l">
{% include "../components/card.html" with horizontal=true title='Judy, the only dog registered as a prisoner of war' href='#' imageSrc=card_image.url imageWidth=800 imageHeight=450 text='Judys remarkable story is one of capture, survival and courage, and offers a unique tale of internment during the war.' headingSize="s" headingLevel=3 label=link_page.is_newly_published|yesno:"New," index=forloop.counter0 heading=heading supertitle='Story of' %}
{% include "../components/card.html" with horizontal=true title='Judy, the only dog registered as a prisoner of war' href='https://beta.nationalarchives.gov.uk/explore-the-collection/stories/judy-the-only-dog-registered-as-a-prisoner-of-war/' imageSrc='https://beta.nationalarchives.gov.uk/media/images/judy-and-frank-williams-clifford-street-london-.original.jpg' imageWidth=800 imageHeight=450 text='Judys remarkable story is one of capture, survival and courage, and offers a unique tale of internment during the war.' headingSize="s" headingLevel=3 label=link_page.is_newly_published|yesno:"New," index=forloop.counter0 heading=heading supertitle='Story of' %}
</li>
<li class="tna-column tna-column--width-1-3 tna-column--width-1-2-medium tna-column--width-1-2-small tna-column--full-tiny tna-!--margin-top-l">
{% include "../components/card.html" with horizontal=true title='Escaping Colditz' href='#' imageSrc=card_image.url imageWidth=800 imageHeight=450 text='Discover how Allied prisoners of war survived and daringly tried to escape this seemingly secure fortification.' headingSize="s" headingLevel=3 label=link_page.is_newly_published|yesno:"New," index=forloop.counter0 heading='Highlights Gallery' supertitle='Highlights Gallery' %}
{% include "../components/card.html" with horizontal=true title='Escaping Colditz' href='#' imageSrc='https://beta.nationalarchives.gov.uk/media/images/AIR-40-230-Oflag-IVC-Colditz_Castle-photo.original.png' imageWidth=800 imageHeight=450 text='Discover how Allied prisoners of war survived and daringly tried to escape this seemingly secure fortification.' headingSize="s" headingLevel=3 label=link_page.is_newly_published|yesno:"New," index=forloop.counter0 heading='Highlights Gallery' supertitle='Highlights Gallery' %}
</li>
</ul>
</div>
Expand Down

0 comments on commit 4a4cbf9

Please sign in to comment.