Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamesbrink/arizonamedicalmarketing

ArizonaMedicalMarketing
https://github.com/jamesbrink/arizonamedicalmarketing

Last synced: 20 days ago
JSON representation

ArizonaMedicalMarketing

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.