Skip to content

Commit

Permalink
Update homepage layout and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel committed Jul 19, 2024
1 parent 5e08446 commit 4c0dc01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 1 addition & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@

<section id = "meet">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8">
<div class="align-self-center">
<h1 class="meet-title">Introducing DHRIFT</h1>
<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>
</section>

{% if site.data.actions %}
Expand Down
2 changes: 1 addition & 1 deletion _sass/pages/_page-home.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.page-home {
}
}
11 changes: 6 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,9 @@ ul li {
}

.meet-description {
font-size: 1.5em;
color: $primary;
font-size: 1.2em;
color: $primary;
text-align: start;
}

// call to action section
Expand Down Expand Up @@ -515,7 +516,7 @@ ul li {
color: $primary;
text-decoration: none;
border: $primary 2px solid;
font-size: 1.3em;
font-size: 1.2em;
transition: background-color 0.3s;
align-self: start;
}
Expand Down Expand Up @@ -564,7 +565,7 @@ ul li {
justify-content: center;
align-items: center;
height: 100%;
margin-bottom: 200px;
margin-bottom: 100px;
margin-right: 20px;
}

Expand Down Expand Up @@ -594,7 +595,7 @@ ul li {
.action-description {
margin-top: 10px;
text-align: left;
font-size: 1.35em !important;
font-size: 1.2em !important;
//white-space: pre-line;
margin-bottom: 40px;
}
Expand Down

0 comments on commit 4c0dc01

Please # to comment.