Skip to content

Commit

Permalink
[Mod] add Honers & Awards, modify animation and CV
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomambo committed May 19, 2024
1 parent ff3258e commit a019406
Showing 1 changed file with 59 additions and 9 deletions.
68 changes: 59 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>Interested in
<h1 class="big">About</h1>
<h2 class="mb-4">About Me</h2>
<p>"I want to become an affectionate scientist who brings about a small but powerful influence in the world." </p>
<p>"세상에 작지만 강한 영향력을 주고 싶은 다정한 과학자가 되고 싶습니다." </p>
<p>"작지만 강한 영향력을 주고 싶은 다정한 과학자가 되고 싶습니다." </p>
<ul class="about-info mt-4 px-md-0 px-2">
<li class="d-flex"><span>Name:</span> <span>Hyuk Jun Yoo, 유혁준</span></li>
<li class="d-flex"><span>Motto:</span> <span>"The truth comes from experience."</span></li>
Expand All @@ -122,11 +122,13 @@ <h2 class="mb-4">About Me</h2>
<div class="counter-wrap ftco-animate d-flex mt-md-3">
<div class="text">
<p class="mb-4">
<span class="number" data-number="3">0</span>
<span>Research project completed</span>
<span class="number">3</span>
<span>Research project completed</span> <br>
<span class="number">2</span>
<span>Research project proceeding...</span>
</p>
<p><a target="_blank"
href="file\CV_20240423.pdf"
href="https://docs.google.com/document/d/e/2PACX-1vRrqmup8ZZhMP2lN5vo8O5dEEeziIq-CC1EHgWy7brtkHPGK-7woG8FqtqUFZXG8Q/pub"
class="btn btn-primary py-3 px-3">CV, Resume</a></p>
</div>
</div>
Expand All @@ -141,31 +143,31 @@ <h2 class="mb-4">About Me</h2>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 shadow">
<div class="text">
<strong class="number" data-number="12">0</strong>
<strong class="number">12</strong>
<span>Happy (months)</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 shadow">
<div class="text">
<strong class="number" data-number="3">0</strong>
<strong class="number">3</strong>
<span>Researches</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 shadow">
<div class="text">
<strong class="number" data-number="3">0</strong>
<strong class="number">4</strong>
<span>Awards</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 shadow">
<div class="text">
<strong class="number" data-number="25">0</strong>
<strong class="number">25</strong>
<span>Travels</span>
</div>
</div>
Expand Down Expand Up @@ -256,6 +258,7 @@ <h3><a href="#">Retrosynthesis for organic reaction</a></h3>
<li><a href="#page-3">Skills</a></li>
<li><a href="#page-4">Publications</a></li>
<li><a href="#page-5">Projects</a></li>
<li><a href="#page-6">Awards</a></li>
<li><a href="#contact-section">Contact</a></li>
</ul>
</nav>
Expand All @@ -276,7 +279,7 @@ <h2>Department of Chemical and Biological Engineering</h2>
<li>Catalys Engineering</li>
<li>Surface Engineering</li>
<li>Flow Dynamics</li>
<li>Battery</li>
<li>2nd Battery</li>
<li>Deep Learning</li>
</div>
</div>
Expand Down Expand Up @@ -718,6 +721,53 @@ <h2>Future Materials Discovery Project-NRF (Dr.Sang Soo Han)</h2>
</div>
</div>
</div>
<div id="page-6" class="page six">
<h2 id="projects-section" class="heading">Honors & Awards</h2>
<div class="resume-wrap d-flex ftco-animate">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-ideas"></span>
</div>
<div class="text pl-3">
<span class="date">2024, Apr</span>
<div class="d-flex">
<h2>Best Oral Award (Domestic)</h2>
</div>
<p>2024 Spring Conference of the KIChE Spring Meeting</p>
</div>
</div>
<div class="resume-wrap d-flex ftco-animate">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-ideas"></span>
</div>
<div class="text pl-3">
<span class="date">2023, Aug</span>
<div class="d-flex">
<h2>Best Poster Award (International)</h2>
</div>
<p>2023 Nanokorea</p>
</div>
</div>
<div class="resume-wrap d-flex ftco-animate">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-ideas"></span>
</div>
<div class="text pl-3">
<span class="date">2023, Apr</span>
<h2>Best Oral Award (Domestic)</h2>
<p>2023 Spring Conference of the Korean Institute of Metals and Materials</p>
</div>
</div>
<div class="resume-wrap d-flex ftco-animate">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-ideas"></span>
</div>
<div class="text pl-3">
<span class="date">2022, Nov</span>
<h2>Best Poster Award (International)</h2>
<p>2022 International Conference on Electronic Materials and Nanotechnology for Green Environment (2022 ENGE)</p>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a019406

Please sign in to comment.