https://github.com/e9cipher/enterprise-webpage
https://github.com/e9cipher/enterprise-webpage
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/e9cipher/enterprise-webpage
- Owner: E9cipher
- License: mit
- Created: 2025-02-18T16:19:20.000Z (over 1 year ago)
- Default Branch: html
- Last Pushed: 2025-07-27T10:55:23.000Z (11 months ago)
- Last Synced: 2025-07-27T12:38:14.234Z (11 months ago)
- Language: SCSS
- Homepage: https://e9cipher.github.io/enterprise-webpage/
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enterprise Webpage Template
## Overview
This project provides a professional and customizable enterprise webpage template designed for businesses and organizations. It includes a clean design and modular components to ensure easy customization.
## If you visited the website and this is what you see
Don't panic! You can:
- Open this page in another browser
- Do a hard refresh (Ctrl Shift P).
- If hard refresh doesn't work, [click here](https://e9cipher.github.io/enterprise-webpage/index.html).
## Coding Language
It is coded in pure HTML and CSS as it's only a template, but you can easily integrate it into a php environment as the php branch does.
## Feature
- Customizable sections
- Optimized for performance
- Easy to integrate with DBs
## Integration with php
This project is not designed for php implementation, however, the branch php does have the properties. Read more [here](https://github.com/E9cipher/enterprise-webpage/tree/php).
## Usage
You are free to use, modify, and distribute this template under the condition that proper attribution is given to the original author.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/E9cipher/enterprise-webpage.git
```
2. Navigate to the project folder:
```bash
cd enterprise-webpage-template
```
3. Open `index.html` in your browser or deploy to a web server.
## License
This project is licensed under the [Enterprise Webpage Template License](LICENSE), which requires proper attribution to the original author.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to submit a pull request.
## Thanks to
Thanks to [sweetalert2](https://github.com/sweetalert2/) for the popups. I can't avoid using them for all my projects.