Skip to content

Instantly share code, notes, and snippets.

View PaulRayden's full-sized avatar
🚀
To The Moon

PaulRayden

🚀
To The Moon
View GitHub Profile
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@PaulRayden
PaulRayden / Skins.json
Created June 9, 2023 20:56 — forked from TheDevMinerTV/Skins.json
Rust skins automatically updated!
{
"Command": "skin",
"Skins": [
{
"Item Shortname": "fun.guitar",
"Skins": [
0,
809801196,
826914904,
809938266,
@PaulRayden
PaulRayden / wordpress-w3-total-cache.conf
Created November 24, 2022 20:17 — forked from urre/wordpress-w3-total-cache.conf
Nginx W3 Total Cache config
# BEGIN W3TC Browser Cache
gzip on;
gzip_types text/css application/x-javascript text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon;
location ~ \.(css|js)$ {
expires 31536000s;
add_header Pragma "public";
add_header Cache-Control "max-age=31536000, public, must-revalidate, proxy-revalidate";
add_header X-Powered-By "W3 Total Cache/0.9.2.3";
}
location ~ \.(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml)$ {
@PaulRayden
PaulRayden / font-awesome.js
Created March 26, 2020 02:26 — forked from gbertb/font-awesome.js
How to load Font Awesome asynchronously
<!--
How to load Font Awesome asynchronously
Use: Just put this script on the bottom/footer of your web
-->
<script type="text/javascript">
(function() {
var css = document.createElement('link');
css.href = '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css';
@PaulRayden
PaulRayden / index.html
Created May 22, 2018 05:14
Newspaper Style Design
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic|Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/newspaper.css">
<title>Newspaper Style Design Experiment</title>
<meta name="viewport" content="width=device-width">
</head>
<body>
<div class="head">