Skip to content

Commit 634b838

Browse files
committed
modified projects
1 parent 327f5df commit 634b838

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

assets/img/insight.webp

17.7 KB
Loading

assets/img/ventAl.webp

12.8 KB
Loading

assets/img/wordle.webp

27.9 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="container">
4848
<div class="row g-0">
4949
<div class="col-md-6 col-lg-4 item zoom-on-hover"><a href="https://codergtm.github.io/delta" target="_blank"><img class="img-fluid image" src="assets/img/delta-project.webp"></a></div>
50-
<div class="col-md-6 col-lg-4 item zoom-on-hover"><a href="https://codergtm.github.io/Easy-Share/" target="_blank"><img class="img-fluid image" src="assets/img/easy-share.webp"></a></div>
50+
<div class="col-md-6 col-lg-4 item zoom-on-hover"><a href="https://vental.pythonanywhere.com" target="_blank"><img class="img-fluid image" src="assets/img/ventAl.webp"></a></div>
5151
<div class="col-md-6 col-lg-4 item zoom-on-hover"><a href="https://github.com/coderGtm/Hisaab" target="_blank"><img class="img-fluid image" src="assets/img/hisaab.webp"></a></div>
5252
</div>
5353
</div>

projects.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ <h6><a href="https://codergtm.github.io/delta" target="_blank">DELTA Cloud-Based
5151
</div>
5252
</div>
5353
<div class="col-md-6 col-lg-4">
54-
<div class="card border-0"><a href="https://codergtm.github.io/Easy-Share/" target="_blank"><img class="card-img-top scale-on-hover" src="assets/img/easy-share.webp" alt="Card Image"></a>
54+
<div class="card border-0"><a href="https://vental.pythonanywhere.com" target="_blank"><img class="card-img-top scale-on-hover" src="assets/img/ventAl.webp" alt="Card Image"></a>
5555
<div class="card-body">
56-
<h6><a href="https://codergtm.github.io/Easy-Share/" target="_blank">Easy-Share</a></h6>
57-
<p class="text-muted card-text">An easy-to-use File sharing web app. Fast, secure and Open-Source</p>
56+
<h6><a href="https://vental.pythonanywhere.com" target="_blank">ventAl</a></h6>
57+
<p class="text-muted card-text">Online Event Albums, <em>powered by AI</em></p>
5858
</div>
5959
</div>
6060
</div>
@@ -90,6 +90,30 @@ <h6><a href="https://play.google.com/store/apps/details?id=com.coderGtm.bigbatte
9090
</div>
9191
</div>
9292
</div>
93+
<div class="col-md-6 col-lg-4">
94+
<div class="card border-0"><a href="https://codergtm.github.io/Easy-Share/" target="_blank"><img class="card-img-top scale-on-hover" src="assets/img/easy-share.webp" alt="Card Image"></a>
95+
<div class="card-body">
96+
<h6><a href="https://codergtm.github.io/Easy-Share/" target="_blank">Easy-Share</a></h6>
97+
<p class="text-muted card-text">An easy-to-use File sharing web app. Fast, secure and Open-Source</p>
98+
</div>
99+
</div>
100+
</div>
101+
<div class="col-md-6 col-lg-4">
102+
<div class="card border-0"><a href="https://github.com/coderGtm/Insight" target="_blank"><img class="card-img-top scale-on-hover" src="assets/img/insight.webp" alt="Card Image"></a>
103+
<div class="card-body">
104+
<h6><a href="https://github.com/coderGtm/Insight" target="_blank">Insight</a></h6>
105+
<p class="text-muted card-text">GUI Database Inspector written in Python</p>
106+
</div>
107+
</div>
108+
</div>
109+
<div class="col-md-6 col-lg-4">
110+
<div class="card border-0"><a href="https://github.com/coderGtm/console-wordle-game" target="_blank"><img class="card-img-top scale-on-hover" src="assets/img/wordle.webp" alt="Card Image"></a>
111+
<div class="card-body">
112+
<h6><a href="https://github.com/coderGtm/console-wordle-game" target="_blank">Wordle In Console</a></h6>
113+
<p class="text-muted card-text">A game I made as Java mini-project for 3rd semester</p>
114+
</div>
115+
</div>
116+
</div>
93117
</div>
94118
<div class="mx-auto text-center"><a href="https://github.com/coderGtm" class="h5" target="_blank">View more on <i class="icon ion-social-github me-2"></i><i class="icon ion-android-arrow-forward"></i></a></div>
95119
</div>

0 commit comments

Comments
 (0)