Skip to content

Commit 7944161

Browse files
committed
badges-codejovz added
1 parent 0610d76 commit 7944161

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ <h2>Find me on:</h2>
8181
<p><span class="kotlin">Kotlin</span><img class="liscence" src="Assets/octicon_law.svg"/> The Unlicense <span class="updateDate">Updated on Jun 18, 2025</span></p>
8282
</section>
8383

84+
<section class="scroll-item">
85+
<p><a class="repTitle" href="https://github.com/codejovz/badges-codejovz">badges-codejovz</a> <span class="repVisib">Public</span></p>
86+
<p class="repDesc">Ready to use markdown svg badges.</p>
87+
<p class="repTags"><a>react-router</a> <a>reactjs</a> <a>badges</a> <a>public-transport</a></p>
88+
<p><span class="javascript">javascript</span> <span class="updateDate">Updated on Aug 13, 2025</span></p>
89+
</section>
90+
8491
<section class="scroll-item">
8592
<p><a class="repTitle" href="https://github.com/404">TFG</a> <span class="repVisib">Private</span></p>
8693
<p class="repDesc">Kotlin app for users, Python-driven local AI, a MySQL database, and a Java API for local connections.</p>

styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,15 @@ footer img:active{
701701
display: inline-block;
702702
}
703703

704+
.javascript::before{
705+
content: "";
706+
width: 12px;
707+
height: 12px;
708+
background-color: rgb(241 224 90);
709+
border-radius: 50%;
710+
display: inline-block;
711+
}
712+
704713
.kotlin::before{
705714
content: "";
706715
height: 12px;

0 commit comments

Comments
 (0)