Skip to content

Commit 7c8f4c4

Browse files
save file
1 parent 23786a2 commit 7c8f4c4

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed

links/links-index.html

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,35 @@
5858
{white-space:nowrap}
5959

6060

61+
.link-anchor {
62+
display: grid;
63+
grid-template-columns: 120px 0 300px 1fr;
64+
gap: 0.5rem 1rem;
65+
padding: 0.75rem;
66+
border-bottom: 1px solid #ddd;
67+
text-decoration: none;
68+
color: inherit;
69+
}
70+
71+
.link-anchor:hover {
72+
background: #f7f7f7;
73+
}
74+
75+
.link-anchor time {
76+
}
77+
78+
.link-href {
79+
font-weight: bold;
80+
color: #555;
81+
font-family: monospace;
82+
font-size:16px;
83+
}
84+
85+
.link-description {
86+
line-height: 1.4;
87+
}
88+
89+
6190
</style>
6291

6392

@@ -79,7 +108,27 @@ <h3 class=title>
79108

80109

81110
<div class=list>
82-
111+
112+
113+
<a href='https://npms.io/' target=_blank class='link-anchor no-underline'>
114+
115+
<time datetime=2026-02-05>
116+
05 Feb 2026
117+
</time>
118+
119+
<img src=''>
120+
121+
<div class=link-href style='text-decoration:underline'>
122+
https://npms.io/
123+
</div>
124+
125+
<div class=link-description>
126+
npms. A better and open source search for node packages
127+
</div>
128+
129+
</a>
130+
131+
83132
<a href='https://arxiv.org/' target=_blank class='link-anchor no-underline'>
84133

85134
<time datetime=2026-01-16>
@@ -98,7 +147,7 @@ <h3 class=title>
98147

99148
</a>
100149

101-
150+
102151
<a href='https://popovicu.com/' target=_blank class='link-anchor no-underline'>
103152

104153
<time datetime=2026-01-07>

0 commit comments

Comments
 (0)