Skip to content

Commit 57835a5

Browse files
committed
chore: isolate PR
1 parent 9bbcb55 commit 57835a5

22 files changed

+77
-2737
lines changed

src/_includes/_excerpt.njk

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/_includes/_speaking.njk

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
11
{% for post in collections.event | reverse %}
2-
<figure class="stamp stamp{% if post.data.eventStampRot %}--{{ post.data.eventStampRot }}@m stamp--{{ post.data.eventStampRot }}@l stamp--{{ post.data.eventStampRot }}@xl {% endif %}stamp stamp@m stamp@l stamp@xl grid-whole@xs grid-half@s grid-third@m grid-quarter@l grid-quarter@xl">
3-
<div class="stamp-date {% if post.data.eventStampLoc %} stamp--{{ post.data.eventStampLoc }}{% endif %}">
4-
<svg viewbox="0 0 100 100">
5-
<path d="M 0,50 a 32, 30 0 1, 1 0,1 z" id="stamp-{{ post.data.eventCityAbbr }}"/>
6-
<text>
7-
<textpath href="#stamp-{{ post.data.eventCityAbbr }}" aria-label="{{ post.data.eventCityName }}">
8-
{{ post.data.eventCityName }}
9-
</textpath>
10-
</text>
11-
</svg>
12-
</div>
13-
<div class="calendar-item grid-whole@xs grid-half@s grid-third@m grid-quarter@l grid-quarter@xl">
14-
<p class="t-black details t-typeweight t-babyfont">{{ post.data.eventMonthYear }}</p>
15-
<p>
16-
<a href="{{ post.data.eventURL }}" rel="noreferrer noopener" class="t-black t-link-accent-black t-titlingfont t-thiccfont@xs t-thiccfont@s t-thiccfont@m t-thiccfont@l t-thiccfont@xl t-height-tight">{{ post.data.eventName }}</a>
17-
</p>
18-
<p>
19-
{% if post.data.eventSlidesURL %}
20-
<a class="details t-link-accent-blue" href="{{ post.data.eventSlidesURL }}" rel="noopener noreferrer">Slides</a>
21-
{% endif %}
22-
{% if post.data.eventVideoURL %}
23-
·
24-
<a class="details t-link-accent-blue" href="{{ post.data.eventVideoURL }}" rel="noopener noreferrer">Video</a>
25-
{% endif %}
26-
{% if post.data.eventKeynote %}🗝🎵{% endif %}
27-
</p>
28-
29-
</div>
30-
</figure>
2+
<figure class="stamp stamp{% if post.data.eventStampRot %}--{{ post.data.eventStampRot }}@m stamp--{{ post.data.eventStampRot }}@l stamp--{{ post.data.eventStampRot }}@xl {% endif %}stamp stamp@m stamp@l stamp@xl grid-whole@xs grid-half@s grid-third@m grid-quarter@l grid-quarter@xl">
3+
<div class="stamp-date {% if post.data.eventStampLoc %} stamp--{{ post.data.eventStampLoc }}{% endif %}">
4+
<svg viewbox="0 0 100 100">
5+
<path d="M 0,50 a 32, 30 0 1, 1 0,1 z" id="stamp-{{ post.data.eventCityAbbr }}"/>
6+
<text>
7+
<textpath href="#stamp-{{ post.data.eventCityAbbr }}" aria-label="{{ post.data.eventCityName }}">
8+
{{ post.data.eventCityName }}
9+
</textpath>
10+
</text>
11+
</svg>
12+
</div>
13+
<div class="calendar-item grid-whole@xs grid-half@s grid-third@m grid-quarter@l grid-quarter@xl">
14+
<p class="t-black details t-typeweight t-babyfont">{{ post.data.eventMonthYear }}</p>
15+
<p>
16+
<a href="{{ post.data.eventURL }}" rel="noreferrer noopener" class="t-black t-link-accent-black t-titlingfont t-thiccfont@xs t-thiccfont@s t-thiccfont@m t-thiccfont@l t-thiccfont@xl t-height-tight">{{ post.data.eventName }}</a>
17+
</p>
18+
<p>
19+
{% if post.data.eventSlidesURL %}<a class="details t-link-accent-blue" href="{{ post.data.eventSlidesURL }}" rel="noopener noreferrer">Slides</a>{% endif %}{% if post.data.eventVideoURL %} · <a class="details t-link-accent-blue" href="{{ post.data.eventVideoURL }}" rel="noopener noreferrer">Video</a>{% endif %} {% if post.data.eventKeynote %}🗝🎵{% endif %}
20+
</p>
21+
22+
</div>
23+
</figure>
3124
{% endfor %}

0 commit comments

Comments
 (0)