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
.center { | |
text-align: center; | |
align-items: center; | |
align-self: center; | |
align-content: center; | |
justify-items: center; | |
justify-self: center; | |
justify-content: center; | |
place-items: center; | |
vertical-align: middle; |
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
img:not([alt]){ | |
filter: grayscale(100%) | |
} |
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
# Created by https://www.gitignore.io/api/carthage,objective-c,swift,xcode,osx | |
### Carthage ### | |
# Carthage - A simple, decentralized dependency manager for Cocoa | |
Carthage.checkout | |
Carthage.build | |
### Objective-C ### | |
# Xcode |
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
$query = "INSERT INTO coach (firstName, lastName, email, clubName) | |
VALUES ('$_POST[firstName]', '$_POST[lastName]', '$_POST[email]', '$_POST[clubName]')"; | |
if ($conn->query($sql) === TRUE) { | |
echo "New record created successfully"; | |
} else { | |
echo "Error: " . $sql . "<br>" . $conn->error; | |
}$conn->close(); |
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
{% if template contains 'product' %} | |
<meta property="og:type" content="product"> | |
<meta property="og:title" content="{{ product.title | strip_html | escape }}"> | |
<meta property="og:category" content="{{ product.type }}" /> | |
{% for image in product.images limit:3 %} | |
<meta property="og:image" content="http:{{ image.src | product_img_url: 'master' }}"> | |
<meta property="og:image:secure_url" content="https:{{ image.src | product_img_url: 'master' }}"> | |
{% endfor %} | |
<meta property="og:price:amount" content="{{ product.price | money_without_currency | stip_html | escape | remove: ',' }}"> | |
<meta property="og:price:currency" content="{{ shop.currency }}"> |
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
<IfModule mod_rewrite.c> | |
RewriteEngine on | |
RewriteCond %{HTTP_REFERER} ^http://.*backgroundpictures\.net/ [NC,OR] | |
RewriteCond %{HTTP_REFERER} ^http://.*embedle\.com/ [NC,OR] | |
RewriteCond %{HTTP_REFERER} ^http://.*extener\.com/ [NC,OR] | |
RewriteCond %{HTTP_REFERER} ^http://.*fbfreegifts\.com/ [NC,OR] | |
RewriteCond %{HTTP_REFERER} ^http://.*feedouble\.com/ [NC,OR] | |
RewriteCond %{HTTP_REFERER} ^http://.*feedouble\.net/ [NC,OR] | |
RewriteCond %{HTTP_REFERER} ^http://.*joinandplay\.me/ [NC,OR] | |
RewriteCond %{HTTP_REFERER} ^http://.*joingames\.org/ [NC,OR] |
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
### Keybase proof | |
I hereby claim: | |
* I am JasperMeurs on github. | |
* I am jasper (https://keybase.io/jasper) on keybase. | |
* I have a public key whose fingerprint is EA23 30AE 2B93 0ADA ED2A 6E02 B7B1 D644 006D 8C3C | |
To claim this, I am signing this object: |