Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleliang919 authored Jun 3, 2024
1 parent 473633e commit c7f101e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@
.section-1 p {
margin: 5px 0;
}
.section-1 a {
.social-links {
display: flex;
justify-content: center;
align-items: center;
margin-top: 15px;
}
.social-links a {
margin: 0 10px;
color: #333;
font-size: 24px;
Expand All @@ -78,9 +84,6 @@
font-size: 14px;
}
.cv-link {
display: block;
margin-top: 20px;
text-align: center;
font-size: 18px;
}
.section-2 p, .section-2 a {
Expand All @@ -94,9 +97,11 @@
<img src="images/profile.jpg" alt="Kaizhao Liang">
<h2>Kaizhao Liang</h2>
<p>Austin, Texas, United States</p>
<a href="https://twitter.com/KyleLiang5"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/kyleliang919"><i class="fab fa-github"></i></a>
<a href="CV_LINK_HERE" class="cv-link"><i class="fas fa-file-alt"></i> View My CV</a>
<div class="social-links">
<a href="https://twitter.com/KyleLiang5"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/kyleliang919"><i class="fab fa-github"></i></a>
<a href="CV_LINK_HERE" class="cv-link"><i class="fas fa-file-alt"></i> View My CV</a>
</div>
</div>
<div class="section-2">
<h2>About</h2>
Expand Down

0 comments on commit c7f101e

Please sign in to comment.