Skip to content

Commit

Permalink
Merge pull request #2664 from clairbarrass/main
Browse files Browse the repository at this point in the history
Create 2024-12-01-calendar-page.md
  • Loading branch information
clairbarrass authored Dec 2, 2024
2 parents a330e8f + 78788eb commit 28e52b3
Showing 1 changed file with 95 additions and 0 deletions.
95 changes: 95 additions & 0 deletions _posts/2024-12-01-calendar-page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
---
layout: post
title: ARCHER2 Calendar December 2024
date: 2024-12-01 10:00:00
author: ARCHER2 Calendar
tags: [blog, ]
categories: [news]
---




<!--more-->


<section id="service">
<div class="container">

{% assign year_imagecomp = site.imagecomp | where_exp: "imagecomp", "imagecomp.year == 2023 " %}

{% assign entry_imagecomp = year_imagecomp | where_exp: "imagecomp", "imagecomp.entry_no == 19 " %}

{% for imagecomp in entry_imagecomp %}





<img style="width: 80%; padding: 15px" src="{{ imagecomp.image_src }}" alt="{{ imagecomp.title }}" />

<br /><br />


<h2> {{ imagecomp.title }} </h2><br /><br />


<h3><i><strong>{{ imagecomp.name }}, {{ imagecomp.institution }}</strong></i></h3><br /><br />


{% if imagecomp.winner %}
<strong>* * * {{ imagecomp.winner }}, ARCHER2 Image and Video Competition {{ imagecomp.year }} * * *</strong><br /><br />
{% endif %}


{{ imagecomp.description }}




{% endfor %}

<p><i>This image was published on the December page of the ARCHER2 2024 printed calendar. </i></p>
</div>
</section>




<!--more-->




<!--
<img src="{{ site.baseurl }}/img/news/210127-IMG_0126.jpg" alt="ARCHER2" title="ARCHER2"/>
<img src="{{ site.baseurl }}/img/logos/euro-cc.jpg" alt="EuroCC" title="EuroCC" align="right" width="10%" />
<a href="https:www ">
<img src="{{ site.baseurl }}/img/blog/211030-uk-stats-auth.jpg" alt="ARCHER2" title="ARCHER2" style="width: 30%" /></a>
![image]({{ site.baseurl }}/img/blog/210412-systems-blog_pic2.jpg)
{: .img-center style="width: 60%"
alt="ARCHER2"
title="ARCHER2"}
<div>
<iframe title="Video" width="1000" height="560" src="https://www.youtube.com/embed/UXHE7ljmhaQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
-->

0 comments on commit 28e52b3

Please sign in to comment.