https://github.com/zandmahsa/website-physics-lab
This project is a web design and implementation for the Physics Laboratory and Numerical Calculation Laboratory at Qom University. It was one of the project that I developed during my bachelor's degree at the Informatics Center of Qom University(2019).
https://github.com/zandmahsa/website-physics-lab
css html php wordpress
Last synced: about 2 months ago
JSON representation
This project is a web design and implementation for the Physics Laboratory and Numerical Calculation Laboratory at Qom University. It was one of the project that I developed during my bachelor's degree at the Informatics Center of Qom University(2019).
- Host: GitHub
- URL: https://github.com/zandmahsa/website-physics-lab
- Owner: zandmahsa
- Created: 2024-02-14T10:58:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:04:17.000Z (over 1 year ago)
- Last Synced: 2025-01-24T20:15:26.361Z (over 1 year ago)
- Topics: css, html, php, wordpress
- Language: HTML
- Homepage:
- Size: 3.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Physics and Numerical Calculation Laboratory Website
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).

---
## Technologies Used
### Front-end:
- **HTML**: Structuring the website’s content.
- **CSS**: Styling and layout of the website.
- **JavaScript**: Client-side functionality and interactivity.
### Back-end:
- **PHP**: Server-side scripting language used for WordPress theme and plugin development.
### CMS:
- **WordPress**
## Installation
To run this project locally, follow the steps below:
### 1. Prerequisites:
- **Web Server**: Make sure you have a local web server installed, like [XAMPP](https://www.apachefriends.org/index.html) or [MAMP](https://www.mamp.info/en/).
- **WordPress Installation**: Download and install WordPress from [wordpress.org](https://wordpress.org/download/).
- **PHP**: Ensure you have PHP installed (comes with XAMPP or MAMP).
### 2. Setting up the Project:
1. **Clone the Project**: Clone this repository or download the files to your `wp-content/themes` directory in WordPress.
```bash
cd path-to-your-wordpress/wp-content/themes
git clone (https://github.com/zandmahsa/website-template-physics-lab-.git)
```
2. **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.
3. **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`.
### 3. Running the Project:
1. **Start Local Server**: Launch your local server (e.g., XAMPP or MAMP) and ensure Apache services are running.
2. **Access the Website**: Open a browser and go to `http://localhost/your-wordpress-folder` to view the website.
### 4. Customize Content:
- 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.
---
## Features
- **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.
## License
This project was developed for educational purposes at Qom University and is not intended for public distribution or commercial use.