Skip to content

Commit c75a06c

Browse files
committed
Recent projects updated
1 parent ee32abb commit c75a06c

File tree

6 files changed

+30
-29
lines changed

6 files changed

+30
-29
lines changed

assets/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/img/hotelLasPalmas.webp

-71.8 KB
Binary file not shown.

assets/img/netSentry.webp

34 KB
Loading

assets/img/weatherProphet.webp

-2.74 KB
Loading

index.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ <h4>WSEI Kraków</h4>
479479

480480
<div class="stat-item hidden">
481481
<i class="fa fa-cubes"></i>
482-
<div class="counter" data-target="19">0</div>
482+
<div class="counter" data-target="20">0</div>
483483
<p>Projects Completed</p>
484484
</div>
485485

@@ -497,6 +497,30 @@ <h4>WSEI Kraków</h4>
497497
<h2 class="section-title">Recent <span>Projects</span></h2>
498498
</div>
499499
<div class="all-projects">
500+
<div class="project-item hidden">
501+
<div class="project-info">
502+
<h3>NetSentry</h3>
503+
<h4>C# | .NET 10 | WPF | MVVM</h4>
504+
<p>
505+
A futuristic dashboard featuring real-time
506+
CPU/RAM visualization, network port scanning,
507+
and process auditing.
508+
</p>
509+
<a
510+
href="https://github.com/enviGit/net-sentry"
511+
target="_blank"
512+
class="ctaProjects btn-hover"
513+
><span>GitHub Repo</span></a
514+
>
515+
</div>
516+
<div class="project-img">
517+
<img
518+
src="./assets/img/netSentry.webp"
519+
alt="NetSentry Dashboard"
520+
loading="lazy"
521+
/>
522+
</div>
523+
</div>
500524
<div class="project-item hidden">
501525
<div class="project-info">
502526
<h3>App Store Reviews Extractor</h3>
@@ -524,7 +548,7 @@ <h4>HTML5 | Tailwind CSS | Vanilla JS</h4>
524548
<div class="project-item hidden">
525549
<div class="project-info">
526550
<h3>Vibrant Icons</h3>
527-
<h4>UnityEngine | C# | .NET Framework | Unity3D</h4>
551+
<h4>UnityEngine | C#</h4>
528552
<p>
529553
A Unity Editor tool that streamlines workflow
530554
and project organization by enabling easy
@@ -548,7 +572,7 @@ <h4>UnityEngine | C# | .NET Framework | Unity3D</h4>
548572
<div class="project-item hidden">
549573
<div class="project-info">
550574
<h3>Operation Deratization</h3>
551-
<h4>UnityEngine | C# | .NET Framework | Unity3D</h4>
575+
<h4>UnityEngine | C# | AI NavMesh</h4>
552576
<p>
553577
A low poly, first-person shooter game with a
554578
battle royale theme. Play as a secret agent in a
@@ -572,7 +596,7 @@ <h4>UnityEngine | C# | .NET Framework | Unity3D</h4>
572596
<div class="project-item hidden">
573597
<div class="project-info">
574598
<h3>Weather Prophet</h3>
575-
<h4>C# | .NET Core | Newtonsoft.Json | REST API</h4>
599+
<h4>C# | .NET 10 | WPF | MVVM | REST API</h4>
576600
<p>
577601
Multilingual desktop application that allows
578602
users to check the current weather and forecast
@@ -593,30 +617,6 @@ <h4>C# | .NET Core | Newtonsoft.Json | REST API</h4>
593617
/>
594618
</div>
595619
</div>
596-
<div class="project-item hidden">
597-
<div class="project-info">
598-
<h3>Hotel Las Palmas</h3>
599-
<h4>C# | SQL | .NET Core | Entity Framework</h4>
600-
<p>
601-
Hotel room reservation system featuring client
602-
database management, validation, and cost
603-
calculations.
604-
</p>
605-
<a
606-
href="https://github.com/enviGit/HotelLasPalmas"
607-
target="_blank"
608-
class="ctaProjects btn-hover"
609-
><span>GitHub Repo</span></a
610-
>
611-
</div>
612-
<div class="project-img">
613-
<img
614-
src="./assets/img/hotelLasPalmas.webp"
615-
alt="Hotel Las Palmas"
616-
loading="lazy"
617-
/>
618-
</div>
619-
</div>
620620
</div>
621621
</div>
622622
</section>

src/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,7 @@ body.light-mode .marker::before {
13211321
.project-info p {
13221322
font-size: 1.4rem;
13231323
line-height: 1.5;
1324+
text-wrap: balance;
13241325
}
13251326

13261327
.project-info {

0 commit comments

Comments
 (0)