Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
njyoon committed Dec 5, 2024
1 parent 0a8e573 commit c09b71f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
vertical-align: bottom;
}

.nyt, .pdf {
.nyt, .pdf, .j {
text-decoration: none;
color:black;
}
Expand All @@ -82,6 +82,10 @@
a.nyt:hover{
border-bottom: 8px dotted #f55d4b;
}

a.j:hover{
border-bottom: 8px dotted rgb(193, 225, 193);
}


</style>
Expand All @@ -91,7 +95,7 @@
<body>

<div class="container pt-5">
<h1>xw tools</h1>
<h2>xw tools</h2>
<div class="row align-items-center pt-4">
<div class="col-2">
<span class="material-icons pl-5 pt-0 float-right" data-nosnippet>
Expand All @@ -110,6 +114,15 @@ <h1>xw tools</h1>
<div class="col-10 pt-3"><h2><a href="nyt.html" class="nyt pb-1">nyt submission editor</a></h2>
</div>
</div>
<div class="row align-items-center pt-4">
<div class="col-2">
<span class="material-icons pl-5 pt-0 float-right" data-nosnippet>
subdirectory_arrow_right
</span>
</div>
<div class="col-10 pt-3"><h2><a href="https://njyoon.github.io/jumun" class="j pb-1">jumun</a></h2>
</div>
</div>

</div>

Expand Down

0 comments on commit c09b71f

Please sign in to comment.