Skip to content

Commit

Permalink
add project aliabdelaal.com
Browse files Browse the repository at this point in the history
* add project aliabdelaal.com

I'm adding my portfolio site to the list of projects <3

* add missing . to the media path
  • Loading branch information
ali205412 authored Jan 24, 2024
1 parent 2672e44 commit 83d0d83
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added public/media/projects/3lisPortfolio.mp4
Binary file not shown.
Binary file added public/media/projects/3lisPortfolio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,19 @@ export const PROJECTS: Project[] = [
media: './media/projects/flatmouse.mp4',
icon: './media/projects/flatmouse.png',
},
{
id: 10,
title: "3li's Portfolio",
creators: [
{
name: 'Ali Abdelaal',
avatarURL: 'https://unavatar.io/github/ali205412',
contactURL: 'https://github.com/ali205412/'
},
],
description: "As a die hard Linux fan, I'm no mere website designer - I'm a developer to my terminal-tweaking core. So I took the logical path - I built a terminal site <3",
projectURL: 'https://aliabdelaal.com/',
media: './media/projects/3lisPortfolio.mp4',
icon: './media/projects/3lisPortfolio.png',
}
].reverse()

0 comments on commit 83d0d83

Please sign in to comment.