Skip to content

Commit 0a6c93d

Browse files
committed
added invosync
1 parent 166c4d9 commit 0a6c93d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,19 @@ <h1 class="proj-h1">Selected Work</h1>
7878
<!-- <a href="/my-projects" class="proj-redirect"><span>see all</span></a> -->
7979
</div>
8080
<div class="project-sec">
81+
<section class=" projcontainer project-sec-12" >
82+
<h2 class="proj-h2">InvoSync</h2>
83+
<div>
84+
<p class="faded-p">B2B Catalogue management system.&nbsp;<b>Currently under development.</b></p>
85+
<div class="tags">
86+
<label class="tag">React.js</label>
87+
<label class="tag">Express.js</label>
88+
<label class="tag">Node.js</label>
89+
<label class="tag">SQL Server</label>
90+
</div>
91+
</div>
92+
<a href="" target="_blank" class="proj-cta disabled"><i class="ph-bold ph-github-logo"></i>GitHub<i class="ph-bold ph-arrow-up-right"></i></a>
93+
</section>
8194
<section class=" projcontainer project-sec-11" >
8295
<h2 class="proj-h2">FinNote</h2>
8396
<div>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ a:has(.project-sec){
267267
.proj-cta.disabled{
268268
pointer-events: none;
269269
cursor: default;
270-
color: var(--white-05);
270+
color: var(--white-06);
271271
}
272272

273273
.connect-container{

0 commit comments

Comments
 (0)