Skip to content

Commit fe978d9

Browse files
committed
Upload portfolio files
1 parent 62054a5 commit fe978d9

17 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Deploy Eleventy to GitHub Pages
1+
name: Deploy Eleventy to Pages
22

33
on:
44
push:
5-
branches: [ "main" ] # لو بتدفع على dev غيّرها لـ ["dev"]
5+
branches: [ "main" ]
66
workflow_dispatch:
77

88
permissions:
@@ -19,13 +19,19 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22+
2223
- uses: actions/setup-node@v4
2324
with:
2425
node-version: 20
2526
cache: npm
27+
28+
# مهم: تثبيت devDependencies
2629
- run: npm ci
30+
31+
# بنبني الموقع إلى _site
2732
- run: npx @11ty/eleventy
28-
- run: touch _site/.nojekyll
33+
34+
# نرفع الأرتيفاكت بتاع _site للنشر
2935
- uses: actions/upload-pages-artifact@v3
3036
with:
3137
path: _site

_data/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"summary": "I am a Multidisciplinary Visual Artist with strong skills in Concept Art, Graphic Design, Animation, Editing, and VFX. My main focus is environment design and perspective drawing (up to 6-point). I combine traditional art basics with digital tools to create creative and clear visual ideas. I have experience in both personal projects and team collaborations, making storyboards, demo sequences, and design works. I am a fast learner, flexible, and problem solver, always improving my art and technical skills every day. I started academic learning and gained my practical experience from 2022 until now."
1010
},
1111
"social": {
12-
"linkedin": "https://www.linkedin.com/in/yousef-mohamed",
12+
"linkedin": "https://www.linkedin.com/in/yousefmohamed2004",
1313
"behance": "https://www.behance.net/yousefmohamed2004",
14-
"instagram": "https://www.instagram.com/_Yousefmohamed",
14+
"instagram": "https://www.instagram.com/_Yousefmohamad",
1515
"vimeo": "https://vimeo.com/yousefmohamed2004",
1616
"youtube": "https://youtube.com/@Usif_mohamd2004"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)