Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated all the Info #4

Closed
wants to merge 14 commits into from
Binary file added IMG_8640.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 69 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<html lang="en">
<head>
<title>John Doe</title>
<title>Jessica Kang</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
Expand Down Expand Up @@ -51,55 +51,91 @@
<div class="col-md-8" style="height: 100vh;">

<!-- Main Image -->
<img class="img-responsive" src="photo.gif" alt=""><br>
<img class="img-responsive" src="IMG_8640.JPG" alt=""><br>


<div style="margin-top:3%; text-align:justify;">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing <a href="#">elit</a>, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>


<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>

<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>

</div>
</div>

<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>John Doe</b></div><br>
<p><b>john at doe.com</b><br>
<p>Random Department<br>
University of Randomness<br>
Street<br>
City <br>
Country<br>
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Bosun Jessica Kang</b></div><br>
<p><b>Seoul National University</b><br>
<p>College of Liberal Studies<br>
Major: Computer Science Engineering and Economics<br>
Minor: Mathematics<br>

</p>
</div>

<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b> Research Interest</b></div><br>

<p>Finance Technology and Quantitative Data<br>


</p>
</div>

<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Education</b></div><br>
<p><b>Utahloy International School</b><br>
<p>Class of 2020 Valedictorian<br>
<p>Student Council President<br>
<p>Chair of Utahloy Association Alumni <br>
<p><b>Seoul National Univeristy</b><br>
<p>BSc in Computer Science and Engineering. Mar 2020 – Present<br>
<p>BSc in Economics. Mar 2020 – Present<br>

</p>
</div>

<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Honors</b></div><br>
<p><b>High School</b><br>
<p>Honors on Advanced Mathematics and Economics Club<br>
<p>Best Paper on 2020, "Cryptocurrency Bitocoin Exchange Rate Risk Analysis" <br>
<p>Model United Nations(U2NESCO) Secretary General<br>
</p>
</div>

<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Clubs</b></div><br>
<p><b>SNUWFC</b><br>
<p>2020-2021: Captain of SNUWFC<br>
<p><b>ZERO autonomous driving</b><br>
<p>Path Planning Algorithm (Mainly Focused on RRT&RRT* and MPC)<br>

</p>
</div>

<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Teaching Experience</b></div><br>
<p><b>Basic Computing: First Adventures in Computing</b><br>
<p>2022: Teaching Assistant<br>

</p>
</div>



<!-- Links on the Sidebar -->
<div class="col-md-4" style="margin-top:2%">
<dd><a href="#">Google Scholar</a></dd>
<dd><a href="#">Twitter</a></dd>
<dd><a href="#">LinkedIn</a></dd>

<dd><a href="https://www.linkedin.com/in/bosun-jessica-kang-a692331bb/">LinkedIn</a></dd>
</div>


<!-- Publications -->
<div class="col-md-8" style="height: 100vh;">
<h2 id="publications">Publications</h2>

<strong>Peer-reviewed</strong><br/>
<ul>
<li class="paper" words="add, your, keywords, here"><a href="#">Full title</a> Names of the authors</li>
</ul>

<strong>Technical Reports</strong><br/>
<ul>
<li class="paper" words="add, your, keywords, here"><a href="#">Full title</a>. Details of the report</li>
</ul>
</div>


</div>



</div>
Expand Down