Skip to content

Commit 21b5da8

Browse files
committed
fix: update
1 parent d1cf9c5 commit 21b5da8

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

index.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,27 @@ <h1><span>inversepolarity</span></h1>
2323
</div>
2424
</header>
2525
<main class="main-grid">
26+
27+
<div class="project-card">
28+
<h2 class="project-norc">forever</h2>
29+
<p>
30+
eternal planner for android
31+
</p>
32+
<a href="https://github.com/inversepolarity/forever">github</a>
33+
</div>
34+
35+
36+
<div class="project-card">
37+
<h2 class="project-norc">kalki</h2>
38+
<p>
39+
jetpack compose instrumentation and control
40+
</p>
41+
<a href="https://github.com/inversepolarity/kalki">docs</a>
42+
<a href="https://github.com/inversepolarity/kalki">github</a>
43+
</div>
44+
2645
<div class="project-card">
27-
<h2>skiboard</h2>
46+
<h2 class="project-alpha">skiboard</h2>
2847
<p>
2948
an advanced android keyboard for developers and power users, based on
3049
<a
@@ -99,7 +118,7 @@ <h2>uncl</h2>
99118
</div>
100119

101120
<div class="project-card">
102-
<h2>richpip</h2>
121+
<h2 class="project-abandon">richpip</h2>
103122
<p>
104123
De-Googled Picture-in-Picture Chrome Extension (with subtitle support)
105124
</p>

ip.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,29 @@ body {
526526
text-decoration: underline;
527527
}
528528

529+
.project-norc{
530+
background:yellow;
531+
color:black;
532+
width: fit-content;
533+
}
534+
535+
.project-alpha{
536+
background:lightblue;
537+
color:black;
538+
width: fit-content;
539+
}
540+
541+
.project-beta{
542+
background:pink ;
543+
color:black;
544+
width: fit-content;
545+
}
546+
547+
.project-abandon{
548+
background:lightgrey;
549+
color:black;
550+
width: fit-content;
551+
}
529552

530553
.links{
531554
display: flex;

0 commit comments

Comments
 (0)