این پروژه یک وبسایت اصلی ایران خودرو است که با استفاده از HTML، CSS و جاوا اسکریپت ساخته شده است. همچنین سه دمو درون خود دارد. دمو اول و سوم تفاوت کمی با نسخه اصلی دارند، اما دمو دوم ظاهر و امکانات جدیدی را ارائه میدهد.
app/index.html
را در مرورگر خود باز کنید.app/demo1/index.html
را باز کنید.app/demo2/index.html
را باز کنید. این دمو شامل صفحه ورود (login.html
) نیز میباشد.app/demo3/index.html
را باز کنید.README.md
: همین فایل راهنما.LICENSE
: فایل مجوز پروژه (به زودی اضافه خواهد شد).app/
: شامل اپلیکیشن اصلی و نسخههای دمو.
app/index.html
: صفحه اصلی وبسایت.app/style.css
: استایلهای اصلی برای app/index.html
.app/img/
: تصاویر مورد استفاده در صفحه اصلی.app/demo1/
: دموی اول پروژه.
app/demo1/index.html
: صفحه اصلی دموی اول.app/demo1/style.css
: استایلهای مخصوص دموی اول.app/demo1/img/
: تصاویر مورد استفاده در دموی اول.app/demo2/
: دموی دوم پروژه با ظاهر و امکانات متفاوت.
app/demo2/index.html
: صفحه اصلی دموی دوم.app/demo2/style.css
: استایلهای مخصوص دموی دوم.app/demo2/login.html
: صفحه ورود برای دموی دوم.app/demo2/login.css
: استایلهای صفحه ورود دموی دوم.app/demo2/login.js
: کدهای جاوا اسکریپت برای صفحه ورود دموی دوم.app/demo2/scripts.js
: کدهای جاوا اسکریپت اصلی برای دموی دوم.app/demo2/img/
: تصاویر مورد استفاده در دموی دوم.app/demo3/
: دموی سوم پروژه.
app/demo3/index.html
: صفحه اصلی دموی سوم.app/demo3/style.css
: استایلهای مخصوص دموی سوم.app/demo3/img/
: تصاویر مورد استفاده در دموی سوم.این پروژه تحت مجوز MIT منتشر خواهد شد.
طاها تهرانی نسب
This project is a main website for Iran Khodro, built using HTML, CSS, and JavaScript. It also includes three demos. The first and third demos have minor differences from the main version, while the second demo offers a new look and features.
app/index.html
file in your browser.app/demo1/index.html
file.app/demo2/index.html
file. This demo also includes a login page (login.html
).app/demo3/index.html
file.README.md
: This guide file.LICENSE
: The project license file (to be added soon).app/
: Contains the main application and demo versions.
app/index.html
: The main website landing page.app/style.css
: Main styles for app/index.html
.app/img/
: Images used in the main landing page.app/demo1/
: The first demo of the project.
app/demo1/index.html
: Main page for the first demo.app/demo1/style.css
: Specific styles for the first demo.app/demo1/img/
: Images used in the first demo.app/demo2/
: The second demo of the project with a different look and features.
app/demo2/index.html
: Main page for the second demo.app/demo2/style.css
: Specific styles for the second demo.app/demo2/login.html
: Login page for the second demo.app/demo2/login.css
: Styles for the login page of the second demo.app/demo2/login.js
: JavaScript for the login page of the second demo.app/demo2/scripts.js
: Main JavaScript for the second demo.app/demo2/img/
: Images used in the second demo.app/demo3/
: The third demo of the project.
app/demo3/index.html
: Main page for the third demo.app/demo3/style.css
: Specific styles for the third demo.app/demo3/img/
: Images used in the third demo.This project will be released under the MIT License.
Taha Tehrani Nasab (طاها تهرانی نسب)