This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:heading {"align":"center","className":"hero-title"} --> | |
<h2 style="text-align:center" class="hero-title">Advertise Your Services & 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<i class="ion-paper-airplace"></i> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Go → |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |