This project is a web design and implementation for the Physics Laboratory and Numerical Calculation Laboratory at Qom University. It was developed during my bachelor's degree at the Informatics Center of Qom University(2019). The website integrates both front-end and back-end technologies and is installed on WordPress as the content management system (CMS).
- HTML: Structuring the website’s content.
- CSS: Styling and layout of the website.
- JavaScript: Client-side functionality and interactivity.
- PHP: Server-side scripting language used for WordPress theme and plugin development.
- WordPress
To run this project locally, follow the steps below:
- Web Server: Make sure you have a local web server installed, like XAMPP or MAMP.
- WordPress Installation: Download and install WordPress from wordpress.org.
- PHP: Ensure you have PHP installed (comes with XAMPP or MAMP).
-
Clone the Project: Clone this repository or download the files to your
wp-content/themes
directory in WordPress.cd path-to-your-wordpress/wp-content/themes git clone (https://github.com/zandmahsa/website-template-physics-lab-.git)
-
Activate the Theme:
- Go to the WordPress dashboard.
- Navigate to
Appearance -> Themes
. - Find and activate the theme for the physics and numerical calculation laboratory website.
-
Install Required Plugins:
- The project may require certain plugins for functionality like custom post types or widgets. You can install these through the WordPress plugin repository in
Plugins -> Add New
.
- The project may require certain plugins for functionality like custom post types or widgets. You can install these through the WordPress plugin repository in
-
Start Local Server: Launch your local server (e.g., XAMPP or MAMP) and ensure Apache services are running.
-
Access the Website: Open a browser and go to
http://localhost/your-wordpress-folder
to view the website.
- The website content can be customized through the WordPress admin panel by adding or editing pages, posts, and widgets. Navigate to
Appearance -> Customize
to make design and layout changes.
- Responsive Design: Ensures compatibility with mobile and desktop devices.
- WordPress Integration: Easily customizable using the WordPress dashboard.
- Custom Widgets and Menus: For displaying physics lab services, news, and announcements.
- Bilingual Support: The theme is available in both Persian (Farsi) and English, allowing users to switch between the two languages seamlessly.
This project was developed for educational purposes at Qom University and is not intended for public distribution or commercial use.