Skip to content

Commit

Permalink
style: fix headers for html based pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Jan 11, 2025
1 parent dde4971 commit 638510d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="wrapper">

<h2 class="footer-heading">{{ site.title | escape }}</h2>
<h1 class="footer-heading">{{ site.title | escape }}</h1>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
Expand Down
4 changes: 2 additions & 2 deletions _includes/person_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<img
title="{{ include.person.name }}"
src="{% if include.person.image %}{{ include.person.image | resize: '200x200^,webp,80' | absolute_url }}{% else %}{{ 'assets/people/blank-profile-drawing.png' | absolute_url }}{% endif %}">
<h3>
<h2>
{% if include.person.link %}<a href="{{ person.link }}">{% endif %}
{{ include.person.name }}{% if include.person.expedition %}*{% endif %}
{% if include.person.link %}</a>{% endif %}
</h3>
</h2>
<p>
{{ include.person.description }}
</p>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>Archive of posts from {{ page.date | date: "%Y" }}</h1>
{% for post in page.posts %}
<li class="no-list archive-posts">
<a class="post-link archive-post-link" href="{{ post.url | relative_url }}">
<h3 class="archive-post-title archive-post-link">{{ post.title }}</h3>
<h2 class="archive-post-title archive-post-link">{{ post.title }}</h2>
</a>
<p>Posted on {{ post.date | date: "%b %-d, %Y" }}</p>
{%- if post.featuredImage -%}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h3 style="margin-bottom: 1px;">
<nav class="home_post_nav">
{% assign year = site.posts[0].date | date: '%Y' %}
<a class="post-link" href="{{ "/archive/" | append: year | relative_url }}">
<h6>To Archive</h6>
<h2>To Archive</h6>
</a>
</nav>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/post_feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ <h1 class="page-heading">{{ page.title }} Posts</h1>
<li>
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
<span class="post-meta">{{ post.date | date: date_format }}</span>
<h3>
<h2>
<a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }}
</a>
</h3>
</h2>
{%- if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
Expand Down
8 changes: 4 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
width="250" height="250"></p>
<p style="text-align: center;">Dominican Republic</p>
</div>
<h2>Interested in Joining?</h2>
<h1>Interested in Joining?</h1>
<p>Our research group consists mostly of undergraduate students interested in applying the theoretical knowledge learned in academic classes to solving real-world problems. Many of our students come from engineering majors, but any motivated student can join our group. Engineers for Exploration projects uniquely provide the opportunity to combine hands-on engineering skills with foundational academic research, allowing students to develop skills early on in their careers which are invaluable both to industry engineering positions and in graduate school.</p>
<p>We are looking for students who are enthusiastic about engineering, technology, and exploration to participate in our research and development projects. Students must be self-motivated and excited about learning new technical skills, no matter their academic backgrounds. We especially encourage students with an interest in photography and film-making to join, since our field expeditions provide extraordinary opportunities for creating exciting media.</p>
<h3>Get Involved</h3>
<h2>Get Involved</h2>
<p>To get involved, please come to one of our general or project-specific meetings listed on the <a href="{{site.url}}/calendar">Calendar of Events</a>. You should also <a href="{{site.url}}/contact">get in contact</a> with the project lead for the project you are interested in.</p>
<p>Join our <a href="https://groups.google.com/g/ucsde4e">Google Group</a> to stay up-to-date on our activities.</p>
<h2>Directors</h2>
<h1>Directors</h1>
<div class="about_directors_container">
<div class="about_director" id="director-bio-left">
<p><img loading="lazy" decoding="async" class="director-bio-photo" title="Ryan Kastner"
Expand All @@ -57,7 +57,7 @@ <h2>Directors</h2>
<p style="font-size: 15px; text-align: justify;">Curt Schurgers is a Teaching Professor in the Electrical and Computer Engineering Department at UCSD. His research and teaching are focused on course redesign, active learning, and project-based learning. He received his B.S./M.S. in Electrical Engineering from the Katholieke Universiteit Leuven (Belgium) and his Ph.D. from UCLA.</p>
</div>
</div>
<h2>Mission</h2>
<h1>Mission</h1>
<div style="display: block; margin-left: auto; margin-right: auto;">
<p style="text-align: center;"><iframe loading="lazy" src="https://player.vimeo.com/video/37265188" width="750"
height="450" frameborder="0"></iframe></p>
Expand Down
8 changes: 4 additions & 4 deletions alumni.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>* Denotes people that have participated in one of our <a href="{{ '/expeditions' | absolute_url }}">expeditions/deployments</a>.</p>
{% assign people = site.data.people %}

<h2>Former E4E Directors</h2>
<h1>Former E4E Directors</h1>
<div class="people_level_block">
{% for person in people %}
{% if person.level == 'Former E4E Director' %}
Expand All @@ -15,7 +15,7 @@ <h2>Former E4E Directors</h2>
{% endfor %}
</div>

<h2>Former Staff Engineers</h2>
<h1>Former Staff Engineers</h1>
<div class="people_level_block">
{% for person in people %}
{% if person.level == 'Former Staff Engineer' %}
Expand All @@ -25,7 +25,7 @@ <h2>Former Staff Engineers</h2>
{% endfor %}
</div>

<h2>Project Leads - Alumni</h2>
<h1>Project Leads - Alumni</h1>
<div class="people_level_block">
{% for person in people %}
{% if person.level == 'Project Lead - Alumni' %}
Expand All @@ -35,7 +35,7 @@ <h2>Project Leads - Alumni</h2>
{% endfor %}
</div>

<h2>Project Members - Alumni</h2>
<h1>Project Members - Alumni</h1>
<div class="people_level_block">
{% for person in people %}
{% if person.level == 'Project Member - Alumni' %}
Expand Down
2 changes: 1 addition & 1 deletion expeditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
{% assign expeditions = site.data.expeditions | sort: "date" | reverse %}
{% for trip in expeditions %}
<h2>{% if trip.link %}<a href="{{trip.link | absolute_url}}">{% endif %}{{trip.project}} - {{trip.month}} {{trip.year}}{% if trip.link %}</a>{% endif %}</h2>
<h1>{% if trip.link %}<a href="{{trip.link | absolute_url}}">{% endif %}{{trip.project}} - {{trip.month}} {{trip.year}}{% if trip.link %}</a>{% endif %}</h2>
<p>
<strong>Location:</strong> {{trip.location}}
</p>
Expand Down
8 changes: 4 additions & 4 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>* Denotes people that have participated in one of our <a href="{{ '/expeditions' | absolute_url }}">expeditions/deployments</a>.</p>
{% assign people = site.data.people %}

<h2>E4E Directors</h2>
<h1>E4E Directors</h1>
<div class="people_level_block">
{% for person in people %}
{% if person.level == 'E4E Director' %}
Expand All @@ -15,7 +15,7 @@ <h2>E4E Directors</h2>
{% endfor %}
</div>

<h2>Staff Engineers</h2>
<h1>Staff Engineers</h1>
<div class="people_level_block">
{% for person in people %}
{% if person.level == 'Staff Engineer' %}
Expand All @@ -25,7 +25,7 @@ <h2>Staff Engineers</h2>
{% endfor %}
</div>

<h2>Project Leads</h2>
<h1>Project Leads</h1>
<div class="people_level_block">
{% for person in people %}
{% if person.level == 'Project Lead' %}
Expand All @@ -35,7 +35,7 @@ <h2>Project Leads</h2>
{% endfor %}
</div>

<h2>Project Members</h2>
<h1>Project Members</h1>
<div class="people_level_block">
{% for person in people %}
{% if person.level == 'Project Member' %}
Expand Down

0 comments on commit 638510d

Please sign in to comment.