رابط التجربة https://portfolio-tutorial.pages.dev/
هذا المشروع هو موقع شخصي تم إنشاؤه باستخدام HTML و CSS. تم تصميم الموقع ليكون متجاوبًا، مما يعني أنه يتكيف جيدًا مع أحجام الشاشات المختلفة. يتوفر درس يشرح المشروع على يوتيوب.
لتشغيل المشروع، يمكنك استخدام إضافة Live Server على محرر VS Code لتشغيل الموقع مباشرة.
أو ببساطة، يمكنك فتح ملف index.html
باستخدام أي متصفح ويب لتصفح الموقع.
- HTML: لإنشاء هيكل الموقع.
- CSS: لتصميم وتنسيق الموقع.
- Responsive Design: لضمان توافق الموقع مع جميع الأجهزة والشاشات.
- قم بتنزيل الملفات أو استنساخ المشروع باستخدام الأمر التالي:
git clone <رابط المشروع هنا>
- افتح المجلد باستخدام محرر النصوص الذي تفضله.
- افتح ملف
index.html
باستخدام متصفحك.
Demo : https://portfolio-tutorial.pages.dev/
This project is a personal website created using HTML and CSS. The site is designed to be responsive, meaning it adapts well to different screen sizes. A tutorial explaining the project is available on YouTube.
To run the project, you can use the Live Server extension on VS Code to launch the website directly.
Alternatively, you can simply open the index.html
file with any web browser to browse the site.
- HTML: To create the website structure.
- CSS: For styling and layout.
- Responsive Design: To ensure compatibility with all devices and screen sizes.
- Download the files or clone the project using the following command:
git clone <project link here>
- Open the folder in your preferred code editor.
- Open the
index.html
file in your web browser.