-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/DHRI-Curriculum/Dhrift-Home…
- Loading branch information
Showing
55 changed files
with
885 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,39 @@ | ||
[ | ||
{ | ||
"title": "Learn", | ||
"description": "with our core curriculum", | ||
"icon": "dandelion", | ||
"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.", | ||
"icon": "school-solid", | ||
"alt": "DHRIFT's logo, a dandelion.", | ||
"link": "https://app.dhrift.org/workshops/?user=dhri-curriculum&repo=dhrift-site-template&wUser=dhri-curriculum&wGitRepo=workshops" | ||
"link": "https://app.dhrift.org/workshops/?instUser=dhri-curriculum&instRepo=dhrift-site-template&user=dhri-curriculum&repo=workshops", | ||
"image": "images/learn_with.png", | ||
"message": "Learn with DHRIFT" | ||
}, | ||
{ | ||
"title": "Teach", | ||
"description": "with our open-source materials", | ||
"icon": "dandelion", | ||
"title": "Begin Teaching", | ||
"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.", | ||
"link": "/teach" | ||
"link": "/teach", | ||
"image": "images/teach.jpg", | ||
"message": "Teach with DHRIFT" | ||
}, | ||
{ | ||
"title": "Create", | ||
"description": "your own workshops", | ||
"icon": "dandelion", | ||
"title": "Begin Creating", | ||
"description": "DHRIFT is designed for extensibility, allowing you to easily create your own workshops and share them with the community.", | ||
"icon": "creative-icon", | ||
"alt": "DHRIFT's logo, a dandelion.", | ||
"link":"/create" | ||
"link":"/create", | ||
"image": "images/create.jpg", | ||
"message": "Create with DHRIFT" | ||
}, | ||
{ | ||
"title": "Build", | ||
"description": "your own institute", | ||
"icon": "dandelion", | ||
"title": "Begin Growing", | ||
"description": "Build and host an institute on DHRIFT, with your own branding, your own choice of workshops, and a convenient scheduling component.", | ||
"icon": "building", | ||
"alt": "DHRIFT's logo, a dandelion.", | ||
"link":"/build" | ||
"link":"/grow", | ||
"image": "images/build.jpg", | ||
"message": "Grow with DHRIFT" | ||
} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"title": "Digital Humanities Research Institute", | ||
"description": "DHRI Institute 2024. This is a description of the institute.", | ||
"image": "/images/dhri.png", | ||
"link": "https://app.dhrift.org/inst/?instUser=GC-DRI&instRepo=GCDRI24Schedule" | ||
}, | ||
|
||
{ | ||
"title": "Digital Humanities Research Institute", | ||
"description": "DHRI Institute 2024. This is a description of the institute.", | ||
"image": "/images/dhri.png", | ||
"link": "https://app.dhrift.org/inst/?instUser=GC-DRI&instRepo=GCDRI24Schedule" | ||
}, | ||
|
||
{ | ||
"title": "Digital Humanities Research Institute", | ||
"description": "DHRI Institute 2024. This is a description of the institute.", | ||
"image": "/images/dhri.png", | ||
"link": "https://app.dhrift.org/inst/?instUser=GC-DRI&instRepo=GCDRI24Schedule" | ||
} | ||
|
||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
<span class="hamburger-box"> | ||
<span class="hamburger-inner"></span> | ||
</span> | ||
</button> | ||
</button> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
<div class="banner"> | ||
<div class="container"> | ||
<div class="container-fluid"> | ||
<div class="banner-container"> | ||
<a href = "https://gcdi.commons.gc.cuny.edu" target ="_blank"> | ||
<img src="/images/logo/gcdi.png" alt="GCDI logo" class="partner"> | ||
</a> | ||
<a href = "https://www.neh.gov/" target ="_blank"> | ||
<img src="/images/logo/NEH.png" alt="NEH logo" class="partner"> | ||
</a> | ||
<a href = "https://www.gc.cuny.edu/" target ="_blank"> | ||
<img src="/images/logo/GC.svg" alt="GC logo" class="partner"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: default | ||
id: "gallery-page" | ||
--- | ||
|
||
<div class="container-fluid"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<h1 class="gallery-head">Explore a Showcase of Institutes Created with DHRIFT</h1> | ||
<div class="card-deck"> | ||
{% for data in site.data.gallery %} | ||
<div class="card"> | ||
<img src="{{ data.image }}" class="card-img-top" alt="{{ data.title }}" style="max-width: 100%; height: auto;"> | ||
<div class="card-body"> | ||
<h5 class="card-title">{{ data.title }}</h5> | ||
<p class="card-text">{{ data.description }}</p> | ||
<a href="{{ data.link }}" class="visit-button">Visit Institute</a> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.