2018-01-26T18:26:15+0000 Deploy new site
This commit is contained in:
parent
eb0d099fe0
commit
9fd849ddb1
6 changed files with 74 additions and 25 deletions
22
index.html
22
index.html
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Begin Jekyll SEO tag v2.3.0 -->
|
||||
<!-- Begin Jekyll SEO tag v2.4.0 -->
|
||||
<title>Introduction | Dan Jones</title>
|
||||
<meta name="generator" content="Jekyll v3.7.2" />
|
||||
<meta property="og:title" content="Introduction" />
|
||||
<meta name="author" content="Dan Jones" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
|
|
@ -11,11 +12,8 @@
|
|||
<link rel="canonical" href="https://projects.danielrayjones.com/danielrayjones/" />
|
||||
<meta property="og:url" content="https://projects.danielrayjones.com/danielrayjones/" />
|
||||
<meta property="og:site_name" content="Dan Jones" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@goodevilgenius" />
|
||||
<meta name="twitter:creator" content="@goodevilgenius" />
|
||||
<script type="application/ld+json">
|
||||
{"name":"Dan Jones","description":"Web developer, actor, all around good guy","author":{"@type":"Person","name":"Dan Jones"},"@type":"WebSite","url":"https://projects.danielrayjones.com/danielrayjones/","publisher":null,"image":null,"headline":"Introduction","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
|
||||
{"name":"Dan Jones","description":"Web developer, actor, all around good guy","author":{"@type":"Person","name":"Dan Jones"},"@type":"WebSite","url":"https://projects.danielrayjones.com/danielrayjones/","headline":"Introduction","@context":"http://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
|
|
@ -36,7 +34,7 @@
|
|||
</nav>
|
||||
|
||||
<div class="row">
|
||||
<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sidebard bg-dark">
|
||||
<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sideboard bg-dark">
|
||||
<aside>
|
||||
<header>
|
||||
<h2>My Links</h2>
|
||||
|
|
@ -50,6 +48,18 @@
|
|||
|
||||
</ul>
|
||||
</aside>
|
||||
|
||||
|
||||
<aside>
|
||||
<header>
|
||||
<h2>My Tweets</h2>
|
||||
<a class="twitter-timeline"
|
||||
data-height="400"
|
||||
href="https://twitter.com/goodevilgenius?ref_src=twsrc%5Etfw">
|
||||
Tweets by goodevilgenius
|
||||
</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
<main class="order-1 order-md-2 col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue