forked from TolgaTatli/Halve
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
1 lines (1 loc) · 5.3 KB
/
index.html
1
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <title>Chris Ridgers</title> <meta name="description" content="Just another damn blog from a guy on the internet."> <!-- Twitter Cards --> <meta name="twitter:card" content="summary"> <meta name="twitter:image" content="logo.png"> <meta name="twitter:title" content="Chris Ridgers"> <meta name="twitter:site" content="@ffsmonty"> <meta name="twitter:creator" content="@ffsmonty"> <!-- Open Graph --> <meta property="og:locale" content="en_GB"> <meta property="og:type" content="article"> <meta property="og:title" content="Chris Ridgers"> <meta property="og:url" content="https://chrisridgers.github.io/"> <meta property="og:site_name" content="Chris Ridgers"> <meta property="og:image" content="https://chrisridgers.github.io/images/logo.png"> <link rel="canonical" href="https://chrisridgers.github.io/"> <!-- Handheld --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Feed --> <link type="application/atom+xml" rel="alternate" href="https://chrisridgers.github.io/feed.xml" title="Chris Ridgers" /> <!-- Favicons --> <link rel="shortcut icon" type="image/png" href="https://chrisridgers.github.io/favicon.png" /> <link rel="shortcut icon" href="https://chrisridgers.github.io/favicon.ico" /> <!-- CSS --> <link rel="stylesheet" type="text/css" href="https://chrisridgers.github.io/assets/css/main.css"> <!-- Left Block Image for Posts --> <style type="text/css"> #posts.inner-post-page .block-left {background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://chrisridgers.github.io/images/unsplash-gallery-image-3.jpg) no-repeat;background-size: cover;} </style> <!-- Left Block Images for Home and Pages --> <style type="text/css"> #posts .block-left {background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://chrisridgers.github.io/images/unsplash-image-10.jpg) no-repeat;background-size: cover, cover;} .block-left {background: linear-gradient(rgba(44,45,51,0.9), rgba(44,45,51,0.9)), url(https://chrisridgers.github.io/images/home.png) no-repeat;background-size: cover;} </style> </head> <body id="homepage"> <div class="block-left"> <div class="content"> <div class="main-info"> <a href="https://chrisridgers.github.io" class="logo"><img src="https://chrisridgers.github.io/images/logo.png"></a> <h1> Chris Ridgers </h1> <h2> Just another damn blog from a guy on the internet. </h2> <ul> <li><a class="social-btn" href="http://twitter.com/ffsmonty" target="_blank" rel="noopener noreferrer"><i class="fa fa-fw fa-twitter"></i></a></li> <li><a class="social-btn" href="http://github.com/ChrisRidgers" target="_blank" rel="noopener noreferrer"><i class="fa fa-fw fa-github"></i></a></li> </ul> </div> </div> <canvas></canvas> </div> <div class="block-right"> <a href="https://chrisridgers.github.io/posts" title="posts" class="posts-menu-icon"></a> <span class="posts-link">POSTS</span> <div class="content"> <div class="about-info"> <h1 id="about-me">About me</h1> <p>I’m a software engineer over at Mashbo. We build web apps. This is my brains dumping ground: here be thoughts, whimsy, and dragons…</p> <p>…if history is anything to go by, it’s more likely to be tumbleweeds.</p> </div> </div> </div> <div class="overlay"> <ul class="projects-menu"> <li style="background:url(http://taylantatli.me/Halve/images/halve-home-image.png) center center no-repeat;"> <a href="http://taylantatli.me/Halve" class="inactive" target="_blank" rel="nofollow external"> <span> Halve Jekyll Theme <br><em>in progress</em> </span> </a> </li> <li style="background:url(https://cloud.githubusercontent.com/assets/754514/14509720/61c61058-01d6-11e6-93ab-0918515ecd56.png) center center no-repeat;"> <a href="http://taylantatli.me/Moon" target="_blank" rel="nofollow external"> <span> Moon Jekyll Theme </span> </a> </li> <li style="background:url(https://raw.githubusercontent.com/TaylanTatli/Ramme/master/assets/img/screenshot-post.png) center center no-repeat;"> <a href="http://taylantatli.me/Ramme" target="_blank" rel="nofollow external"> <span> Ramme Jekyll Theme </span> </a> </li> <li style="background:url(https://raw.githubusercontent.com/TaylanTatli/Daisy-Pelican-Theme/master/Preview-1.png) center center no-repeat;"> <a href="http://taylantatli.me/Daisy-Pelican-Theme/" target="_blank" rel="nofollow external"> <span> Daisy Pelican Theme </span> </a> </li> <li style="background:url(https://raw.githubusercontent.com/TaylanTatli/Block-Icon-Theme/master/Preview.png) center center no-repeat;"> <a href="https://github.com/TaylanTatli/Block-Icon-Theme" class="inactive" target="_blank" rel="nofollow external"> <span> Block Icon Theme <br><em>in progress</em> </span> </a> </li> <li style="background:url(https://raw.githubusercontent.com/TaylanTatli/StartPage/master/preview.png) center center no-repeat;"> <a href="http://taylantatli.me/StartPage/" class="inactive" target="_blank" rel="nofollow external"> <span> Start Page <br><em>in progress</em> </span> </a> </li> </ul> </div> <!-- JS --> <script src="https://chrisridgers.github.io/assets/js/main.min.js"></script> <script src="https://chrisridgers.github.io/assets/js/canvas.js"></script> </body> </html>