Skip to content

Commit

Permalink
updates to homepage and calls to action
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrhody committed Jul 19, 2024
1 parent 432e7b3 commit 3dab6f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _data/actions.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"title": "Begin Learning",
"description": "The DHRIFT platform provides open-source, interactive learning for humanists. Each workshop includes code editors, challenges, and quizzes, all right in the browser.",
"title": "Learn",
"description": "Are you new to coding? Tried it by it didn't stick? DHRIFT provides open-source, interactive, introductory workshops written by humanities scholars for humanists. Take advantage of lessons that have been vetted and revised in conversation with hundreds of students. Workshops on topics ranging from the command line to Introduction to Python can be run directly in your web browser and utilize interactive code editors, challenges, and quizzes. Read abour our pedagogical approach, or simply start learning.",
"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.png",
"message": "Learn with DHRIFT"
},
{
"title": "Begin Teaching",
"title": "Teach",
"description": "DHRIFT Core presents a vetted core set of interactive curriculum that is built for both synchronous and asynchronous instruction.",
"icon": "chalkboard-user",
"alt": "DHRIFT's logo, a dandelion.",
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8">
<h1 class="meet-title">Introducing DHRIFT</h1>
<p class="meet-description">Digital Humanities Resource Infrastructure for Teaching Technology (DHRIFT) is an open educational resource (OER) and publication platform for teaching and learning digital skills. Designed by humanities scholars for humanities scholars, DHRIFT includes a core set of peer reviewed and tested curricula covering common digital humanities (DH) topics. With DHRIFT you can create interactive, minimal computing, and accessibility-aware websites to support workshops, institutes, and courses. DHRIFT's core curriculum benefits from extensive classroom testing and has been used as the basis for workshops and classes at more than 20 colleges and universities across the United States.</p>
<p class="meet-description"> DHRIFT (Digital Humanities Resource Infrastructure for Teaching Technology) is an open educational resource (OER) and publication platform for teaching and learning digital skills.</p>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions _layouts/sparetext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Designed by humanities scholars for humanities scholars, DHRIFT includes a core set of peer reviewed and tested curricula covering common digital humanities (DH) topics. With DHRIFT you can create interactive, minimal computing, and accessibility-aware websites to support workshops, institutes, and courses. DHRIFT's core curriculum benefits from extensive classroom testing and has been used as the basis for workshops and classes at more than 20 colleges and universities across the United States

0 comments on commit 3dab6f8

Please sign in to comment.