Skip to content

Commit c8a38ce

Browse files
committed
feat: Add new project images to index.html
1 parent 50f746b commit c8a38ce

File tree

6 files changed

+126
-0
lines changed

6 files changed

+126
-0
lines changed

assets/images/contact-page.webp

9.15 KB
Loading

assets/images/digital-resume.webp

24.7 KB
Loading
14.1 KB
Loading

assets/images/food-store-app.webp

48.2 KB
Loading
13.1 KB
Loading

index.html

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,36 @@ <h3>Projects</h3>
318318
srcset="assets/images/weather-app-angular.webp, assets/images/weather-app-angular.webp" alt="" />
319319
</a>
320320
</div>
321+
<div class="column folio-item">
322+
<a href="#modal-09" class="folio-item__thumb" aria-label="project img link">
323+
<img src="assets/images/fitness-tracker-app.webp"
324+
srcset="assets/images/fitness-tracker-app.webp, assets/images/fitness-tracker-app.webp" alt="" />
325+
</a>
326+
</div>
327+
<div class="column folio-item">
328+
<a href="#modal-10" class="folio-item__thumb" aria-label="project img link">
329+
<img src="assets/images/digital-resume.webp"
330+
srcset="assets/images/digital-resume.webp, assets/images/digital-resume.webp" alt="" />
331+
</a>
332+
</div>
333+
<div class="column folio-item">
334+
<a href="#modal-11" class="folio-item__thumb" aria-label="project img link">
335+
<img src="assets/images/food-store-app.webp"
336+
srcset="assets/images/food-store-app.webp, assets/images/food-store-app.webp" alt="" />
337+
</a>
338+
</div>
339+
<div class="column folio-item">
340+
<a href="#modal-12" class="folio-item__thumb" aria-label="project img link">
341+
<img src="assets/images/contact-page.webp"
342+
srcset="assets/images/contact-page.webp, assets/images/contact-page.webp" alt="" />
343+
</a>
344+
</div>
345+
<div class="column folio-item">
346+
<a href="#modal-13" class="folio-item__thumb" aria-label="project img link">
347+
<img src="assets/images/linktree-clone-app.webp"
348+
srcset="assets/images/linktree-clone-app.webp, assets/images/linktree-clone-app.webp" alt="" />
349+
</a>
350+
</div>
321351
</div>
322352
<div id="modal-01" hidden>
323353
<div class="modal-popup">
@@ -467,6 +497,102 @@ <h5>Weather App - Angular</h5>
467497
aria-label="project link">Project link</a>
468498
</div>
469499
</div>
500+
<div id="modal-09" hidden>
501+
<div class="modal-popup">
502+
<img src="assets/images/fitness-tracker-app.webp" alt="" />
503+
<div class="modal-popup__desc">
504+
<h5>Fitness Tracker App - Angular</h5>
505+
<p>
506+
<p>
507+
This is a Fitness Tracker App built using Angular and Firebase. It allows users to track their daily workouts and view their workout history. The app also includes features like filtering workouts by date and viewing workout statistics.
508+
</p>
509+
</p>
510+
<ul class="modal-popup__cat">
511+
<li>Angular</li>
512+
</ul>
513+
</div>
514+
<a href="https://github.com/manthanank/fitness-tracker-angular-firebase-app" class="modal-popup__details"
515+
aria-label="project link">Project link</a>
516+
</div>
517+
</div>
518+
<div id="modal-10" hidden>
519+
<div class="modal-popup">
520+
<img src="assets/images/digital-resume.webp" alt="" />
521+
<div class="modal-popup__desc">
522+
<h5>Digital Resume</h5>
523+
<p>
524+
<p>
525+
This is a Digital Resume built using HTML, CSS, and JavaScript. It is a single-page website that showcases my personal information, skills, experience, and projects. The website is fully responsive and optimized for all devices.
526+
</p>
527+
</p>
528+
<ul class="modal-popup__cat">
529+
<li>HTML</li>
530+
<li>CSS</li>
531+
<li>JavaScript</li>
532+
</ul>
533+
</div>
534+
<a href="https://github.com/manthanank/fitness-tracker-angular-firebase-app" class="modal-popup__details"
535+
aria-label="project link">Project link</a>
536+
</div>
537+
</div>
538+
<div id="modal-11" hidden>
539+
<div class="modal-popup">
540+
<img src="assets/images/food-store-app.webp" alt="" />
541+
<div class="modal-popup__desc">
542+
<h5>Food Store App - Angular</h5>
543+
<p>
544+
<p>
545+
This is a Food Store App built using Angular. It allows users to browse different food items, add them to the cart, and place an order. The app also includes features like searching for food items, viewing order history, and managing user accounts. Users can register an account, log in, and view their profile. Firebase is used for authentication and data storage.
546+
</p>
547+
</p>
548+
<ul class="modal-popup__cat">
549+
<li>HTML</li>
550+
<li>CSS</li>
551+
<li>JavaScript</li>
552+
</ul>
553+
</div>
554+
<a href="https://github.com/manthanank/food-store-app-angular" class="modal-popup__details"
555+
aria-label="project link">Project link</a>
556+
</div>
557+
</div>
558+
<div id="modal-12" hidden>
559+
<div class="modal-popup">
560+
<img src="assets/images/contact-page.webp" alt="" />
561+
<div class="modal-popup__desc">
562+
<h5>Contact Page</h5>
563+
<p>
564+
<p>
565+
This is a Contact Page built using HTML, CSS, and JavaScript. It is a single-page website to contact me. The website is fully responsive and optimized for all devices. It also includes features like sending an message to me. It is a simple contact page. Messages are stored in the database.
566+
</p>
567+
</p>
568+
<ul class="modal-popup__cat">
569+
<li>HTML</li>
570+
<li>CSS</li>
571+
<li>JavaScript</li>
572+
</ul>
573+
</div>
574+
<a href="https://github.com/manthanank/contact" class="modal-popup__details"
575+
aria-label="project link">Project link</a>
576+
</div>
577+
</div>
578+
<div id="modal-13" hidden>
579+
<div class="modal-popup">
580+
<img src="assets/images/linktree-clone-app.webp" alt="" />
581+
<div class="modal-popup__desc">
582+
<h5>LinkTree Clone App - Angular</h5>
583+
<p>
584+
<p>
585+
This is a LinkTree Clone App built using Angular. It allows users to create a custom landing page with links to their social media profiles, websites, and other online content. The app includes features like adding, editing, and deleting links and sharing the page with others.
586+
</p>
587+
</p>
588+
<ul class="modal-popup__cat">
589+
<li>Angular</li>
590+
</ul>
591+
</div>
592+
<a href="https://github.com/manthanank/linktree-clone-angular" class="modal-popup__details"
593+
aria-label="project link">Project link</a>
594+
</div>
595+
</div>
470596
</section>
471597
<section id="contact" class="s-contact target-section">
472598
<div class="row s-contact__header">

0 commit comments

Comments
 (0)