Skip to content

Commit

Permalink
Update research.html
Browse files Browse the repository at this point in the history
  • Loading branch information
daiqho authored Mar 30, 2024
1 parent 1d1d8f1 commit ebac624
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion research.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,24 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title>Centered Image</title>
<style>
/* Style to center the image */
.centered-image {
display: block;
margin: 0 auto; /* Set left and right margins to auto to center horizontally */
}
</style>

<link rel="icon" href="/assets/images/favicon.png">
<!-- Custom CSS for changing title color -->
<style>
.navbar-brand h4 a {
color: 00539f; /* Change to your desired color */
}
</style>

<title>Dai Q. Ho | Dai Q. Ho</title>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<meta name="generator" content="Jekyll v3.9.2" />
Expand Down Expand Up @@ -157,7 +168,7 @@ <h1 class="sitetitle">Dai Q. Ho</h1>
<!--<h2 class="lead">Header</h2>-->
<p style="text-align:justify;font-size:100%;">
<figure>
<img src="/assets/images/TOC.png" height="80%" width="80%" align="middle" hspace="10px">
<img src="/assets/images/TOC.png" height="80%" width="80%" class="centered-image" hspace="10px">
</figure>
</p>
I am passionate about exploring the multifaceted properties of quantum materials, with a focus on their structural, electronic, magnetic, optical, and transport characteristics.
Expand Down

0 comments on commit ebac624

Please sign in to comment.