Skip to content

Commit a083791

Browse files
committed
added intro
1 parent 5c5ed65 commit a083791

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/templates/dialogue-index.js

+7
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ const DialogueIndex = ({data, pageContext}) => {
7373
<div className="page-dialogues">
7474
<section className="posts dialogues events">
7575
<h1 className="page-title">Digital Dialogues</h1>
76+
<p>
77+
Digital Dialogues convenes prominent digital humanities, new media, and information technology practitioners
78+
to present their field-defining research. The series, which celebrated its 40th season in Spring 2024,
79+
invites intellectual exchange around topics critical to the digital humanities.
80+
Follow us on social media (<a href="https://twitter.com/UMD_MITH">@umd_mith</a> on X/Twitter and
81+
<a href="https://www.instagram.com/mith_umd">@mith_umd</a> on Instagram) for more details.
82+
</p>
7683
{sortedItems.future.map(item => <Entry item={item} headshots={headshots} key={item.airtable_id} />)}
7784
<h2 className="page-title">Past Digital Dialogues</h2>
7885
{sortedItems.past.map(item => <Entry item={item} headshots={headshots} key={item.airtable_id} />)}

0 commit comments

Comments
 (0)