Skip to content

Commit

Permalink
First post, style changes
Browse files Browse the repository at this point in the history
Wrote January announcement

Added CSS and logic to handle a Read More button
  • Loading branch information
smythp committed Jul 12, 2023
1 parent 711437d commit b26f1dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
8 changes: 5 additions & 3 deletions _includes/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ <h2 class="title">
<h3 class="h4">
<a href="{{ post.url }}">{{ post.title }}</a>
</h3>
</article>

{{ post.content }}
<p>{{ post.date }}</p>

<div class="no-paragraphs">
{{ post.excerpt }} <a style="display:inline" href="{{ post.url }}">Read More</a>
</div>
</article>
{% endfor %}
</ul>

Expand Down
7 changes: 6 additions & 1 deletion _posts/2023-01-11-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ layout: post
title: "DHRIFT Project Recieves NEH Advancement Grant"
---

Hey, we won.
The DHRIFT team is excited to announce that the project has received a National Endowment for the Humanities Level III Advancement Grant. This grant support will enable the team to continue to build a community of digital humanities teachers and learners, develop the DHRIFT platform, and create and maintain the DHRIFT curriculum.

The DHRIFT team is thrilled to stand alongside other critical projects in the digital humanities and library and museum spaces during the 2023-2025 grant period. Keep an eye on this space for updates as the DHRIFT team builds community, curriculum, and infrastructure for teaching technical methods in the humanities.

[NEH Office of Digital Humanities Awards Announcement ](https://www.neh.gov/blog/announcing-new-odh-awards-january-2023)<br>
[Read About NEH Digital Humanities Advancement Grants](https://www.neh.gov/grants/odh/digital-humanities-advancement-grants)
9 changes: 9 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ ul {
ul li {
margin: .5em 0 .5em 0;
}

.no-paragraphs p {
display: inline;
}

.no-paragraphs a {
margin-left: .3em;

}

0 comments on commit b26f1dc

Please sign in to comment.