Skip to content

Commit

Permalink
picture arragement
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyun Woo Kim authored and Hyun Woo Kim committed Dec 23, 2024
1 parent ef306fb commit 6004384
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,19 @@
<h1 class="page-heading">{{ page.title }}</h1>
{% endif %}

<!-- Profile Section -->
<section class="section" id="profile">
<div class="container is-max-desktop">
<h2>About Me</h2>
<hr />
<div class="profile-block columns">
<!-- Profile Picture -->
<div class="column is-narrow">
<div class="profile-picture">
<img src="{{ './images/profile.jpeg' | relative_url }}" alt="Profile Picture" />
</div>
</div>
<!-- Bio Content and Icon Links -->
<div class="column">
<div class="content" style="text-align: left;">
<p class="profile-description">{{ site.bio.content }}</p>
<!-- Place icon links here, in the same column as the bio -->
<div class="icon-links">
<a href="https://github.com/{{ site.github_username }}" aria-label="GitHub Profile" class="icon-link-box">
<i class="fab fa-github"></i>
Expand All @@ -49,14 +45,12 @@ <h2>About Me</h2>
</div>
</section>

<!-- Research Section -->
<section class="section" id="research">
<div class="container is-max-desktop">
<h2>Research</h2>
<hr />
{% for publication in site.data.publications %}
<div class="publication-block columns">
<!-- Publication Image -->
<div class="column is-narrow">
<div class="publication-image {% if publication.image_mouseover %}publication-mousecell{% endif %}">
{% if publication.image_mouseover contains "mp4" %}
Expand All @@ -68,7 +62,6 @@ <h2>Research</h2>
<img alt="{{ publication.title }}" src="./images/{{ publication.image }}" />
</div>
</div>
<!-- Publication Content -->
<div class="column">
<div class="content">
<h3 class="publication-title">
Expand All @@ -94,7 +87,6 @@ <h3 class="publication-title">
</div>
<p class="publication-description">{{ publication.description }}</p>

<!-- Publication Links -->
<div class="publication-links buttons field">
<a class="external-link button is-small is-light is-link is-rounded" href="{{ publication.project_page }}">
<span class="icon"><i class="fas fa-globe-americas"></i></span>
Expand All @@ -115,16 +107,14 @@ <h3 class="publication-title">
</a>
{% endif %}
</div>
<!-- /Publication Links -->
</div>
</div>
</div>
</div>
{% endfor %}
<br />
</div>
</section>

<!-- Services Section -->
<section class="section" id="services">
<div class="container is-max-desktop">
<h2>Services</h2>
Expand Down

0 comments on commit 6004384

Please sign in to comment.