Skip to content

Commit

Permalink
add link to notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Nov 20, 2024
1 parent 770cafd commit 33d3513
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,23 @@
.weeknote .date {
grid-area: date;
}

/* notes style */
.notes {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
background-color: white;
color: #111;
padding: 1rem 0.5rem;
border: 2px dashed #f0f8;
}
.notes p {
margin: 0;
}
.notes .n1 {
font-size: 2rem;
font-weight: bold;
}
</style>
</head>

Expand Down Expand Up @@ -193,6 +210,12 @@ <h2>Why not check out:</h2>
<span class="links">many links</span>
<time class="date">posted every Sunday</time>
</a>
<a class="notes" href="https://blog.alifeee.co.uk/notes/">
<p class="n1">notes by alifeee</p>
<p class="n2">
short, text-only notes, mostly about programming.
</p>
</a>
</div>
</section>
<p>
Expand Down

0 comments on commit 33d3513

Please sign in to comment.