Skip to content

Instantly share code, notes, and snippets.

View webplantmedia's full-sized avatar

Chris Baldelomar webplantmedia

View GitHub Profile
@webplantmedia
webplantmedia / wordpress-installer.sh
Last active August 29, 2015 14:08
Download and extract WordPress to web server
#!/bin/bash
# set -xv
# by Chris Baldelomar
#
# Instructions
# > cd /web/server/path/public_html
# > curl -O {Gist URL} && chmod +x wordpress-installer.sh && ./wordpress-installer.sh
# DONE
src="https://wordpress.org/latest.zip"
# compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
# compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
source ~/.profile
# case ":$PATH:" in
# *:$HOME/bin:*) ;; # do nothing if $PATH already contains $HOME/bin
# *) PATH=$HOME/bin:$PATH ;; # in every other case, add it to the front
# esac
# Tell ls to be colourful
export CLICOLOR=1
# Tell grep to highlight matches
@webplantmedia
webplantmedia / seller-pro-homepage-markup.html
Created February 16, 2019 21:30
Seller Pro Homepage Markup
<!-- wp:heading {"align":"center","className":"hero-title"} -->
<h2 style="text-align:center" class="hero-title">Advertise Your Services &amp; Products Like a Pro</h2>
<!-- /wp:heading -->
<!-- wp:button {"backgroundColor":"secondary","align":"center","className":"hero-button is-style-default"} -->
<div class="wp-block-button aligncenter hero-button is-style-default"><a class="wp-block-button__link has-background has-secondary-background-color">Browse our Coffee Selection<br></a></div>
<!-- /wp:button -->
<!-- wp:image {"id":2200,"align":"full"} -->
<figure class="wp-block-image alignfull"><img src="https://demo.webplantmedia.com/seller-pro/wp-content/themes/seller-pro/config/import/images/front-page-1.jpg" alt="" class="wp-image-2200"/></figure>
<i class="ion-paper-airplace"></i>
Go &#x2192;
<h4>Marketing Agency</h4>
<p>
1651202 Main street<br />
Anytown, USA<br />
t:+1 (555) 555-1234<br />
f:+1 (555) 555-5678<br />
</p>
<div class="alignwide">
<div class="pricing-table">
<div class="one-half first">
<h4>Package #1</h4>
<span class="description">This is a basic web design.</span>
<span class="price">$299</span>
<ul>
<li>Logo concept</li>
<li>3-page web design</li>
<li>1 hour of training</li>