diff --git a/_data/actions.json b/_data/actions.json
index 249d702..2e8051f 100644
--- a/_data/actions.json
+++ b/_data/actions.json
@@ -5,7 +5,7 @@
"icon": "school-solid",
"alt": "DHRIFT's logo, a dandelion.",
"link": "https://app.dhrift.org/workshops/?instUser=dhri-curriculum&instRepo=dhrift-site-template&user=dhri-curriculum&repo=workshops",
- "image": "images/learn_with.png",
+ "image": "images/learn.png",
"message": "Learn with DHRIFT"
},
{
@@ -14,7 +14,7 @@
"icon": "chalkboard-user",
"alt": "DHRIFT's logo, a dandelion.",
"link": "/teach",
- "image": "images/teach.jpg",
+ "image": "images/teach.png",
"message": "Teach with DHRIFT"
},
{
@@ -23,7 +23,7 @@
"icon": "creative-icon",
"alt": "DHRIFT's logo, a dandelion.",
"link":"/create",
- "image": "images/create.jpg",
+ "image": "images/create.png",
"message": "Create with DHRIFT"
},
{
@@ -32,7 +32,7 @@
"icon": "building",
"alt": "DHRIFT's logo, a dandelion.",
"link":"/grow",
- "image": "images/build.jpg",
+ "image": "images/grow.png",
"message": "Grow with DHRIFT"
}
]
diff --git a/_layouts/home.html b/_layouts/home.html
index a911320..d8a4715 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -21,7 +21,7 @@
Introducing DHRIFT
-
+
{{ action.message }}
diff --git a/_news/2024-05-27-adho.md b/_news/2024-05-27-adho.md
index fcbceb6..8d5a76b 100644
--- a/_news/2024-05-27-adho.md
+++ b/_news/2024-05-27-adho.md
@@ -4,7 +4,7 @@ date: 2024-05-27
description: "Join us August 6th at DH 2024: Reinvention and Responsibility!"
---
-The DHRIFT team is excited to announce that we will be running a workshop at the Alliance of Digital Humanities Organizations (ADHO) 2024 conference in Arlington, VA. The conference, which is held both in-person and remotely, will take place from August 6-9, 2024. Our workshop, titled “Building Interactive Digital Humanities Workshops with DHRIFT,” will take place on June 6th from 8:30am-12:00pm.
+The DHRIFT team is excited to announce that we will be running a workshop at the Alliance of Digital Humanities Organizations (ADHO) 2024 conference in Arlington, VA. The conference, which is held both in-person and remotely, will take place from August 6-9, 2024. Our workshop, titled “Building Interactive Digital Humanities Workshops with DHRIFT,” will take place on August 6th from 8:30am-12:00pm.
During this workshop, participants will learn about the DHRIFT platform, its directory of available workshops, interactive features, and pedagogical philosophy. Attendees will learn to build their own DHRIFT website for a mock institute, including modifying and customizing existing DHRIFT content. By creating DHRIFT sites, participants will learn about DHRIFT’s underlying technologies: how workshop markdown files are created, ingested, and displayed, how they are stored and processed through GitHub actions, and how institute leaders can use the wizard to build an institute based on their community’s needs. Specific activities will include examining a sample workshop’s markdown file, identifying encoding specific to DHRIFT’s interactive features, and producing a sample workshop. By the time participants complete the workshop, they will have set up a GitHub repository and development environment on their laptop and have learned how to pull, push, and rebuild a sample DHRIFT workshop site.
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 923a40b..cf64aca 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -552,10 +552,10 @@ ul li {
}
.image-container img {
- width: 60%;
- height: 60%;
+ width: 85%;
+ height: 85%;
object-fit: contain;
- margin-top: 60px;
+ margin-top: 40px;
}
.content-container {
@@ -616,7 +616,7 @@ ul li {
flex-direction: column;
align-items: center;
margin-right: 20px;
- margin-left: 20px;
+ margin-left: 30px;
}
.action-inner.left .content-container,
diff --git a/images/create.png b/images/create.png
new file mode 100644
index 0000000..27f695a
Binary files /dev/null and b/images/create.png differ
diff --git a/images/grow.png b/images/grow.png
new file mode 100644
index 0000000..2525bee
Binary files /dev/null and b/images/grow.png differ
diff --git a/images/learn.png b/images/learn.png
new file mode 100644
index 0000000..0834c6a
Binary files /dev/null and b/images/learn.png differ
diff --git a/images/teach.png b/images/teach.png
new file mode 100644
index 0000000..099de53
Binary files /dev/null and b/images/teach.png differ