<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="We apply Artificial Intelligence to nonprofit fundraising. We provide team building, facilitation, funding development, nonprofit grant and program development, software engineering, web site development and system administration services. We build WordPress and Drupal websites. We assist with database and application migrations. We perform statistical data analysis.">
    <meta name="author" content="">
    
    
<meta property="og:image" content="https://apperceive.com/img/mss-using-powers-for-good-by-andy-rog.jpg"/>    
<meta property="og:image:alt" content="https://apperceive.com/img/rog-cup.jpg"/>    
<meta property="og:image:alt" content="https://apperceive.com/img/profile.png"/>


    <title>Apperceive</title>

    <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom CSS -->
    <link href="css/freelancer.css" rel="stylesheet">

    <!-- Custom Fonts -->
    <link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->

</head>

<body id="page-top" class="index">

    <!-- Navigation -->
    <nav class="navbar navbar-default navbar-fixed-top">
        <div class="container">
            <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header page-scroll">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <div>
                  <img style='display:inline;' class="img-responsive" src="img/profile.png" alt="Apperceive Logo" width='48px'>
                  <a class="navbar-brand" href="#page-top">Apperceive</a>
                  <div class='motto small'>Connecting Vision with Knowledge</div>
                </div>
            </div>

            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                <ul class="nav navbar-nav navbar-right">
                    <li class="hidden">
                        <a href="#page-top"></a>
                    </li>
                   <li class="page-scroll">
                        <a href="#about">About</a>
                    </li>
                    <li class="page-scroll">
                        <a href="#skills">Skills</a>
                    </li>
                    <li class="page-scroll">
                        <a href="#portfolio">Clients</a>
                    </li>
                    <li class="page-scroll">
                        <a href="#services">Services</a>
                    </li>
                    <li class="page-scroll">
                        <a href="#contact">Contact</a>
                    </li>
                </ul>
            </div>
            <!-- /.navbar-collapse -->
        </div>
        <!-- /.container-fluid -->
    </nav>

    <!-- Header -->
    <header>
        <div class="container">
            <div class="row">
                <div class="col-lg-12">

                    <!-- img class="img-responsive" src="img/profile.png" alt="Apperceive Logo" -->
                    <!-- img class="img-responsive img-circle" src="img/mss-using-powers-for-good-by-andy-rog.jpg" alt=""/>
                    <img class="img-responsive img-circle" src="img/mss-avatar-by-andy-rog.png" alt=""/ -->
                    

                  <div class="xcontainer">
                      <div id="myCarousel" class="carousel slide" data-ride="carousel">
                          <!-- Wrapper for slides -->
                          <div class="carousel-inner">
                              <div class="item active">
                                  <img src="img/home1.jpg">
                                  <div class="carousel-caption">
                                      <h3>Nonprofits</h3>
                                      <p>Team Building, Strategic Planning, Funding Development, Grant Writing</p>
                                  </div>
                              </div>
                              <!-- End Item -->
                              <div class="item">
                                  <img src="img/home2.jpg">
                                  <div class="carousel-caption">
                                      <h3>Museums</h3>
                                      <p>Engagement, Interactive Exhibit Design, Memberships &amp; Donors</p>
                                  </div>
                              </div>
                              <!-- End Item -->
                              <div class="item">
                                  <img src="img/home3.jpg">
                                  <div class="carousel-caption">
                                      <h3>Websites</h3>
                                      <p>Design, Social Media Marketing, Digital Media Production</p>
                                  </div>
                              </div>
                              <!-- End Item -->
                              <div class="item">
                                  <img src="img/home4.jpg">
                                  <div class="carousel-caption">
                                      <h3>Support</h3>
                                      <p>Custom Training, Helpdesk, Documentation</p>
                                  </div>
                              </div>
                              <!-- End Item -->
                              <div class="item">
                                  <img src="img/home5.jpg">
                                  <div class="carousel-caption">
                                      <h3>Development</h3>
                                      <p>AI, Programming, Databases, Analytics</p>
                                  </div>
                              </div>
                              <!-- End Item -->
                          </div>
                          <!-- End Carousel Inner -->
                          <ul class="nav nav-pills nav-justified">
                              <li data-target="#myCarousel" data-slide-to="0" class='active'><a href="#">Nonprofits</a></li>
                              <li data-target="#myCarousel" data-slide-to="1"><a href="#">Museums</a></li>
                              <li data-target="#myCarousel" data-slide-to="2"><a href="#">Websites</a></li>
                              <li data-target="#myCarousel" data-slide-to="3"><a href="#">Support</a></li>
                              <li data-target="#myCarousel" data-slide-to="4"><a href="#">Development</a></li>
                          </ul>
                      </div>
                      <!-- End Carousel -->
                  </div>
                </div>
            </div>
        </div>
    </header>

    
    <!-- About Section -->
    <section class="" id="about">
        <div class="container">
            <div class="row">
                <div class="col-lg-12 text-center">
                    <h2>About Apperceive</h2>
                    <hr class="star-light">
                </div>
            </div>
            <div class="row">
                <div class="col-md-5 col-md-offset-1">
                    <p class='well'>We offer training, consulting &amp; development services to a small number of long-term clients whom we are proud to work with.</p>
                    <p class='well'>We work with several small non-profit organizations.</p>
                    <p class='well'>We provide grant &amp; program development service &amp; help with funding strategies.</p>                  
                    <p class='well'>We also have experience with grant seeking &amp; grant writing, organizational management &amp; financial management tools such as QuickBooks.</p>
                    <p class='well'>We have been building &amp; upgrading Drupal sites since version 4.7, back in 2006. Similarly for WordPress.</p>
                    <p class='well'>We assist organizations with social media content production &amp; management, including video &amp; audio.</p>
                    <p class='well'>We develop software &amp; build web sites &amp; test applications according to your requirements &amp; specifications.</p>
                    <p class='well'>We facilitate Mission, Value, Vision, Goals &amp; Strategic Planning workshops.</p>                  
                    <!-- p class='well'>We are fun to work with.</p -->                  
                </div>
                <div class="col-md-5">
                    <p class='well'>We manage web site productions, database migrations, statistical &amp; numerical analyses, software development projects, as well as social media marketing campaigns.</p>
                    <p class='well'>We provide system &amp; database administration, maintenance &amp; performance tuning services.</p>
                    <p class='well'>We work with Artificial Intelligence applications &amp; API's such as ChatGPT, Claude.ai &amp; others.</p>
                    <p class='well'>We do the 'heavy lifting' when it comes to websites, databases &amp; programming.</p>
                    <p class='well'>We provide friendly &amp; knowledgeable technical support.</p>
                    <p class='well'>We are easy to get a hold of &amp; respond quickly.</p>
                    <p class='well'>We assist with board, employee &amp; volunteer development. Onsite on offsite team building.</p>                  
                    <p class='well'>We help with event &amp; program sponsorship acquisition.</p>                  
                    <p class='well'>We often finish what others have started, but had not completed &amp; deployed.</p>                  
                </div>
            </div>
            
            <div class="row markus">
                <div class="col-lg-12 text-center">
                    <hr class="star-light">
                    <h2>About Markus Sandy</h2>
                    <hr class="star-light">
                    <p>            
                      <!-- img class="img-responsive powers" src="img/mss-using-powers-for-good-by-andy-rog.jpg" alt="powers"/ -->
                      <img class="img-responsive img-circle avatar" src="img/mss-avatar-by-andy-rog.png" alt="avatar"/>
                      <p>I wear several hats. I am a mathematician, software developer, teacher &amp; facilitator. I also have experience with nonprofit administration and funding development. I help companies utilize AI tools in fundraising. I volunteer at several local non-profit organizations in Palacios, Texas.</p>
                      <p>Apperceive, Inc. was founded in 1999 by Markus Sandy.</p>
                      <p><i>"Markus brings an eclectic set of skills to any project." -- Laurie Kurilla, Development Director, Smartstar.</i></p>
                      <p><i>"Using his powers for good." -- Andy Underwood, Artist, Brain Candy, LLC.</i></p>
                      <p>Download my resume <a class='resume' target='_blank'  href='docs/Markus Sandy Resume.pdf'>here</a>.</p>
                    </p>
                </div>
            </div>
            
        </div>
    </section>

    <!-- Skills Section -->
    <section class="success" id="skills">
        <div class="container">
            <div class="row">
                <div class="col-lg-12 text-center">
                    <h2>Skills</h2>
                    <hr class="star-light">
                </div>
                <div class="col-md-4 col-md-offset-2">
                    <p class='well'>Artificial Intelligence. <small>ChatGPT Plus, Dall-E, OpenAI API, Claude.ai &amp; others. We train grant seekers how to use ChatGPT with funding development.</small></p>
                    <p class='well'>Drupal &amp; WordPress web site design &amp; construction. <small>Including GoDaddy, Wix.com, Pressflow &amp; BOA/Aegir. Drupal updates &amp; upgrades. Theming &amp; module development. Drush automation. Migration module. eCommerce/Ubercart</small></p>
                    <p class='well'>Database Management. <small>Including mySQL (ISAM &amp; InnoDB), MongoDB, SQL Server, Oracle, MS Access, ODBC/JDBC providers, LDAP. Database design &amp; migration. </small></p>
                    <p class='well'>Cloud computing. <small>Including VPS's, AWS, S3, EC2, Rackspace/Slicehost, DigitalOcean, Linode &amp; others. LAMP, LEMP, MEAN &amp; more. We work with AWS &amp; Google services.</small></p>
                    <p class='well'>Data Analysis. <small>Statistical analyses, MatLab, Mathematica, SAS, SPSS, python, R, d3.js, pChart, audio transcriptions, Artificial Intelligence tools, Observable.</small></p>
                    <p class='well'>Networking Services &amp; Programming. <small>Including TCP/IP, UDP, ISO, discovery, broadcast, VPNs, security.</small></p>
                    <p class='well'>Automation, SCM &amp; Testing. <small>Including drush, Grunt, Bower, jenkins, capistrano, git, gitHub, svn, cvs, sourcesafe &amp; others. Shell scripting: bash, awk, perl, ruby, more.</small></p>
                    <p class='well'>Performance Systems, Tools &amp; Best Pactices. <small>Including debian, Cent/OS, GNU/Linux, Apache, Nginx, APC, Varnish/VCL, Squid, Amazon, Google &amp; others.</small></p>
                </div>
                <div class="col-md-4">
                    <p class='well'>Grant Seeking. <small>Foundation Directory Online, Grantstation, CauseIQ &amp; others.</small></p>
                    <p class='well'>Funding Software. <small>Network for Good, Donor Search, Fundly, GiveButter, GoFundMe, Double the Donation, PayPal, CRM's &amp; other management systems.</small></p>
                    <p class='well'>Museum Systems &amp; Software. <small>CatalogIt, Past Perfect, Masterpiece Manager, Collections Trust, Cuseum, Apple iPad Kiosk Software. </small></p>
                    <p class='well'>Government Funding &amp; Services. <small>Including SAMS.gov, Grants.gov, Login.gov. Federal, State, County &amp; Regional Planning Commissions &amp; others.</small></p>
                    <p class='well'>Financial &amp; eCommerce Software. <small>QuickBooks Desktop &amp; QuickBooks Online. Square, PayPal, Stripe &amp; others.</small></p>
                    <p class='well'>Group &amp; Collaboration Software. <small>Slack, Microsoft Teams, Google Groups &amp; others.</small></p>
                    <p class='well'>Web services. <small>Including Mailchimp, ChatGPT, Google Maps, Twitter, Facebook, Instagram, SnapChat, YouTube &amp; others.</small></p>
                    <p class='well'>Web Technologies. <small>Including HTML5, CSS, XML, XSLT/Xpath, Javascript, jQuery, json, AJAX, Angular.js/MEAN, PHP, Python, Cake/PHP, C/C++, Javascript, ASP.NET/VB.NET/C#, Java programming, responsive UI design, boilerplate, bootstrap, API's, REST, JSON, Node.js, kickstart frameworks,  QR codes  &amp; lots more!</small></p>
                    <p class='well'>Devices. <small>Desktops, laptops, smartphones, printers, storage, projectors, kiosks &amp; more. Apple, Windows, Android.</small></p>
                </div>
                <!-- div class="col-lg-8 text-center col-md-offset-2">
                   <p class='well'>We are 100% buzz-word compliant. ;)</p>
                </div -->
     
            </div>
         </div>
    </section>

    <!-- Portfolio Grid Section -->
    <section class="success" id="portfolio">
        <div class="container">
            <div class="row">
                <div class="col-lg-12 text-center">
                    <h2>Clients & Partners</h2>
                    <hr class="star-light">
                    <p>We are proud to be working with the following organizations:</p>
                    <ul class='clients'>
                      <li>Golden Crescent Regional Planning Commission, Texas</li>
                      <li>The City of Palacios, Texas</li>
                      <li>Palacios Downtown Association</li>
                      <li>Jackson County Emergency Services District #2</li>
                      <li>Friends of Elder Citizens (FOEC)</li>
                      <li>FOEC - Palacios Senior & Transit Centers, Matagorda County</li>
                      <li>FOEC - Bay City Transit Center, Matagorda County</li>
                      <li>FOEC - Edna Senior & Transit Centers, Jackson County</li>
                      <li>Palacios Area Historical Association (PAHA)</li>
                      <li>PAHA - City by the Sea Museum</li>
                      <li>PAHA - La Petite Belle</li>
                      <li>Palacios Community HUB</li>
                      <li>Cape Carancahua Water Supply Corporation</li>
                      <li>New Frontier Gallery, Palacios, Texas</li>
                      <li>Palacios Pirate Festival</li>
                      <li>Palacios Day on the Bay Festival</li>
                      <li>Better Built Teams</li>
                      <li>The Strategic Leader Network</li>
                      <li>New York Cycle Club (NYCC)</li>
                      <li>Palacios Yacht Club</li>
                    </ul>
                    <p>We have had successful projects with the following organizations:</p>  
                    <ul class='clients'>
                      <li>United States Navy, China Lake, California</li>
                      <li>United States Navy, Point Mugu, California</li>
                      <li>City of Santa Barbara, California</li>
                      <li>County of Santa Barbara, California</li>
                      <li>County of Ventura, California</li>
                      <li>University of California</li>
                      <li>University of California Extension</li>
                      <li>University of California at Los Angeles</li>
                      <li>University of California at Santa Barbara</li>
                      <li>Computer Sciences Corporation (CSC)</li>
                      <li>Outrigger Music Venue, Palacios Texas</li>
                      <li>Lisa Rein/Wide Hive Records</li>
                      <li>Byron Katie/The Work</li>
                      <li>Runes of Gallidon</li>
                      <li>SocialAgeMedia</li>
                      <li>19Prince.com</li>
                      <li>Domestic Placement Online</li>
                      <li>America Online (AOL)</li>
                      <li>Value Health Sciences</li>
                      <li>Student Success Skills</li>
                      <li>Ironweed Films</li>
                      <li>PhotoTours.com</li>
                      <li>Angiodynamics</li>
                      <li>Pfizer</li>
                      <li>Amgen</li>
                      <li>Delco</li>
                      <li>Unisys</li>
                      <li>SAIC</li>
                      <!-- li>and more ...
                        <ul>
                         <li>Angiodynamics International Website</li>
                         <li>Just Appraisers</li>
                         <li>Angiodynamics LarryTV Website</li>
                         <li>Angiodynamics better+TOGETHER Website</li>
                          <li>Ojai Collabortoriums</li>
                          <li>Curve Wire</li>
                          <li>Subsurf</li>
                          <li>Students Saving The Oceans</li>
                          <li>Ourmedia.org</li>
                          <li>Runway Passport</li>
                          <li>Unclip.com</li>
                          <li>Restaurant Revolution Technologies</li>
                          <li>Fansite for NBC TV Show 'Chuck'</li>
                          <li>OjaiGiving.org</li>
                          <li>Ex'pression College</li>
                          <li>Santa Barbara Forum on Digital Transitions</li>
                          <li>Apperceptions.org</li>
                          <li>LMLMusic.com</li>
                          <li>Cardiokinetix.com</li>
                          <li>Mom's Rising</li>
                          <li>Digital Ocean</li>
                          <li>Hendricks Institute</li>
                          <li>Ventura Wedding</li>
                          <li>LADrupal.org</li>
                          <li>RyanIsHungry.com</li>
                          <li>HaveMoneyWillVlog.com</li>
                          <li>AliveInBaghdad.com</li>
                          <li>Show in a Box</li>
                          <li>Outhink SpinXpress</li>
                          <li>Ojai Digital Dojo</li>

                        </ul>
                      </li -->
                    </ul>
                </div>
            </div>

        </div>
    </section>

    <!-- Services Section -->
    <section class="success" id="services">
        <div class="container">
            <div class="row">
                <div class="text-center">
                    <h2>Hosting &amp; Support Services</h2>
                    <hr class="star-light">
                </div>
            </div>
            
          <div class="row">            
              <div class="text-center">
                  <h3>Support Services</h3>
              </div>   
              
              <div class="col-xs-12 col-sm-7 col-sm-offset-1 col-md-offset-2">
                <h4>Basic Support Plan - Monthly</h4>
                <p class='service-price'>$99.00/month *</p>
                <p>Includes 60 minutes of chat/video/email/phone support. Automatic monthly payments. </small></p>

                <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class='paypal-button'>
                  <input type="hidden" name="cmd" value="_s-xclick" />
                  <input type="hidden" name="hosted_button_id" value="9CWCZJPZV8WG4" />
                  <input type="hidden" name="currency_code" value="USD" />
                  <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Subscribe" />
                </form>
                <hr class="xxxstar-light">
              </div>

              <div class="col-xs-12 col-sm-7 col-sm-offset-1 col-md-offset-2">
                  <h4>Basic Support Plan - Yearly</h4>
                  <p class='service-price'>$990.00/year</p>
                  <p>The same features as the monthly plan.</p><p>Save $198.00. Non-recurring.></p>
            
                  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class='paypal-button'>
                    <input type="hidden" name="cmd" value="_s-xclick" />
                    <input type="hidden" name="hosted_button_id" value="KXDJSFWBZGKTC" />
                    <input type="hidden" name="currency_code" value="USD" />
                    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Subscribe" />
                  </form>
              </div>

            </div>
            

            <div class="row">            
                <hr class="star-light">
            </div>
            <div class="row">            
                <div class="text-center">
                    <h3>Hosting Services</h3>
                </div>   
                
                <div class="col-xs-12 col-sm-7 col-sm-offset-1 col-md-offset-2">
                    <h4>Basic Plan - Monthly</h4>
                    <p class='service-price'>$129.00/month *</p>
                    <p>Includes hosting, automated backups, operating system updates, Drupal &amp; WordPress updates, 60 minutes of  chat/video/email/phone support. Automatic monthly payments. *&nbsp;<small>System setup not included.</small></p>

                  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class='paypal-button'>
                    <input type="hidden" name="cmd" value="_s-xclick">
                    <input type="hidden" name="hosted_button_id" value="JA9EUJ8Y5VX2E">
                    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
                    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
                  </form>
                  <hr class="xxxstar-light">
                </div>
        

                <div class="col-xs-12 col-sm-7 col-sm-offset-1 col-md-offset-2">
                    <h4>Basic Plan - Yearly</h4>
                    <p class='service-price'>$1,290.00/year</p>
                    <p>The same features as the monthly plan.</p><p>Save $258.00. Non-recurring. *&nbsp;<small>System setup not included.</small></p>
              
                    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class='paypal-button'>
                      <input type="hidden" name="cmd" value="_s-xclick">
                      <input type="hidden" name="hosted_button_id" value="36BA3STDCXYRU">
                      <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
                      <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
                    </form>
                </div>
            
            </div>
            

            <div class="row">            
                <hr class="star-light">
            </div>
            
            <div class="row">            
                <div class="text-center">
                    <h3>Complete e-Commerce Website</h3>
                </div>   
                
                <div class="col-xs-12 col-sm-offset-1 col-md-offset-2 col-sm-7">
                    <p class='service-price'>$3,999.00 *</p>
                    <p>Includes one year of our Basic Plan, above, plus a Drupal or WordPress website, PayPal or Square integration, basic store setup, contact form, reporting &amp; inventory system, front page slider or video, contact form, about page, store, inventory, shipping &amp; ordering management, basic theming. *&nbsp;<small>Custom styling &amp; programming, product/inventory loading not included. Hosting provided through <a href="https://digitalocean.com">DigitalOcean</a>.</small></p>                    
                </div>
                
                <div class="col-sm-3">
                  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class='paypal-button'>
                    <input type="hidden" name="cmd" value="_s-xclick">
                    <input type="hidden" name="hosted_button_id" value="P5RDNKL86W8F2">
                    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
                    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
                  </form>
                </div>
            </div>

            <div class="row">            
                <hr class="star-light">
            </div>
            
           <div class="row">            
                <div class="text-center">
                    <h3>Complete Museum Website</h3>
                </div>   
                
                <div class="col-xs-12 col-sm-offset-1 col-md-offset-2 col-sm-7">
                    <p class='service-price'>$2,999.00 *</p>
                    <p>Includes one year of our Basic Plan, above, plus a Drupal or WordPress website, PayPal or Square integration, memberships &amp; donations page, contact form, newsletter, front page slider or video, contact form, about page, basic theming. *&nbsp;<small>Custom styling &amp; programming not included. Hosting provided through <a href="https://digitalocean.com">DigitalOcean</a>.</small></p>                    
                </div>
                
                <div class="col-sm-3">
                  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" class='paypal-button'>
                    <input type="hidden" name="cmd" value="_s-xclick">
                    <input type="hidden" name="hosted_button_id" value="P5RDNKL86W8F2">
                    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
                    <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
                  </form>
                </div>
            </div>

            <div class="row">            
                <hr class="star-light">
            </div>
            
            <div class="row">            
                <div class="text-center">
                    <h3>Our Consulting &amp; Support Rates</h3>
                </div>
                <div class="col-md-offset-2 col-sm-offset-1 col-sm-7">
                    <p>We work with a small number of long-term clients, providing analysis, design, implementation, integration, testing, training, site customization &amp; support services, customized to our clients' needs.  </p>
                    
                    <p>One hour initial phone or video meeting: FREE! Call 361-532-9596 to set up an appointment.</p>
                    
                    <p>Additional ad-hoc consulting:</p>
                    <p class='service-price'>&nbsp;&nbsp;&nbsp;For-profit organizations: $180.00/hourly *</p>
                    <p class='service-price'>&nbsp;&nbsp;&nbsp;Non-profit organizations: $150.00/hourly *</p>
                    <p>&nbsp;&nbsp;&nbsp;*&nbsp;<small>3 hour minimum. Ask about project &amp; retainer rate discounts. See our subscription packages above for significant discounts.</small></p>
                    <br/>
                    
                    <p class='quotation'><i>"When comparing rates, always remember: <b>cost = rate * time</b>."<br/> -- Markus Sandy</i></p>
                    
                    <p>Call 361-532-9596 or contact us via our <a href='#contact'>contact form</a>, below, to discuss your project.</p>
               </div>
            </div>
             
         </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" >
        <div class="container">
            <div class="row">
                <div class="col-lg-12 text-center">
                    <h2>Contact Us</h2>
                    <hr class="star-primary">
                    <p>Contact us using the form below or just DM @apperceive on <a href='https://twitter.com/apperceive'><i class='fa fa-twitter'></i> X/Twitter</a> <a href='https://facebook.com/ApperceiveIt'><i class='fa fa-facebook'></i> Facebook</a> or <a href='https://github.com/apperceive'><i class='fa fa-github'></i> Github</a>.</p>
                </div>
            </div>
            <div class="row">
                <div class="col-lg-8 col-lg-offset-2">
                    <!-- To configure the contact form email address, go to mail/contact_me.php &amp; update the email address in the PHP file on line 19. -->
                    <!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
                    <form name="sentMessage" id="contactForm" novalidate>
                        <div class="row control-group">
                            <div class="form-group col-xs-12 floating-label-form-group controls">
                                <label>Name</label>
                                <input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name.">
                                <p class="help-block text-danger"></p>
                            </div>
                        </div>
                        <div class="row control-group">
                            <div class="form-group col-xs-12 floating-label-form-group controls">
                                <label>Email Address</label>
                                <input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">
                                <p class="help-block text-danger"></p>
                            </div>
                        </div>
                        <div class="row control-group">
                            <div class="form-group col-xs-12 floating-label-form-group controls">
                                <label>Phone Number</label>
                                <input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number.">
                                <p class="help-block text-danger"></p>
                            </div>
                        </div>
                        <div class="row control-group">
                            <div class="form-group col-xs-12 floating-label-form-group controls">
                                <label>Message</label>
                                <textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
                                <p class="help-block text-danger"></p>
                            </div>
                        </div>
                        <br>
                        <div id="success"></div>
                        <div class="row">
                            <div class="form-group col-xs-12">
                                <button type="submit" class="btn btn-success btn-lg">Send</button>
                                <img height='240px' src='https://apperceive.com/img/mss-using-powers-for-good-by-andy-rog.jpg' />
                            </div>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="text-center">
        <div class="footer-above">
            <div class="container">
                <div class="row">
                    <div class="footer-col col-md-4">
                        <h3>Contact Us</h3>
                        <p>Markus Sandy</p>
                        <p>361 - 532 - 9596</p>
                        <p>488 Stovall Drive<br>Palacios, Texas, 77465</p>
                        <!-- p> and </p>
                        <p>226 West Ojai Ave<br>PMB #518<br>Ojai, California 93023</p>
                        <p><a href='/apperceive-vcard.vcf'>Update your contacts with my vCard...</a></p -->
                    </div>
                    <div class="footer-col col-md-4">
                        <h3>Around the Web</h3>
                        <ul class="list-inline">
                          <li>
                                <a href="https://facebook.com/apperceiveit" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
                          </li>
                          <li>
                                <a href="https://twitter.com/apperceive" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
                            </li>
                            <li>
                                <a href="https://github.com/apperceive" class="btn-social btn-outline"><i class="fa fa-fw fa-github"></i></a>
                            </li>
                            <li>
                                <a href="https://linkedin.com/in/Apperceive" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
                            </li>
                        </ul>
                    </div>
                    <div class="footer-col col-md-4">
                        <h3>About Apperceive</h3>
                        <p>We provide training, facilitation, nonprofit funding development, web design, social media &amp; web marketing, audio &amp; video services, technical support, custom software development, system administration &amp; data analysis services to a small number of long-term clients.</p>
                    </div>
                </div>
            </div>
        </div>
        <div class="footer-below">
            <div class="container">
                <div class="row">
                    <div class="col-lg-12">
                        Copyright &copy; Markus Sandy 2015-2023
                        <br/>
                        <small>Caricatures courtesy of Andy at BrainCandy, LLC. Used with permission.</small>
                    </div>
                </div>
            </div>
        </div>
    </footer>

    <!-- Scroll to Top Button -->
    <div class="scroll-top page-scroll xvisible-xs xvisble-sm">
        <a class="btn btn-primary" href="#page-top">
            <i class="fa fa-chevron-up"></i>
        </a>
    </div>

    <!-- jQuery -->
    <script src="js/jquery.js"></script>

    <!-- Bootstrap Core JavaScript -->
    <script src="js/bootstrap.min.js"></script>

    <!-- Plugin JavaScript -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
    <script src="js/classie.js"></script>
    <script src="js/cbpAnimatedHeader.js"></script>

    <!-- Contact Form JavaScript -->
    <script src="js/jqBootstrapValidation.js"></script>
    <script src="js/contact_me.js"></script>

    <!-- Custom Theme JavaScript -->
    <script src="js/freelancer.js"></script>
    
    <script>
        $(document).ready(function() {
            $('#myCarousel').on('slide.bs.carousel', function(e) {
                var activeIndex = $(e.relatedTarget).index();
                $('.nav-pills li').removeClass('active');
                $('.nav-pills li').eq(activeIndex).addClass('active');
            });
        });
    </script>


</body>

</html>
