1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<title>A jumbo article | A Pelican Blog</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
<link rel="stylesheet" href="static/m-dark.css" />
<link rel="canonical" href="article-jumbo.html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:site_name" content="A Pelican Blog" />
<meta name="twitter:creator" content="@czmosra" />
<meta name="twitter:creator:id" content="1537427036" />
<meta property="og:title" content="A jumbo article" />
<meta name="twitter:title" content="A jumbo article" />
<meta property="og:url" content="article-jumbo.html" />
<meta property="og:description" content="Article summary." />
<meta name="twitter:description" content="Article summary." />
<meta property="og:image" content="image.jpg" />
<meta name="twitter:image" content="image.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:type" content="article" />
</head>
<body>
<header><nav id="navigation" class="m-navbar-cover">
<div class="m-container">
<div class="m-row">
<a href="./" id="m-navbar-brand" class="m-col-t-9 m-col-m-none m-left-m">A Pelican Blog</a>
</div>
</div>
</nav></header>
<main>
<article id="m-jumbo">
<header>
<div id="m-jumbo-image" style="background-image: url('image.jpg');">
<div id="m-jumbo-cover">
<div class="m-container">
<div class="m-row">
<div class="m-col-t-6 m-col-s-5 m-push-s-1 m-text-left">Dec 16, 2017</div>
<div class="m-col-t-6 m-col-s-5 m-push-s-1 m-text-right"><a href="author-an-author.html">An Author</a></div>
</div>
<div class="m-row">
<div class="m-col-t-12 m-col-s-10 m-push-s-1 m-col-m-8 m-push-m-2">
<h1><a href="article-jumbo.html" rel="bookmark" title="Permalink to A jumbo article">A jumbo article</a></h1>
</div>
</div>
</div>
</div>
</div>
<div class="m-container">
<div class="m-row">
<div class="m-col-m-10 m-push-m-1 m-nopady">
<p>Article summary.</p>
</div>
</div>
</div>
</header>
<div class="m-container m-container-inflatable">
<div class="m-row">
<div class="m-col-m-10 m-push-m-1 m-nopady">
<!-- content -->
<p>An article that should have its own cover image in social meta tags, not the
category-specific one.</p>
<!-- /content -->
<div class="m-block m-success m-badge">
<img src="./mosra.jpg" alt="An Author" />
<h3>About the author</h3>
<p>Contents of the badge, displayed at article bottom.
<a href="./author-an-author.html">Link to the author.</a></p>
</div>
<div class="m-block m-warning m-badge">
<img src="./category.jpg" alt="A category" />
<h3>A category name, displayed on top of the category badge/details</h3>
<p>Contents of the badge, displayed at article bottom.
<a href="./category-a-category.html">Link to the category.</a></p>
</div>
</div>
</div>
</div>
<footer class="m-container">
<div class="m-row">
<div class="m-col-m-10 m-push-m-1 m-nopadb">
<p>Posted by <a href="author-an-author.html">An Author</a> on <time datetime="2017-12-16T00:00:00+00:00">Dec 16, 2017</time> in <a href="category-a-category.html">A category</a>.</p>
</div>
</div>
</footer>
</article>
<nav class="m-navpanel m-container">
<div class="m-row">
<div class="m-col-s-6 m-col-m-3 m-col-l-2 m-push-l-1">
<h3>Categories</h3>
<ol class="m-block-bar-s">
<li><a href="category-a-category.html">A category</a></li>
<li><a href="category-category-with-no-image.html">Category with no image</a></li>
<li><a href="category-minimal-category.html">Minimal category</a></li>
</ol>
</div>
<div class="m-col-s-6 m-col-m-3 m-push-m-6 m-col-l-2 m-push-l-7">
<h3>Authors</h3>
<ol class="m-block-bar-s">
<li><a href="author-an-author.html">An Author</a></li>
<li><a href="author-author-with-no-image.html">Author with no image</a></li>
<li><a href="author-minimal-author.html">Minimal author</a></li>
</ol>
</div>
<div class="m-col-s-12 m-col-m-6 m-col-l-4 m-pull-m-3 m-pull-l-0">
<h3>Tag cloud</h3>
<ul class="m-tagcloud">
<li class="m-tag-5"><a href="tag-a-tag.html">A tag</a></li>
<li class="m-tag-5"><a href="tag-minimal-tag.html">Minimal tag</a></li>
</ul>
</div>
</div>
</nav>
</main>
</body>
</html>
|