Skip to content

Commit

Permalink
docs: new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Feb 29, 2024
1 parent f4e3d56 commit 2b770e2
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 1 deletion.
103 changes: 103 additions & 0 deletions docs/business/pricing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# Pricing

## Base Pricing Strategy for Website Projects

`WIP`

## Example Pricing for a Website Project

### Initial Website Migration and Re-Design

**\$2,500-\$3,000**

- \$2500-\$3000 for Initial Legacy Website Re-Design, Migration, and Enhancements
- Ground up re-do of website using new framework (React, TpeScript, Remix, etc.)
- Modularized Components and Pages from Legacy HTML Markup
- Improved Routing and Page Navigation
- Code Cleanup, Refactoring, and Optimized Performance
- Replace Content with Corrected, up-to-date Content
- ** Important ** Add 301 Redirects from Legacy Site to New Site and Ensure Google is aware for SEO
- New 404/500 Error Pages
- Sitemap (XML and Visual/HTML)
- Branding and Styling (Typography, Fonts, Images, Icons, Logo, Styling, Colors, Layout, Guidelines, etc)
- Static Asset Optimization (Images, Fonts, Icons, etc.)
- SEO Optimization
- Schema.org Structured Data
- Rich Text Structured Metadata
- HTML Metadata and Social Tags
- Image Alt Tags and Google Image Search SEO
- robots.txt and web manifest.json

### Initial Technical Administration

**\$1000-\$1500**

- \$1000-\$1500 for Initial Technical Administration & Replacement of Legacy Tools

- Domain:
- Domain Name Server Hosting & Setup (Transfer, Renewal, & Account Setup)
- DNS Records Management (Validation and Verification TXT Records, CNAME Records, Email Records, etc.)
- Staging & Production URLs
- Email:
- Email Hosting & Setup (Transfer, Renewal, & Account Setup)
- Email Forwarding & Alias Management
- Email Marketing Integration (MailChimp, SendGrid, etc.)
- Hosting:
- Web Hosting & Setup (Transfer, Renewal, & Account Setup)
- SSL Certificate Management
- CDN Integration
- Security & Firewall Setup
- Backup & Recovery Setup
- Marketing & Analytics:
- Google Analytics Setup
- Google Search Console Setup
- Google Ads Setup
- Google My Business Profile Setup
- Website Features:
- Contact Form(s)
- RSS Feed
- Performance Testing
- Structured (Rich Text) Data and Metadata Testing
- Keywords Optimization
- Accessibility Testing

### Initial Non-Technical Administration

**\$300-\$500**

- \$300-\$500 for Initial Non-Technical Administration
- Alternate Email Aliases (support, sales, noreply, etc.)
- Advertising Accouonts and Directory Listings (Google, Bing, Yelp, etc.)

### Additional Static Pages

**\$500/Page**

- \$500/Page for Additional Static Pages (Non Primary Pages)
- New Product/Service Pages
- Legal/Policy Pages:
- Terms & Conditions
- Privacy Policy
- Cookie Consent
- Error Pages (404/500)
- Sitemap (Visual/HTML)

### Additional Features and Add-Ons

**Pricing TBD**

- Additional Features and Add-Ons (Pricing TBD):
- Blog (~\$500)
- CMS Integration (~\$800)
- User Accounts (Registration/Login/Logout/Profile) (Included with CMS)
- Newsletter & Email Templates (~\$500)
- Contact & Scheduling Forms (~\$250)
- Payment Gateway Integration & Forms (~\$500)

### Ongoing Maintenance and Monitoring

**\$300/Month**

- ~ \$300/Month for Ongoing Site Performance Monitoring & Maintenance once Production Site is Stable
- \$100/Month for SEO Monitoring & Optimization
- \$100/Month for Analytics Monitoring & Optimization
42 changes: 42 additions & 0 deletions docs/development/git/cheatsheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Git Cheatsheet

## Essentials

### Clone

```bash
git clone
```

### Fetch

```bash
git fetch
```



### Pull

```bash
git pull
```



### Status

```bash
git status
```



### Diff

### Add

### Commit

### Push

2 changes: 2 additions & 0 deletions docs/development/git/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Git

10 changes: 10 additions & 0 deletions docs/development/git/tips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Git Tips

## Revert

```bash
git revert HEAD
```



1 change: 0 additions & 1 deletion docs/development/open-source.md

This file was deleted.

22 changes: 22 additions & 0 deletions docs/practices/open-source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Open Source

> **The Open Source Way**
>
> The open source way is a set of principles derived from open [source software development](https://opensource.com/resources/what-open-source) models and applied more broadly to additional industries and domains. Opensource.com exists to share how the open source way can change our world in the same way the open source model has changed software.
## Contents

## Principles of Open Source

**Transparency.** Whether we're developing software or solving a business problem, we all have access to the information and materials necessary for doing our best work. And when these materials are accessible, we can build upon each other's ideas and discoveries. We can make more effective decisions and understand how decisions affect us.

**Collaboration.** When we're free to participate, we can enhance each other's work in unanticipated ways. When we can modify what others have shared, we unlock new possibilities. By initiating new projects together, we can solve problems that no one can solve alone. And when we implement open standards, we enable others to contribute in the future.

**Release early and often.** Rapid prototypes can lead to rapid discoveries. An iterative approach leads to better solutions faster. When you're free to experiment, you can look at problems in new ways and seek answers in new places. You can learn by doing.

**Inclusive meritocracy.** Good ideas can come from anywhere, and the best ideas should win. Only by including diverse perspectives in our conversations can we be certain we've identified the best ideas, and decision-makers continually seek those perspectives. We may not operate by consensus, but successful work determines which projects gather support and effort from the community.

**Community.** Communities form when different people unite around a common purpose. Shared values guide decision making, and community goals supersede individual interests and agendas.

## Guide to Open Source Projects

0 comments on commit 2b770e2

Please sign in to comment.