-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+92.7 KB
(260%)
...tar_hu8d688dcf6339b4a5a2bc30039040dd09_465733_270x270_fill_lanczos_center_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,18 +90,17 @@ | |
<div class="row"> | ||
<div class="col-12 col-lg-4"> | ||
<div id="profile"> | ||
<img class="avatar avatar-circle" width="270" height="270" src="avatar.png" alt="Jae Wan Park"> | ||
<img class="avatar avatar-circle" width="270;" height="270;" src="avatar.png" alt="Jae Wan Park"> | ||
<div class="portrait-title"> | ||
<h2>Jae Wan Park</h2> | ||
<h3> | ||
<span></span> | ||
</h3> | ||
</div> | ||
<ul class="network-icon" aria-hidden="true"> | ||
|
||
|
||
|
||
|
||
<li> | ||
<a href="mailto:[email protected]" aria-label="envelope"><i class="fas fa-envelope big-icon"></i></a> | ||
<a href="https://drive.google.com/file/d/1J6F6ltn6A5nzrCUQ_WNjvSU2AF6Y92Bt/view?usp=share_link" aria-label="link"><i class="fa-solid fa-link big-icon"></i></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
@@ -115,23 +114,30 @@ <h3> | |
<div class="section-subheading">Interests</div> | ||
<ul class="ul-interests mb-0"> | ||
|
||
<li>What's your interests?</li> | ||
<li>Multimodal Generation, Medical AI, LLM</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="col-md-6"> | ||
<div class="section-subheading">Education</div> | ||
<ul class="ul-edu fa-ul mb-0"> | ||
|
||
<li> | ||
<i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course">your-course</p> | ||
<p class="year">year</p> | ||
<p class="institution">your-institution</p> | ||
<p class="course;" style="width: 370px;">B.S. in Quantitative Risk Management</p> | ||
<p class="year">2022</p> | ||
<p class="institution">Yonsei University</p> | ||
</div> | ||
</li> | ||
<li> | ||
<i class="fa-li fas fa-graduation-cap"></i> | ||
<div class="description"> | ||
<p class="course;" style="width: 350px;">Integrated Ph.D. Candidate in AI</p> | ||
<p class="year">2023 - Present</p> | ||
<p class="institution">Yonsei University</p> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters