v3
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
<?php
|
||||
//require_once('../cfip.php');
|
||||
require_once ('../functions.php');
|
||||
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="The web space of Ty Clifford" />
|
||||
<meta name="author" content="Ty Clifford">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
||||
<meta name="keywords" content="Ty Clifford, Keyser, West Virginia, United States, Nerd, Ty on TikTok, Ty's web space, Freedom of Expression">
|
||||
<meta property="og:url" content="https://tyclifford.com/?mtm_campaign=tip" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="Ty Clifford - Hobbies are my hobby." />
|
||||
<meta property="og:title" content="Ty Clifford - Tip Jar - Hobbies are my hobby." />
|
||||
<meta property="og:image" content="<?php echo $mainURL; ?>/images/fa2.jpg" />
|
||||
<meta property="og:image:alt" content="Profile image of Ty Clifford. Making a funny face squinting, Eye everything." />
|
||||
<meta name="twitter:site" content="@_tyclifford" />
|
||||
<meta name="twitter:title" content="Ty Clifford's TIp Jar" />
|
||||
<meta name="twitter:description" content="Ty's Tip Jar" />
|
||||
|
||||
<title>Ty Clifford - Hobbies are my hobby.</title>
|
||||
|
||||
<!-- FAV and TOUCH ICONS -->
|
||||
<link rel="shortcut icon" href="<?php echo $mainURL; ?>/images/ico/fa-bl.ico">
|
||||
<link rel="apple-touch-icon" href="<?php echo $mainURL; ?>/images/ico/fa-bl.jpg"/>
|
||||
|
||||
<!-- FONTS -->
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/fonts/hk-grotesk/style.css">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/fonts/fontello/css/fontello.css">
|
||||
|
||||
<!-- STYLES -->
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/main.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body class="is-text-align-center is-masked-dark is-text-light" style="background-color: black;">
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- CONTENT-WRAP -->
|
||||
<div class="content-wrap">
|
||||
|
||||
<!-- CONTENT -->
|
||||
<div class="content">
|
||||
|
||||
<!-- TITLE -->
|
||||
|
||||
<h1>
|
||||
Tip Jar
|
||||
</h1>
|
||||
<p>Financial support helps with creativity. Any support is appreciated.</p>
|
||||
|
||||
<a
|
||||
class="button tango soft-rounded"
|
||||
href="https://go.tyclifford.com/patreon">Become a Patreon</a>
|
||||
<a class="button yellow soft-rounded"
|
||||
href="https://go.tyclifford.com/liberapay">Liberapay</a>
|
||||
<a class="button aqua soft-rounded"
|
||||
href="https://www.paypal.com/donate/?hosted_button_id=ZDJ9TXPPMNZ6U">Donate via PayPal
|
||||
</a>
|
||||
|
||||
<hr />
|
||||
|
||||
<p class="is-social-minimal-light"><a class="social-link github" href="https://github.com/snick512/productionbase"></a> <a class="social-link email" href="mailto:ty@tyclifford.com"></a></p>
|
||||
|
||||
</div>
|
||||
<!-- CONTENT -->
|
||||
|
||||
</div>
|
||||
<!-- CONTENT-WRAP -->
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
<script src="../js/main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user