Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesbrink/arizonamedicalmarketing
ArizonaMedicalMarketing
https://github.com/jamesbrink/arizonamedicalmarketing
Last synced: 20 days ago
JSON representation
ArizonaMedicalMarketing
- Host: GitHub
- URL: https://github.com/jamesbrink/arizonamedicalmarketing
- Owner: jamesbrink
- Created: 2024-12-08T19:45:46.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:22:16.000Z (26 days ago)
- Last Synced: 2024-12-08T20:30:57.703Z (26 days ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arizona Medical Marketing Website
A modern, responsive single-page website for Arizona Medical Marketing, specializing in connecting medical professionals with referral networks to grow their practices.
## Features
- Modern, responsive design
- Mobile-friendly navigation
- Tailwind CSS for styling
- Contact form for lead generation
- Optimized for performance and SEO## Getting Started
### Prerequisites
- Node.js (v12 or higher)
- npm (comes with Node.js)### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/ArizonaMedicalMarketing.git
cd ArizonaMedicalMarketing
```2. Install dependencies:
```bash
npm install
```3. Start the development server:
```bash
npm start
```4. Open your browser and visit:
```
http://localhost:3000
```## Project Structure
```
ArizonaMedicalMarketing/
├── index.html # Main HTML file
├── logo.png # Company logo
├── package.json # Project dependencies and scripts
└── node_modules/ # Node.js dependencies (generated)
```## Development
- The website is built using HTML5 and Tailwind CSS
- Tailwind CSS is loaded via CDN for simplicity
- Font Awesome is used for icons
- The site is fully responsive and works on all modern browsers## Deployment
This website is automatically deployed to GitHub Pages using GitHub Actions. You can view the live site at:
```
https://[your-username].github.io/ArizonaMedicalMarketing/
```### Deployment Process
- The site is automatically deployed when changes are pushed to the main branch
- Deployment status can be monitored in the GitHub Actions tab
- The deployment workflow is defined in `.github/workflows/deploy.yml`## License
This project is proprietary and confidential. All rights reserved.
## Contact
For any inquiries, please reach out through the contact form on the website.