Skip to content

Commit

Permalink
finished adding logos #87
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickakk committed Jan 30, 2024
1 parent f70ef5d commit b8a918f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
7 changes: 2 additions & 5 deletions templates/layout/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
<body class="dhcr-home <?= $this->request->getParam('action') ?>">
<div id="page-head">
<div id="logo">
<?= $this->Html->image('header_logo.png', [
'url' => '/',
'alt' => 'Digital Humanities Course Registry (logo)'
]); ?>
<?= $this->Html->image('header_logo.png', ['alt' => 'Digital Humanities Course Registry (logo)']); ?>
</div>
<div id="menu">
<?= $this->Html->link('Info', '/info', ['class' => 'blue button', 'id' => 'info-button']) ?>
Expand Down Expand Up @@ -98,4 +95,4 @@
<?= $this->element('matomo') ?>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions webroot/css/contributors.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webroot/css/home.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions webroot/css/scss/_home-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
a {
display: block;
line-height: 0;
img {
width: 700px;
height: auto;
@include respond-to(handhelds) {
width: 40vw;
min-width: 180px;
}
}
img {
width: 550px;
height: auto;
@include respond-to(handhelds) {
width: 40vw;
min-width: 180px;
}
}
}
Expand Down
Binary file modified webroot/img/header_logo.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 b8a918f

Please sign in to comment.