68 lines
2.8 KiB
PHP
68 lines
2.8 KiB
PHP
<?php
|
|
//require_once('../cfip.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, Podcast, Spotify podcast, Keyser, West Virginia, United States, Nerd, Ty on TikTok, Ty's web space, Freedom of Expression">
|
|
<meta property="og:url" content="https://tyclifford.com/" />
|
|
<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 - Podcast - 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" />
|
|
<meta name="twitter:description" content="Ty's Podcast" />
|
|
|
|
<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">
|
|
|
|
|
|
<p><iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=America%2FNew_York&bgcolor=%23ffffff&mode=AGENDA&title=Public%20calendar&src=Y2IzMmEyZTg2NjU1ZGI4NDZmZTI0ZmIxZTU1M2MwYWEyNDY5ZDY2YjQ5ZTlhMmFhMWU0YWEwYjg5M2YwZWVjM0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%233F51B5" style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe></p>
|
|
|
|
|
|
<hr />
|
|
<p class="is-social-minimal-light"><a class="social-link email" href="mailto:ty@tyclifford.com"> <a class="social-link twitter" href="https://twitter.com/_tyclifford"></a> <a class="social-link github" href="https://github.com/snick512/tyclifforddotcomland"></a></p>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<!-- CONTENT-WRAP -->
|
|
|
|
<!-- SCRIPTS -->
|
|
<script src="../js/main.js"></script>
|
|
|
|
</body>
|
|
</html>
|