https://github.com/pdiegel/responsive-business-website
This repository hosts the source code for the Ink & Ember Creatives website, a pro bono project delivering a responsive and modern digital presence. Designed to effectively represent the company's branding and marketing services, it utilizes advanced web technologies to ensure high performance and an exceptional user experience on all devices.
https://github.com/pdiegel/responsive-business-website
accessibility backend branding css frontend fullstack html5 javascript marketing performance php responsive-web-design seo ux-design web web-development
Last synced: about 2 months ago
JSON representation
This repository hosts the source code for the Ink & Ember Creatives website, a pro bono project delivering a responsive and modern digital presence. Designed to effectively represent the company's branding and marketing services, it utilizes advanced web technologies to ensure high performance and an exceptional user experience on all devices.
- Host: GitHub
- URL: https://github.com/pdiegel/responsive-business-website
- Owner: pdiegel
- License: mit
- Created: 2024-05-07T21:16:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T21:33:45.000Z (about 2 years ago)
- Last Synced: 2025-08-23T19:25:15.490Z (10 months ago)
- Topics: accessibility, backend, branding, css, frontend, fullstack, html5, javascript, marketing, performance, php, responsive-web-design, seo, ux-design, web, web-development
- Language: HTML
- Homepage: https://inkembercreatives.us/
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Responsive Business Website for Ink & Ember Creatives
This repository hosts the complete source code for the Ink & Ember Creatives business website. Designed to be fully responsive and accessible, the website efficiently showcases the company's services in branding and digital marketing, ensuring an optimal viewing experience across all devices.
## Features
- **Responsive Design**: Implements modern CSS techniques to ensure the site looks great on both mobile and desktop screens.
- **Accessibility Focused**: Enhanced accessibility features implemented using axe DevTools to ensure the website is usable by everyone, including people with disabilities.
- **Performance Optimization**: Utilized Google Chrome's Lighthouse tool to make performance improvements, achieving high scores in performance, accessibility, and best practices.
- **Dynamic Content**: Uses PHP for dynamic content generation, enhancing the site’s interactivity and functionality.
- **Interactive Contact Form**: Includes a fully functional contact form that uses AJAX for form submission, improving user experience by preventing page reloads and providing immediate feedback.
- **Mobile Navigation**: Features a dynamic hamburger menu for mobile devices, which toggles between open and closed states with smooth animations.
## Technologies Used
- **HTML**: Structured and semantic HTML5 to lay the foundation of the website.
- **CSS**: Stylish and responsive layouts achieved with modern CSS3.
- **JavaScript**: Vanilla JavaScript for dynamic client-side behaviors including AJAX form submission and mobile menu management.
- **PHP**: Server-side scripting to handle form submissions and content management.
## Setup
To get a local copy up and running follow these simple steps:
1. **Clone the repository**
```sh
git clone https://github.com/pdiegel/Responsive-Business-Website.git
```
2. **Navigate to the project directory**
```sh
cd responsive-business-website
```
3. **Run the project**
- Deploy the project in a local server environment like XAMPP or WAMP.
- Access the website from a web browser via the local server’s address (usually **`http://localhost`**).
## Configuration
Ensure that your local server is configured to handle PHP scripts. No additional configuration is needed for HTML, CSS, and JavaScript.
## License
Distributed under the MIT License. See **`LICENSE`** for more information.
## Contact
Philip Diegel – `philipdiegel@gmail.com`
Project Link: `https://github.com/pdiegel/Responsive-Business-Website`