Skip to content

Commit

Permalink
new home page action icons
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper3030 committed Jul 12, 2024
1 parent 6d7300a commit ea548e0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions _data/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand All @@ -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"
},
{
Expand All @@ -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"
},
{
Expand All @@ -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"
}
]
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="meet-title">Introducing DHRIFT</h1>
<div class="action" data-image="{{ action.image }}">
<div class="action-inner {% cycle 'right', 'left' %}">
<div class="image-container">
<img src=" /images/{{ action.icon }}.svg" alt="{{ action.title }}">
<img src="{{ action.image }}" alt="{{ action.title }}">
</div>
<div class="content-container {% if forloop.last %}last{% endif %}">
<h1 class="action-title">{{ action.message }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion _news/2024-05-27-adho.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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,
Expand Down
Binary file added images/create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/grow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/learn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/teach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea548e0

Please sign in to comment.