Skip to content

Commit

Permalink
changing css for links
Browse files Browse the repository at this point in the history
  • Loading branch information
jasxnhuynh committed Sep 8, 2024
1 parent 58ae355 commit e947a6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 57 deletions.
8 changes: 2 additions & 6 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,9 @@

a {
font-family: "Roboto";
color: black;
color: #4f89ca;
text-decoration: none;
background-image: linear-gradient(120deg, #43affa 0%, #43affa 100%);
background-repeat: no-repeat;
background-size: 100% 0.2em;
background-position: 0 88%;
transition: background-size 0.25s ease-in;
font-weight: normal;
}

a:hover {
Expand Down
28 changes: 7 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,16 @@ <h1>Hi, I'm Jason!</h1>
<img src="images/me_circle.png" alt="me" class="face"/>
</div>
<p>
I'm a third-year Data Science major at the University of California, San Diego,
minoring in Hebrew Language and Literature.
I'm a third-year Data Science major at the University of
California, San Diego, minoring in Hebrew Language and
Literature.
<br /><br />
I'm currently a Data Science Intern at the
<a class="bold" target="_blank" rel="noopener noreferrer" href="https://www.sdsheriff.gov/">
San Diego County Sheriff's Department</a>
I'm currently a Data Science Intern at the San Diego County
Sheriff's Department</a>
and an Instructional Assistant for
<a class="bold" target="_blank" rel="noopener noreferrer" href="https://dsc80.com/">DSC 80.</a>

<!--
and a Marketing Intern at
<a class="bold" target="_blank" rel="noopener noreferrer" href="https://brave.com/">Brave.</a>
-->
<a target="_blank" rel="noopener noreferrer"
href="https://dsc80.com/">DSC 80.</a>
<br /><br />
In my free time, I enjoy playing guitar 🎸, working out 💪,
and trying new food 🍔.
<br /><br />
<!-- Check out some of my projects:
<br />
<p class="bold" target="_blank" rel="noopener noreferrer" href="https://jhyunbinyi.github.io/antmj/">
Similarity Analysis of Anthony Edwards and Michael Jordan, </p>
<p class="bold" target="_blank" rel="noopener noreferrer" href="https://jasxnhuynh.github.io/LoL-lane-analysis/">
League of Legends EDA & Prediction Model</p>
<br /><br /> -->
</p>
<p class="icon-links">
Other cool links:&nbsp;&nbsp;
Expand Down
30 changes: 0 additions & 30 deletions projects.html

This file was deleted.

0 comments on commit e947a6a

Please sign in to comment.