A professional website showcasing WordPress development and E-Commerce consultancy services. Built with PHP, Tailwind CSS, and modern web technologies.
-
Frontend
- HTML5
- Tailwind CSS
- JavaScript (Vanilla)
- SVG Animations
-
Backend
- PHP
-
Prerequisites
- PHP 8.0 or higher
- Web server (Apache/Nginx/Caddy)
-
Installation
# Clone the repository git clone https://github.com/yourusername/mgknet.com.git # Navigate to project directory cd mgknet.com # Install dependencies npm install
-
Configuration
- Update
config/projects.php
with your portfolio projects - Update
config/solutions.php
with your service offerings - Modify meta tags in
header.php
for SEO optimization
- Update
- Continuously watch for changes in the
style.css
file, updating the output file whenever changes occur.
npx tailwindcss -i ./assets/style.css -o ./assets/style.min.css --watch
- Generate a minified version of the CSS
npx tailwindcss -o ./assets/style.min.css --minify
- Build the application
npm run package
The project uses a modular structure:
layouts/
contains reusable page structuressections/
contains individual page sectionsconfig/
contains data configuration filesincludes/
contains partial components
-
Colors
- Primary gradient:
from-blue-500 to-indigo-500
- Background:
bg-white
andbg-gray-50
- Text: Various gray scales for hierarchy
- Primary gradient:
-
Typography
- Primary font: Poppins (preloaded for performance)
- Responsive text sizing
- Custom gradient text effects