Skip to content

Commit

Permalink
updated sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Jan 14, 2024
1 parent c0d68d5 commit b5b2a25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<ul class="top-banner-menu">
<li><a href="http://nova-utd.github.io" target="_blank" rel="noopener noreferrer">
About NOVA
<!-- <img src="https://nova-utd.github.io/assets/res/logo.svg" style="height:;"> -->
<img src="https://nova-utd.github.io/assets/res/logo.svg" style="height:1em;width:auto;">
</a></li>
<li><a href="http://ecs.utdallas.edu" target="_blank" rel="noopener noreferrer">
<!-- About ECS -->
<img src="https://engineering.utdallas.edu/websvcs/templates/engineering/images/ECS-name.png" style="height:auto;">
<img src="https://engineering.utdallas.edu/websvcs/templates/engineering/images/ECS-name.png" style="height:1em;width:auto;">
</a></li>
<li><a href="http://me.utdallas.edu" target="_blank" rel="noopener noreferrer">
<!-- Mechanical Engineering -->
<img src="https://nova-utd.github.io/assets/res/logo.svg" style="height:auto;">
<img src="https://nova-utd.github.io/assets/res/logo.svg" style="height:1em;width:auto;">
</a></li>
<!-- <li><a href="http://www.utdallas.edu" target="_blank" rel="noopener noreferrer">About UT Dallas</a></li> -->

Expand Down
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h5 class="post-description">{{ page.description }}</h5>
</header>
{% else %}
<header class="post-header">
<h1 class="post-title" style="margin-bottom: 2px"><img style="display: inline-block; vertical-align: -5px; padding-right: 3px; margin-bottom: -11px; height:fit-content" src="{{ 'logo_random.jpg' | prepend: '/assets/img/' | prepend: site.baseurl | prepend: site.url }}">Applied Systems Lab <span class="ghost">@ UTD</span></h1>
<h1 class="post-title" style="margin-bottom: 2px"><img style="display: inline-block; vertical-align: -5px; padding-right: 3px; margin-bottom: -11px; height:2em;" src="{{ 'logo_random.jpg' | prepend: '/assets/img/' | prepend: site.baseurl | prepend: site.url }}">Applied Systems Lab <span class="ghost">@ UTD</span></h1>
<!-- UPDATE ABOVE ^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<div class="post-tagline"></div>
</header>
Expand Down

0 comments on commit b5b2a25

Please sign in to comment.