Skip to content

Commit

Permalink
Added Academic Files πŸ“
Browse files Browse the repository at this point in the history
  • Loading branch information
ahad324 committed Oct 17, 2024
1 parent fe0db10 commit d8c6c35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added src/assets/academicfiles.webp
Binary file not shown.
11 changes: 11 additions & 0 deletions src/components/Data.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,19 @@ import bmsImage from "../assets/bms.webp";
import coderscaffeeImage from "../assets/coderscaffee.webp";
import homebudgetImage from "../assets/homebudget.webp";
import docnowImage from "../assets/docnow.webp";
import academicfilesImage from "../assets/academicfiles.webp";

const Data = [
{
imgUrl: academicfilesImage,
altText: "Academic Files Image",
title: "Academic Files",
description:
"Academic file submission platform. React, Framer Motion, Appwrite. [Demo: Demo@mail.com, DemoUser]",
github: "https://github.com/ahad324/AcademicFiles",
LiveUrl: "https://academicfiles.netlify.app/login",
category: ["react", "featured"],
},
{
imgUrl: docnowImage,
altText: "Doc Now Image",
Expand Down

0 comments on commit d8c6c35

Please sign in to comment.