Archive Site

This commit is contained in:
Brandon Rozek 2023-09-05 16:53:51 -04:00
commit b62dfc8300
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
96 changed files with 6446 additions and 0 deletions

432
archives/1/amp/index.html Normal file
View file

@ -0,0 +1,432 @@
<!doctype html>
<html amp lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>1. | Sentence Worthy</title>
<link rel="canonical" href="../../../index.html%3Fp=8.html" />
<script src="https://cdn.ampproject.org/v0.js" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BlogPosting","mainEntityOfPage":"https:\/\/sentenceworthy.com\/archives\/1\/","publisher":{"@type":"Organization","name":"Sentence Worthy"},"headline":"1.","datePublished":"2015-07-15T15:32:15+00:00","dateModified":"2016-08-16T21:36:25+00:00","author":{"@type":"Person","name":"Brandon Rozek"},"image":{"@type":"ImageObject","url":"https:\/\/sentenceworthy.com\/wp-content\/uploads\/2015\/07\/0502151459b.jpg","width":2084,"height":1228}}</script>
<style amp-custom>
/* Generic WP styling */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.amp-wp-enforced-sizes {
/** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
max-width: 100%;
margin: 0 auto;
}
.amp-wp-unknown-size img {
/** Worst case scenario when we can't figure out dimensions for an image. **/
/** Force the image into a box of fixed dimensions and use object-fit to scale. **/
object-fit: contain;
}
/* Template Styles */
.amp-wp-content,
.amp-wp-title-bar div {
margin: 0 auto;
max-width: 600px;
}
html {
background: #0a89c0;
}
body {
background: #fff;
color: #353535;
font-family: 'Merriweather', 'Times New Roman', Times, Serif;
font-weight: 300;
line-height: 1.75em;
}
p,
ol,
ul,
figure {
margin: 0 0 1em;
padding: 0;
}
a,
a:visited {
color: #0a89c0;
}
a:hover,
a:active,
a:focus {
color: #353535;
}
/* Quotes */
blockquote {
color: #353535;
background: rgba(127,127,127,.125);
border-left: 2px solid #0a89c0;
margin: 8px 0 24px 0;
padding: 16px;
}
blockquote p:last-child {
margin-bottom: 0;
}
/* UI Fonts */
.amp-wp-meta,
.amp-wp-header div,
.amp-wp-title,
.wp-caption-text,
.amp-wp-tax-category,
.amp-wp-tax-tag,
.amp-wp-comments-link,
.amp-wp-footer p,
.back-to-top {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Header */
.amp-wp-header {
background-color: #0a89c0;
}
.amp-wp-header div {
color: #fff;
font-size: 1em;
font-weight: 400;
margin: 0 auto;
max-width: calc(840px - 32px);
padding: .875em 16px;
position: relative;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
}
/* Site Icon */
.amp-wp-header .amp-wp-site-icon {
/** site icon is 32px **/
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 10px;
}
/* Article */
.amp-wp-article {
color: #353535;
font-weight: 400;
margin: 1.5em auto;
max-width: 840px;
overflow-wrap: break-word;
word-wrap: break-word;
}
/* Article Header */
.amp-wp-article-header {
align-items: center;
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 16px 1.5em;
}
.amp-wp-title {
color: #353535;
display: block;
flex: 1 0 100%;
font-weight: 900;
margin: 0 0 .625em;
width: 100%;
}
/* Article Meta */
.amp-wp-meta {
color: #696969;
display: inline-block;
flex: 2 1 50%;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: 0;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
text-align: right;
}
.amp-wp-article-header .amp-wp-meta:first-of-type {
text-align: left;
}
.amp-wp-byline amp-img,
.amp-wp-byline .amp-wp-author {
display: inline-block;
vertical-align: middle;
}
.amp-wp-byline amp-img {
border: 1px solid #0a89c0;
border-radius: 50%;
position: relative;
margin-right: 6px;
}
.amp-wp-posted-on {
text-align: right;
}
/* Featured image */
.amp-wp-article-featured-image {
margin: 0 0 1em;
}
.amp-wp-article-featured-image amp-img {
margin: 0 auto;
}
.amp-wp-article-featured-image.wp-caption .wp-caption-text {
margin: 0 18px;
}
/* Article Content */
.amp-wp-article-content {
margin: 0 16px;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 1em;
}
.amp-wp-article-content amp-img {
margin: 0 auto;
}
.amp-wp-article-content amp-img.alignright {
margin: 0 0 1em 16px;
}
.amp-wp-article-content amp-img.alignleft {
margin: 0 16px 1em 0;
}
/* Captions */
.wp-caption {
padding: 0;
}
.wp-caption.alignleft {
margin-right: 16px;
}
.wp-caption.alignright {
margin-left: 16px;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #c2c2c2;
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: .66em 10px .75em;
}
/* AMP Media */
amp-carousel {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
.amp-wp-article-content amp-carousel amp-img {
border: none;
}
amp-carousel > amp-img > img {
object-fit: contain;
}
.amp-wp-iframe-placeholder {
background: #c2c2c2 url( ../../../wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%;
background-size: 48px 48px;
min-height: 48px;
}
/* Article Footer Meta */
.amp-wp-article-footer .amp-wp-meta {
display: block;
}
.amp-wp-tax-category,
.amp-wp-tax-tag {
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 1.5em 16px;
}
.amp-wp-comments-link {
color: #696969;
font-size: .875em;
line-height: 1.5em;
text-align: center;
margin: 2.25em 0 1.5em;
}
.amp-wp-comments-link a {
border-style: solid;
border-color: #c2c2c2;
border-width: 1px 1px 2px;
border-radius: 4px;
background-color: transparent;
color: #0a89c0;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin: 0 auto;
max-width: 200px;
padding: 11px 16px;
text-decoration: none;
width: 50%;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
/* AMP Footer */
.amp-wp-footer {
border-top: 1px solid #c2c2c2;
margin: calc(1.5em - 1px) 0 0;
}
.amp-wp-footer div {
margin: 0 auto;
max-width: calc(840px - 32px);
padding: 1.25em 16px 1.25em;
position: relative;
}
.amp-wp-footer h2 {
font-size: 1em;
line-height: 1.375em;
margin: 0 0 .5em;
}
.amp-wp-footer p {
color: #696969;
font-size: .8em;
line-height: 1.5em;
margin: 0 85px 0 0;
}
.amp-wp-footer a {
text-decoration: none;
}
.back-to-top {
bottom: 1.275em;
font-size: .8em;
font-weight: 600;
line-height: 2em;
position: absolute;
right: 16px;
}
</style>
</head>
<body class="">
<header id="#top" class="amp-wp-header">
<div>
<a href="../../../index.html">
Sentence Worthy </a>
</div>
</header>
<article class="amp-wp-article">
<header class="amp-wp-article-header">
<h1 class="amp-wp-title">1.</h1>
<div class="amp-wp-meta amp-wp-byline">
<amp-img src="https://secure.gravatar.com/avatar/af5d95c5c77b1a89842617f48bf141c2?s=24&#038;d=mm&#038;r=g" width="24" height="24" layout="fixed"></amp-img>
<span class="amp-wp-author author vcard">Brandon Rozek</span>
</div>
<div class="amp-wp-meta amp-wp-posted-on">
<time datetime="2015-07-15T15:32:15+00:00">
4 years ago </time>
</div>
</header>
<div class="amp-wp-article-content">
<p><amp-img class="alignnone size-full wp-image-58 amp-wp-enforced-sizes" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg 2084w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(min-width: 600px) 600px, 100vw"></amp-img></p>
<p>Eyes in the sky,<br/>
heart on the ground.</p>
</div>
<footer class="amp-wp-article-footer">
<div class="amp-wp-meta amp-wp-tax-category">
Categories: <a href="../../category/uncategorized/index.html" rel="category tag">Uncategorized</a> </div>
<div class="amp-wp-meta amp-wp-tax-tag">
Tags: <a href="../../tag/airplane/index.html" rel="tag">Airplane</a> </div>
</footer>
</article>
<footer class="amp-wp-footer">
<div>
<h2>Sentence Worthy</h2>
<p>
<a href="https://wordpress.org/">Powered by WordPress</a>
</p>
<a href="index.html#top" class="back-to-top">Back to top</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,432 @@
<!doctype html>
<html amp lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>1. | Sentence Worthy</title>
<link rel="canonical" href="../../../index.html%3Fp=8.html" />
<script src="https://cdn.ampproject.org/v0.js" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BlogPosting","mainEntityOfPage":"https:\/\/sentenceworthy.com\/archives\/1\/","publisher":{"@type":"Organization","name":"Sentence Worthy"},"headline":"1.","datePublished":"2015-07-15T15:32:15+00:00","dateModified":"2016-08-16T21:36:25+00:00","author":{"@type":"Person","name":"Brandon Rozek"},"image":{"@type":"ImageObject","url":"https:\/\/sentenceworthy.com\/wp-content\/uploads\/2015\/07\/0502151459b.jpg","width":2084,"height":1228}}</script>
<style amp-custom>
/* Generic WP styling */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.amp-wp-enforced-sizes {
/** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
max-width: 100%;
margin: 0 auto;
}
.amp-wp-unknown-size img {
/** Worst case scenario when we can't figure out dimensions for an image. **/
/** Force the image into a box of fixed dimensions and use object-fit to scale. **/
object-fit: contain;
}
/* Template Styles */
.amp-wp-content,
.amp-wp-title-bar div {
margin: 0 auto;
max-width: 600px;
}
html {
background: #0a89c0;
}
body {
background: #fff;
color: #353535;
font-family: 'Merriweather', 'Times New Roman', Times, Serif;
font-weight: 300;
line-height: 1.75em;
}
p,
ol,
ul,
figure {
margin: 0 0 1em;
padding: 0;
}
a,
a:visited {
color: #0a89c0;
}
a:hover,
a:active,
a:focus {
color: #353535;
}
/* Quotes */
blockquote {
color: #353535;
background: rgba(127,127,127,.125);
border-left: 2px solid #0a89c0;
margin: 8px 0 24px 0;
padding: 16px;
}
blockquote p:last-child {
margin-bottom: 0;
}
/* UI Fonts */
.amp-wp-meta,
.amp-wp-header div,
.amp-wp-title,
.wp-caption-text,
.amp-wp-tax-category,
.amp-wp-tax-tag,
.amp-wp-comments-link,
.amp-wp-footer p,
.back-to-top {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Header */
.amp-wp-header {
background-color: #0a89c0;
}
.amp-wp-header div {
color: #fff;
font-size: 1em;
font-weight: 400;
margin: 0 auto;
max-width: calc(840px - 32px);
padding: .875em 16px;
position: relative;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
}
/* Site Icon */
.amp-wp-header .amp-wp-site-icon {
/** site icon is 32px **/
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 10px;
}
/* Article */
.amp-wp-article {
color: #353535;
font-weight: 400;
margin: 1.5em auto;
max-width: 840px;
overflow-wrap: break-word;
word-wrap: break-word;
}
/* Article Header */
.amp-wp-article-header {
align-items: center;
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 16px 1.5em;
}
.amp-wp-title {
color: #353535;
display: block;
flex: 1 0 100%;
font-weight: 900;
margin: 0 0 .625em;
width: 100%;
}
/* Article Meta */
.amp-wp-meta {
color: #696969;
display: inline-block;
flex: 2 1 50%;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: 0;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
text-align: right;
}
.amp-wp-article-header .amp-wp-meta:first-of-type {
text-align: left;
}
.amp-wp-byline amp-img,
.amp-wp-byline .amp-wp-author {
display: inline-block;
vertical-align: middle;
}
.amp-wp-byline amp-img {
border: 1px solid #0a89c0;
border-radius: 50%;
position: relative;
margin-right: 6px;
}
.amp-wp-posted-on {
text-align: right;
}
/* Featured image */
.amp-wp-article-featured-image {
margin: 0 0 1em;
}
.amp-wp-article-featured-image amp-img {
margin: 0 auto;
}
.amp-wp-article-featured-image.wp-caption .wp-caption-text {
margin: 0 18px;
}
/* Article Content */
.amp-wp-article-content {
margin: 0 16px;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 1em;
}
.amp-wp-article-content amp-img {
margin: 0 auto;
}
.amp-wp-article-content amp-img.alignright {
margin: 0 0 1em 16px;
}
.amp-wp-article-content amp-img.alignleft {
margin: 0 16px 1em 0;
}
/* Captions */
.wp-caption {
padding: 0;
}
.wp-caption.alignleft {
margin-right: 16px;
}
.wp-caption.alignright {
margin-left: 16px;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #c2c2c2;
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: .66em 10px .75em;
}
/* AMP Media */
amp-carousel {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
.amp-wp-article-content amp-carousel amp-img {
border: none;
}
amp-carousel > amp-img > img {
object-fit: contain;
}
.amp-wp-iframe-placeholder {
background: #c2c2c2 url( ../../../wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%;
background-size: 48px 48px;
min-height: 48px;
}
/* Article Footer Meta */
.amp-wp-article-footer .amp-wp-meta {
display: block;
}
.amp-wp-tax-category,
.amp-wp-tax-tag {
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 1.5em 16px;
}
.amp-wp-comments-link {
color: #696969;
font-size: .875em;
line-height: 1.5em;
text-align: center;
margin: 2.25em 0 1.5em;
}
.amp-wp-comments-link a {
border-style: solid;
border-color: #c2c2c2;
border-width: 1px 1px 2px;
border-radius: 4px;
background-color: transparent;
color: #0a89c0;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin: 0 auto;
max-width: 200px;
padding: 11px 16px;
text-decoration: none;
width: 50%;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
/* AMP Footer */
.amp-wp-footer {
border-top: 1px solid #c2c2c2;
margin: calc(1.5em - 1px) 0 0;
}
.amp-wp-footer div {
margin: 0 auto;
max-width: calc(840px - 32px);
padding: 1.25em 16px 1.25em;
position: relative;
}
.amp-wp-footer h2 {
font-size: 1em;
line-height: 1.375em;
margin: 0 0 .5em;
}
.amp-wp-footer p {
color: #696969;
font-size: .8em;
line-height: 1.5em;
margin: 0 85px 0 0;
}
.amp-wp-footer a {
text-decoration: none;
}
.back-to-top {
bottom: 1.275em;
font-size: .8em;
font-weight: 600;
line-height: 2em;
position: absolute;
right: 16px;
}
</style>
</head>
<body class="">
<header id="#top" class="amp-wp-header">
<div>
<a href="../../../index.html">
Sentence Worthy </a>
</div>
</header>
<article class="amp-wp-article">
<header class="amp-wp-article-header">
<h1 class="amp-wp-title">1.</h1>
<div class="amp-wp-meta amp-wp-byline">
<amp-img src="https://secure.gravatar.com/avatar/af5d95c5c77b1a89842617f48bf141c2?s=24&#038;d=mm&#038;r=g" width="24" height="24" layout="fixed"></amp-img>
<span class="amp-wp-author author vcard">Brandon Rozek</span>
</div>
<div class="amp-wp-meta amp-wp-posted-on">
<time datetime="2015-07-15T15:32:15+00:00">
4 years ago </time>
</div>
</header>
<div class="amp-wp-article-content">
<p><amp-img class="alignnone size-full wp-image-58 amp-wp-enforced-sizes" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg 2084w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(min-width: 600px) 600px, 100vw"></amp-img></p>
<p>Eyes in the sky,<br/>
heart on the ground.</p>
</div>
<footer class="amp-wp-article-footer">
<div class="amp-wp-meta amp-wp-tax-category">
Categories: <a href="../../category/uncategorized/index.html" rel="category tag">Uncategorized</a> </div>
<div class="amp-wp-meta amp-wp-tax-tag">
Tags: <a href="../../tag/airplane/index.html" rel="tag">Airplane</a> </div>
</footer>
</article>
<footer class="amp-wp-footer">
<div>
<h2>Sentence Worthy</h2>
<p>
<a href="https://wordpress.org/">Powered by WordPress</a>
</p>
<a href="index.html#top" class="back-to-top">Back to top</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>Comments on: 1.</title>
<atom:link href="https://sentenceworthy.com/archives/1/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com/archives/1/</link>
<description></description>
<lastBuildDate>Sat, 03 Aug 2019 02:05:02 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/></channel>
</rss>

434
archives/2/amp/index.html Normal file
View file

@ -0,0 +1,434 @@
<!doctype html>
<html amp lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>2. | Sentence Worthy</title>
<link rel="canonical" href="../../../index.html%3Fp=11.html" />
<script src="https://cdn.ampproject.org/v0.js" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BlogPosting","mainEntityOfPage":"https:\/\/sentenceworthy.com\/archives\/2\/","publisher":{"@type":"Organization","name":"Sentence Worthy"},"headline":"2.","datePublished":"2015-07-15T15:35:35+00:00","dateModified":"2016-08-16T21:28:51+00:00","author":{"@type":"Person","name":"Brandon Rozek"},"image":{"@type":"ImageObject","url":"https:\/\/sentenceworthy.com\/wp-content\/uploads\/2015\/07\/0704152144f.jpg","width":3920,"height":2340}}</script>
<style amp-custom>
/* Generic WP styling */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.amp-wp-enforced-sizes {
/** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
max-width: 100%;
margin: 0 auto;
}
.amp-wp-unknown-size img {
/** Worst case scenario when we can't figure out dimensions for an image. **/
/** Force the image into a box of fixed dimensions and use object-fit to scale. **/
object-fit: contain;
}
/* Template Styles */
.amp-wp-content,
.amp-wp-title-bar div {
margin: 0 auto;
max-width: 600px;
}
html {
background: #0a89c0;
}
body {
background: #fff;
color: #353535;
font-family: 'Merriweather', 'Times New Roman', Times, Serif;
font-weight: 300;
line-height: 1.75em;
}
p,
ol,
ul,
figure {
margin: 0 0 1em;
padding: 0;
}
a,
a:visited {
color: #0a89c0;
}
a:hover,
a:active,
a:focus {
color: #353535;
}
/* Quotes */
blockquote {
color: #353535;
background: rgba(127,127,127,.125);
border-left: 2px solid #0a89c0;
margin: 8px 0 24px 0;
padding: 16px;
}
blockquote p:last-child {
margin-bottom: 0;
}
/* UI Fonts */
.amp-wp-meta,
.amp-wp-header div,
.amp-wp-title,
.wp-caption-text,
.amp-wp-tax-category,
.amp-wp-tax-tag,
.amp-wp-comments-link,
.amp-wp-footer p,
.back-to-top {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Header */
.amp-wp-header {
background-color: #0a89c0;
}
.amp-wp-header div {
color: #fff;
font-size: 1em;
font-weight: 400;
margin: 0 auto;
max-width: calc(840px - 32px);
padding: .875em 16px;
position: relative;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
}
/* Site Icon */
.amp-wp-header .amp-wp-site-icon {
/** site icon is 32px **/
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 10px;
}
/* Article */
.amp-wp-article {
color: #353535;
font-weight: 400;
margin: 1.5em auto;
max-width: 840px;
overflow-wrap: break-word;
word-wrap: break-word;
}
/* Article Header */
.amp-wp-article-header {
align-items: center;
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 16px 1.5em;
}
.amp-wp-title {
color: #353535;
display: block;
flex: 1 0 100%;
font-weight: 900;
margin: 0 0 .625em;
width: 100%;
}
/* Article Meta */
.amp-wp-meta {
color: #696969;
display: inline-block;
flex: 2 1 50%;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: 0;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
text-align: right;
}
.amp-wp-article-header .amp-wp-meta:first-of-type {
text-align: left;
}
.amp-wp-byline amp-img,
.amp-wp-byline .amp-wp-author {
display: inline-block;
vertical-align: middle;
}
.amp-wp-byline amp-img {
border: 1px solid #0a89c0;
border-radius: 50%;
position: relative;
margin-right: 6px;
}
.amp-wp-posted-on {
text-align: right;
}
/* Featured image */
.amp-wp-article-featured-image {
margin: 0 0 1em;
}
.amp-wp-article-featured-image amp-img {
margin: 0 auto;
}
.amp-wp-article-featured-image.wp-caption .wp-caption-text {
margin: 0 18px;
}
/* Article Content */
.amp-wp-article-content {
margin: 0 16px;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 1em;
}
.amp-wp-article-content amp-img {
margin: 0 auto;
}
.amp-wp-article-content amp-img.alignright {
margin: 0 0 1em 16px;
}
.amp-wp-article-content amp-img.alignleft {
margin: 0 16px 1em 0;
}
/* Captions */
.wp-caption {
padding: 0;
}
.wp-caption.alignleft {
margin-right: 16px;
}
.wp-caption.alignright {
margin-left: 16px;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #c2c2c2;
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: .66em 10px .75em;
}
/* AMP Media */
amp-carousel {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
.amp-wp-article-content amp-carousel amp-img {
border: none;
}
amp-carousel > amp-img > img {
object-fit: contain;
}
.amp-wp-iframe-placeholder {
background: #c2c2c2 url( ../../../wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%;
background-size: 48px 48px;
min-height: 48px;
}
/* Article Footer Meta */
.amp-wp-article-footer .amp-wp-meta {
display: block;
}
.amp-wp-tax-category,
.amp-wp-tax-tag {
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 1.5em 16px;
}
.amp-wp-comments-link {
color: #696969;
font-size: .875em;
line-height: 1.5em;
text-align: center;
margin: 2.25em 0 1.5em;
}
.amp-wp-comments-link a {
border-style: solid;
border-color: #c2c2c2;
border-width: 1px 1px 2px;
border-radius: 4px;
background-color: transparent;
color: #0a89c0;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin: 0 auto;
max-width: 200px;
padding: 11px 16px;
text-decoration: none;
width: 50%;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
/* AMP Footer */
.amp-wp-footer {
border-top: 1px solid #c2c2c2;
margin: calc(1.5em - 1px) 0 0;
}
.amp-wp-footer div {
margin: 0 auto;
max-width: calc(840px - 32px);
padding: 1.25em 16px 1.25em;
position: relative;
}
.amp-wp-footer h2 {
font-size: 1em;
line-height: 1.375em;
margin: 0 0 .5em;
}
.amp-wp-footer p {
color: #696969;
font-size: .8em;
line-height: 1.5em;
margin: 0 85px 0 0;
}
.amp-wp-footer a {
text-decoration: none;
}
.back-to-top {
bottom: 1.275em;
font-size: .8em;
font-weight: 600;
line-height: 2em;
position: absolute;
right: 16px;
}
</style>
</head>
<body class="">
<header id="#top" class="amp-wp-header">
<div>
<a href="../../../index.html">
Sentence Worthy </a>
</div>
</header>
<article class="amp-wp-article">
<header class="amp-wp-article-header">
<h1 class="amp-wp-title">2.</h1>
<div class="amp-wp-meta amp-wp-byline">
<amp-img src="https://secure.gravatar.com/avatar/af5d95c5c77b1a89842617f48bf141c2?s=24&#038;d=mm&#038;r=g" width="24" height="24" layout="fixed"></amp-img>
<span class="amp-wp-author author vcard">Brandon Rozek</span>
</div>
<div class="amp-wp-meta amp-wp-posted-on">
<time datetime="2015-07-15T15:35:35+00:00">
4 years ago </time>
</div>
</header>
<div class="amp-wp-article-content">
<p><amp-img class="alignnone size-full wp-image-56 amp-wp-enforced-sizes" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg 3920w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(min-width: 600px) 600px, 100vw"></amp-img></p>
<p>The smallest spark<br/>
will set the night aflame-<br/>
all else<br/>
will fade.</p>
</div>
<footer class="amp-wp-article-footer">
<div class="amp-wp-meta amp-wp-tax-category">
Categories: <a href="../../category/uncategorized/index.html" rel="category tag">Uncategorized</a> </div>
<div class="amp-wp-meta amp-wp-tax-tag">
Tags: <a href="../../tag/fireworks/index.html" rel="tag">Fireworks</a>, <a href="../../tag/night-time/index.html" rel="tag">Night Time</a> </div>
</footer>
</article>
<footer class="amp-wp-footer">
<div>
<h2>Sentence Worthy</h2>
<p>
<a href="https://wordpress.org/">Powered by WordPress</a>
</p>
<a href="index.html#top" class="back-to-top">Back to top</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,434 @@
<!doctype html>
<html amp lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>2. | Sentence Worthy</title>
<link rel="canonical" href="../../../index.html%3Fp=11.html" />
<script src="https://cdn.ampproject.org/v0.js" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BlogPosting","mainEntityOfPage":"https:\/\/sentenceworthy.com\/archives\/2\/","publisher":{"@type":"Organization","name":"Sentence Worthy"},"headline":"2.","datePublished":"2015-07-15T15:35:35+00:00","dateModified":"2016-08-16T21:28:51+00:00","author":{"@type":"Person","name":"Brandon Rozek"},"image":{"@type":"ImageObject","url":"https:\/\/sentenceworthy.com\/wp-content\/uploads\/2015\/07\/0704152144f.jpg","width":3920,"height":2340}}</script>
<style amp-custom>
/* Generic WP styling */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.amp-wp-enforced-sizes {
/** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
max-width: 100%;
margin: 0 auto;
}
.amp-wp-unknown-size img {
/** Worst case scenario when we can't figure out dimensions for an image. **/
/** Force the image into a box of fixed dimensions and use object-fit to scale. **/
object-fit: contain;
}
/* Template Styles */
.amp-wp-content,
.amp-wp-title-bar div {
margin: 0 auto;
max-width: 600px;
}
html {
background: #0a89c0;
}
body {
background: #fff;
color: #353535;
font-family: 'Merriweather', 'Times New Roman', Times, Serif;
font-weight: 300;
line-height: 1.75em;
}
p,
ol,
ul,
figure {
margin: 0 0 1em;
padding: 0;
}
a,
a:visited {
color: #0a89c0;
}
a:hover,
a:active,
a:focus {
color: #353535;
}
/* Quotes */
blockquote {
color: #353535;
background: rgba(127,127,127,.125);
border-left: 2px solid #0a89c0;
margin: 8px 0 24px 0;
padding: 16px;
}
blockquote p:last-child {
margin-bottom: 0;
}
/* UI Fonts */
.amp-wp-meta,
.amp-wp-header div,
.amp-wp-title,
.wp-caption-text,
.amp-wp-tax-category,
.amp-wp-tax-tag,
.amp-wp-comments-link,
.amp-wp-footer p,
.back-to-top {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Header */
.amp-wp-header {
background-color: #0a89c0;
}
.amp-wp-header div {
color: #fff;
font-size: 1em;
font-weight: 400;
margin: 0 auto;
max-width: calc(840px - 32px);
padding: .875em 16px;
position: relative;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
}
/* Site Icon */
.amp-wp-header .amp-wp-site-icon {
/** site icon is 32px **/
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 10px;
}
/* Article */
.amp-wp-article {
color: #353535;
font-weight: 400;
margin: 1.5em auto;
max-width: 840px;
overflow-wrap: break-word;
word-wrap: break-word;
}
/* Article Header */
.amp-wp-article-header {
align-items: center;
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 16px 1.5em;
}
.amp-wp-title {
color: #353535;
display: block;
flex: 1 0 100%;
font-weight: 900;
margin: 0 0 .625em;
width: 100%;
}
/* Article Meta */
.amp-wp-meta {
color: #696969;
display: inline-block;
flex: 2 1 50%;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: 0;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
text-align: right;
}
.amp-wp-article-header .amp-wp-meta:first-of-type {
text-align: left;
}
.amp-wp-byline amp-img,
.amp-wp-byline .amp-wp-author {
display: inline-block;
vertical-align: middle;
}
.amp-wp-byline amp-img {
border: 1px solid #0a89c0;
border-radius: 50%;
position: relative;
margin-right: 6px;
}
.amp-wp-posted-on {
text-align: right;
}
/* Featured image */
.amp-wp-article-featured-image {
margin: 0 0 1em;
}
.amp-wp-article-featured-image amp-img {
margin: 0 auto;
}
.amp-wp-article-featured-image.wp-caption .wp-caption-text {
margin: 0 18px;
}
/* Article Content */
.amp-wp-article-content {
margin: 0 16px;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 1em;
}
.amp-wp-article-content amp-img {
margin: 0 auto;
}
.amp-wp-article-content amp-img.alignright {
margin: 0 0 1em 16px;
}
.amp-wp-article-content amp-img.alignleft {
margin: 0 16px 1em 0;
}
/* Captions */
.wp-caption {
padding: 0;
}
.wp-caption.alignleft {
margin-right: 16px;
}
.wp-caption.alignright {
margin-left: 16px;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #c2c2c2;
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: .66em 10px .75em;
}
/* AMP Media */
amp-carousel {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
.amp-wp-article-content amp-carousel amp-img {
border: none;
}
amp-carousel > amp-img > img {
object-fit: contain;
}
.amp-wp-iframe-placeholder {
background: #c2c2c2 url( ../../../wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%;
background-size: 48px 48px;
min-height: 48px;
}
/* Article Footer Meta */
.amp-wp-article-footer .amp-wp-meta {
display: block;
}
.amp-wp-tax-category,
.amp-wp-tax-tag {
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 1.5em 16px;
}
.amp-wp-comments-link {
color: #696969;
font-size: .875em;
line-height: 1.5em;
text-align: center;
margin: 2.25em 0 1.5em;
}
.amp-wp-comments-link a {
border-style: solid;
border-color: #c2c2c2;
border-width: 1px 1px 2px;
border-radius: 4px;
background-color: transparent;
color: #0a89c0;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin: 0 auto;
max-width: 200px;
padding: 11px 16px;
text-decoration: none;
width: 50%;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
/* AMP Footer */
.amp-wp-footer {
border-top: 1px solid #c2c2c2;
margin: calc(1.5em - 1px) 0 0;
}
.amp-wp-footer div {
margin: 0 auto;
max-width: calc(840px - 32px);
padding: 1.25em 16px 1.25em;
position: relative;
}
.amp-wp-footer h2 {
font-size: 1em;
line-height: 1.375em;
margin: 0 0 .5em;
}
.amp-wp-footer p {
color: #696969;
font-size: .8em;
line-height: 1.5em;
margin: 0 85px 0 0;
}
.amp-wp-footer a {
text-decoration: none;
}
.back-to-top {
bottom: 1.275em;
font-size: .8em;
font-weight: 600;
line-height: 2em;
position: absolute;
right: 16px;
}
</style>
</head>
<body class="">
<header id="#top" class="amp-wp-header">
<div>
<a href="../../../index.html">
Sentence Worthy </a>
</div>
</header>
<article class="amp-wp-article">
<header class="amp-wp-article-header">
<h1 class="amp-wp-title">2.</h1>
<div class="amp-wp-meta amp-wp-byline">
<amp-img src="https://secure.gravatar.com/avatar/af5d95c5c77b1a89842617f48bf141c2?s=24&#038;d=mm&#038;r=g" width="24" height="24" layout="fixed"></amp-img>
<span class="amp-wp-author author vcard">Brandon Rozek</span>
</div>
<div class="amp-wp-meta amp-wp-posted-on">
<time datetime="2015-07-15T15:35:35+00:00">
4 years ago </time>
</div>
</header>
<div class="amp-wp-article-content">
<p><amp-img class="alignnone size-full wp-image-56 amp-wp-enforced-sizes" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg 3920w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(min-width: 600px) 600px, 100vw"></amp-img></p>
<p>The smallest spark<br/>
will set the night aflame-<br/>
all else<br/>
will fade.</p>
</div>
<footer class="amp-wp-article-footer">
<div class="amp-wp-meta amp-wp-tax-category">
Categories: <a href="../../category/uncategorized/index.html" rel="category tag">Uncategorized</a> </div>
<div class="amp-wp-meta amp-wp-tax-tag">
Tags: <a href="../../tag/fireworks/index.html" rel="tag">Fireworks</a>, <a href="../../tag/night-time/index.html" rel="tag">Night Time</a> </div>
</footer>
</article>
<footer class="amp-wp-footer">
<div>
<h2>Sentence Worthy</h2>
<p>
<a href="https://wordpress.org/">Powered by WordPress</a>
</p>
<a href="index.html#top" class="back-to-top">Back to top</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>Comments on: 2.</title>
<atom:link href="https://sentenceworthy.com/archives/2/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com/archives/2/</link>
<description></description>
<lastBuildDate>Sat, 03 Aug 2019 02:05:02 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/></channel>
</rss>

431
archives/3/amp/index.html Normal file
View file

@ -0,0 +1,431 @@
<!doctype html>
<html amp lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>3. | Sentence Worthy</title>
<link rel="canonical" href="../../../index.html%3Fp=24.html" />
<script src="https://cdn.ampproject.org/v0.js" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BlogPosting","mainEntityOfPage":"https:\/\/sentenceworthy.com\/archives\/3\/","publisher":{"@type":"Organization","name":"Sentence Worthy"},"headline":"3.","datePublished":"2015-09-15T02:31:00+00:00","dateModified":"2016-08-16T21:35:02+00:00","author":{"@type":"Person","name":"Brandon Rozek"},"image":{"@type":"ImageObject","url":"https:\/\/sentenceworthy.com\/wp-content\/uploads\/2015\/09\/1207141718b.jpg","width":0,"height":0}}</script>
<style amp-custom>
/* Generic WP styling */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.amp-wp-enforced-sizes {
/** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
max-width: 100%;
margin: 0 auto;
}
.amp-wp-unknown-size img {
/** Worst case scenario when we can't figure out dimensions for an image. **/
/** Force the image into a box of fixed dimensions and use object-fit to scale. **/
object-fit: contain;
}
/* Template Styles */
.amp-wp-content,
.amp-wp-title-bar div {
margin: 0 auto;
max-width: 600px;
}
html {
background: #0a89c0;
}
body {
background: #fff;
color: #353535;
font-family: 'Merriweather', 'Times New Roman', Times, Serif;
font-weight: 300;
line-height: 1.75em;
}
p,
ol,
ul,
figure {
margin: 0 0 1em;
padding: 0;
}
a,
a:visited {
color: #0a89c0;
}
a:hover,
a:active,
a:focus {
color: #353535;
}
/* Quotes */
blockquote {
color: #353535;
background: rgba(127,127,127,.125);
border-left: 2px solid #0a89c0;
margin: 8px 0 24px 0;
padding: 16px;
}
blockquote p:last-child {
margin-bottom: 0;
}
/* UI Fonts */
.amp-wp-meta,
.amp-wp-header div,
.amp-wp-title,
.wp-caption-text,
.amp-wp-tax-category,
.amp-wp-tax-tag,
.amp-wp-comments-link,
.amp-wp-footer p,
.back-to-top {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Header */
.amp-wp-header {
background-color: #0a89c0;
}
.amp-wp-header div {
color: #fff;
font-size: 1em;
font-weight: 400;
margin: 0 auto;
max-width: calc(840px - 32px);
padding: .875em 16px;
position: relative;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
}
/* Site Icon */
.amp-wp-header .amp-wp-site-icon {
/** site icon is 32px **/
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 10px;
}
/* Article */
.amp-wp-article {
color: #353535;
font-weight: 400;
margin: 1.5em auto;
max-width: 840px;
overflow-wrap: break-word;
word-wrap: break-word;
}
/* Article Header */
.amp-wp-article-header {
align-items: center;
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 16px 1.5em;
}
.amp-wp-title {
color: #353535;
display: block;
flex: 1 0 100%;
font-weight: 900;
margin: 0 0 .625em;
width: 100%;
}
/* Article Meta */
.amp-wp-meta {
color: #696969;
display: inline-block;
flex: 2 1 50%;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: 0;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
text-align: right;
}
.amp-wp-article-header .amp-wp-meta:first-of-type {
text-align: left;
}
.amp-wp-byline amp-img,
.amp-wp-byline .amp-wp-author {
display: inline-block;
vertical-align: middle;
}
.amp-wp-byline amp-img {
border: 1px solid #0a89c0;
border-radius: 50%;
position: relative;
margin-right: 6px;
}
.amp-wp-posted-on {
text-align: right;
}
/* Featured image */
.amp-wp-article-featured-image {
margin: 0 0 1em;
}
.amp-wp-article-featured-image amp-img {
margin: 0 auto;
}
.amp-wp-article-featured-image.wp-caption .wp-caption-text {
margin: 0 18px;
}
/* Article Content */
.amp-wp-article-content {
margin: 0 16px;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 1em;
}
.amp-wp-article-content amp-img {
margin: 0 auto;
}
.amp-wp-article-content amp-img.alignright {
margin: 0 0 1em 16px;
}
.amp-wp-article-content amp-img.alignleft {
margin: 0 16px 1em 0;
}
/* Captions */
.wp-caption {
padding: 0;
}
.wp-caption.alignleft {
margin-right: 16px;
}
.wp-caption.alignright {
margin-left: 16px;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #c2c2c2;
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: .66em 10px .75em;
}
/* AMP Media */
amp-carousel {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
.amp-wp-article-content amp-carousel amp-img {
border: none;
}
amp-carousel > amp-img > img {
object-fit: contain;
}
.amp-wp-iframe-placeholder {
background: #c2c2c2 url( ../../../wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%;
background-size: 48px 48px;
min-height: 48px;
}
/* Article Footer Meta */
.amp-wp-article-footer .amp-wp-meta {
display: block;
}
.amp-wp-tax-category,
.amp-wp-tax-tag {
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 1.5em 16px;
}
.amp-wp-comments-link {
color: #696969;
font-size: .875em;
line-height: 1.5em;
text-align: center;
margin: 2.25em 0 1.5em;
}
.amp-wp-comments-link a {
border-style: solid;
border-color: #c2c2c2;
border-width: 1px 1px 2px;
border-radius: 4px;
background-color: transparent;
color: #0a89c0;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin: 0 auto;
max-width: 200px;
padding: 11px 16px;
text-decoration: none;
width: 50%;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
/* AMP Footer */
.amp-wp-footer {
border-top: 1px solid #c2c2c2;
margin: calc(1.5em - 1px) 0 0;
}
.amp-wp-footer div {
margin: 0 auto;
max-width: calc(840px - 32px);
padding: 1.25em 16px 1.25em;
position: relative;
}
.amp-wp-footer h2 {
font-size: 1em;
line-height: 1.375em;
margin: 0 0 .5em;
}
.amp-wp-footer p {
color: #696969;
font-size: .8em;
line-height: 1.5em;
margin: 0 85px 0 0;
}
.amp-wp-footer a {
text-decoration: none;
}
.back-to-top {
bottom: 1.275em;
font-size: .8em;
font-weight: 600;
line-height: 2em;
position: absolute;
right: 16px;
}
</style>
</head>
<body class="">
<header id="#top" class="amp-wp-header">
<div>
<a href="../../../index.html">
Sentence Worthy </a>
</div>
</header>
<article class="amp-wp-article">
<header class="amp-wp-article-header">
<h1 class="amp-wp-title">3.</h1>
<div class="amp-wp-meta amp-wp-byline">
<amp-img src="https://secure.gravatar.com/avatar/af5d95c5c77b1a89842617f48bf141c2?s=24&#038;d=mm&#038;r=g" width="24" height="24" layout="fixed"></amp-img>
<span class="amp-wp-author author vcard">Brandon Rozek</span>
</div>
<div class="amp-wp-meta amp-wp-posted-on">
<time datetime="2015-09-15T02:31:00+00:00">
4 years ago </time>
</div>
</header>
<div class="amp-wp-article-content">
<p><amp-img class="alignnone size-full wp-image-62 amp-wp-enforced-sizes" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(min-width: 600px) 600px, 100vw"></amp-img></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</div>
<footer class="amp-wp-article-footer">
<div class="amp-wp-meta amp-wp-tax-category">
Categories: <a href="../../category/uncategorized/index.html" rel="category tag">Uncategorized</a> </div>
<div class="amp-wp-meta amp-wp-tax-tag">
Tags: <a href="../../tag/construction/index.html" rel="tag">Construction</a>, <a href="../../tag/night-time/index.html" rel="tag">Night Time</a>, <a href="../../tag/sign/index.html" rel="tag">Sign</a> </div>
</footer>
</article>
<footer class="amp-wp-footer">
<div>
<h2>Sentence Worthy</h2>
<p>
<a href="https://wordpress.org/">Powered by WordPress</a>
</p>
<a href="index.html#top" class="back-to-top">Back to top</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,431 @@
<!doctype html>
<html amp lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>3. | Sentence Worthy</title>
<link rel="canonical" href="../../../index.html%3Fp=24.html" />
<script src="https://cdn.ampproject.org/v0.js" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BlogPosting","mainEntityOfPage":"https:\/\/sentenceworthy.com\/archives\/3\/","publisher":{"@type":"Organization","name":"Sentence Worthy"},"headline":"3.","datePublished":"2015-09-15T02:31:00+00:00","dateModified":"2016-08-16T21:35:02+00:00","author":{"@type":"Person","name":"Brandon Rozek"},"image":{"@type":"ImageObject","url":"https:\/\/sentenceworthy.com\/wp-content\/uploads\/2015\/09\/1207141718b.jpg","width":0,"height":0}}</script>
<style amp-custom>
/* Generic WP styling */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.amp-wp-enforced-sizes {
/** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
max-width: 100%;
margin: 0 auto;
}
.amp-wp-unknown-size img {
/** Worst case scenario when we can't figure out dimensions for an image. **/
/** Force the image into a box of fixed dimensions and use object-fit to scale. **/
object-fit: contain;
}
/* Template Styles */
.amp-wp-content,
.amp-wp-title-bar div {
margin: 0 auto;
max-width: 600px;
}
html {
background: #0a89c0;
}
body {
background: #fff;
color: #353535;
font-family: 'Merriweather', 'Times New Roman', Times, Serif;
font-weight: 300;
line-height: 1.75em;
}
p,
ol,
ul,
figure {
margin: 0 0 1em;
padding: 0;
}
a,
a:visited {
color: #0a89c0;
}
a:hover,
a:active,
a:focus {
color: #353535;
}
/* Quotes */
blockquote {
color: #353535;
background: rgba(127,127,127,.125);
border-left: 2px solid #0a89c0;
margin: 8px 0 24px 0;
padding: 16px;
}
blockquote p:last-child {
margin-bottom: 0;
}
/* UI Fonts */
.amp-wp-meta,
.amp-wp-header div,
.amp-wp-title,
.wp-caption-text,
.amp-wp-tax-category,
.amp-wp-tax-tag,
.amp-wp-comments-link,
.amp-wp-footer p,
.back-to-top {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Header */
.amp-wp-header {
background-color: #0a89c0;
}
.amp-wp-header div {
color: #fff;
font-size: 1em;
font-weight: 400;
margin: 0 auto;
max-width: calc(840px - 32px);
padding: .875em 16px;
position: relative;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
}
/* Site Icon */
.amp-wp-header .amp-wp-site-icon {
/** site icon is 32px **/
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 10px;
}
/* Article */
.amp-wp-article {
color: #353535;
font-weight: 400;
margin: 1.5em auto;
max-width: 840px;
overflow-wrap: break-word;
word-wrap: break-word;
}
/* Article Header */
.amp-wp-article-header {
align-items: center;
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 16px 1.5em;
}
.amp-wp-title {
color: #353535;
display: block;
flex: 1 0 100%;
font-weight: 900;
margin: 0 0 .625em;
width: 100%;
}
/* Article Meta */
.amp-wp-meta {
color: #696969;
display: inline-block;
flex: 2 1 50%;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: 0;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
text-align: right;
}
.amp-wp-article-header .amp-wp-meta:first-of-type {
text-align: left;
}
.amp-wp-byline amp-img,
.amp-wp-byline .amp-wp-author {
display: inline-block;
vertical-align: middle;
}
.amp-wp-byline amp-img {
border: 1px solid #0a89c0;
border-radius: 50%;
position: relative;
margin-right: 6px;
}
.amp-wp-posted-on {
text-align: right;
}
/* Featured image */
.amp-wp-article-featured-image {
margin: 0 0 1em;
}
.amp-wp-article-featured-image amp-img {
margin: 0 auto;
}
.amp-wp-article-featured-image.wp-caption .wp-caption-text {
margin: 0 18px;
}
/* Article Content */
.amp-wp-article-content {
margin: 0 16px;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 1em;
}
.amp-wp-article-content amp-img {
margin: 0 auto;
}
.amp-wp-article-content amp-img.alignright {
margin: 0 0 1em 16px;
}
.amp-wp-article-content amp-img.alignleft {
margin: 0 16px 1em 0;
}
/* Captions */
.wp-caption {
padding: 0;
}
.wp-caption.alignleft {
margin-right: 16px;
}
.wp-caption.alignright {
margin-left: 16px;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #c2c2c2;
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: .66em 10px .75em;
}
/* AMP Media */
amp-carousel {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
.amp-wp-article-content amp-carousel amp-img {
border: none;
}
amp-carousel > amp-img > img {
object-fit: contain;
}
.amp-wp-iframe-placeholder {
background: #c2c2c2 url( ../../../wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%;
background-size: 48px 48px;
min-height: 48px;
}
/* Article Footer Meta */
.amp-wp-article-footer .amp-wp-meta {
display: block;
}
.amp-wp-tax-category,
.amp-wp-tax-tag {
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 1.5em 16px;
}
.amp-wp-comments-link {
color: #696969;
font-size: .875em;
line-height: 1.5em;
text-align: center;
margin: 2.25em 0 1.5em;
}
.amp-wp-comments-link a {
border-style: solid;
border-color: #c2c2c2;
border-width: 1px 1px 2px;
border-radius: 4px;
background-color: transparent;
color: #0a89c0;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin: 0 auto;
max-width: 200px;
padding: 11px 16px;
text-decoration: none;
width: 50%;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
/* AMP Footer */
.amp-wp-footer {
border-top: 1px solid #c2c2c2;
margin: calc(1.5em - 1px) 0 0;
}
.amp-wp-footer div {
margin: 0 auto;
max-width: calc(840px - 32px);
padding: 1.25em 16px 1.25em;
position: relative;
}
.amp-wp-footer h2 {
font-size: 1em;
line-height: 1.375em;
margin: 0 0 .5em;
}
.amp-wp-footer p {
color: #696969;
font-size: .8em;
line-height: 1.5em;
margin: 0 85px 0 0;
}
.amp-wp-footer a {
text-decoration: none;
}
.back-to-top {
bottom: 1.275em;
font-size: .8em;
font-weight: 600;
line-height: 2em;
position: absolute;
right: 16px;
}
</style>
</head>
<body class="">
<header id="#top" class="amp-wp-header">
<div>
<a href="../../../index.html">
Sentence Worthy </a>
</div>
</header>
<article class="amp-wp-article">
<header class="amp-wp-article-header">
<h1 class="amp-wp-title">3.</h1>
<div class="amp-wp-meta amp-wp-byline">
<amp-img src="https://secure.gravatar.com/avatar/af5d95c5c77b1a89842617f48bf141c2?s=24&#038;d=mm&#038;r=g" width="24" height="24" layout="fixed"></amp-img>
<span class="amp-wp-author author vcard">Brandon Rozek</span>
</div>
<div class="amp-wp-meta amp-wp-posted-on">
<time datetime="2015-09-15T02:31:00+00:00">
4 years ago </time>
</div>
</header>
<div class="amp-wp-article-content">
<p><amp-img class="alignnone size-full wp-image-62 amp-wp-enforced-sizes" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(min-width: 600px) 600px, 100vw"></amp-img></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</div>
<footer class="amp-wp-article-footer">
<div class="amp-wp-meta amp-wp-tax-category">
Categories: <a href="../../category/uncategorized/index.html" rel="category tag">Uncategorized</a> </div>
<div class="amp-wp-meta amp-wp-tax-tag">
Tags: <a href="../../tag/construction/index.html" rel="tag">Construction</a>, <a href="../../tag/night-time/index.html" rel="tag">Night Time</a>, <a href="../../tag/sign/index.html" rel="tag">Sign</a> </div>
</footer>
</article>
<footer class="amp-wp-footer">
<div>
<h2>Sentence Worthy</h2>
<p>
<a href="https://wordpress.org/">Powered by WordPress</a>
</p>
<a href="index.html#top" class="back-to-top">Back to top</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>Comments on: 3.</title>
<atom:link href="https://sentenceworthy.com/archives/3/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com/archives/3/</link>
<description></description>
<lastBuildDate>Sat, 03 Aug 2019 02:05:01 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/></channel>
</rss>

433
archives/4/amp/index.html Normal file
View file

@ -0,0 +1,433 @@
<!doctype html>
<html amp lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>4. | Sentence Worthy</title>
<link rel="canonical" href="../../../index.html%3Fp=36.html" />
<script src="https://cdn.ampproject.org/v0.js" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BlogPosting","mainEntityOfPage":"https:\/\/sentenceworthy.com\/archives\/4\/","publisher":{"@type":"Organization","name":"Sentence Worthy"},"headline":"4.","datePublished":"2015-11-28T18:47:12+00:00","dateModified":"2016-08-16T21:35:57+00:00","author":{"@type":"Person","name":"Brandon Rozek"},"image":{"@type":"ImageObject","url":"https:\/\/sentenceworthy.com\/wp-content\/uploads\/2015\/11\/pacman.jpg","width":3069,"height":2340}}</script>
<style amp-custom>
/* Generic WP styling */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.amp-wp-enforced-sizes {
/** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
max-width: 100%;
margin: 0 auto;
}
.amp-wp-unknown-size img {
/** Worst case scenario when we can't figure out dimensions for an image. **/
/** Force the image into a box of fixed dimensions and use object-fit to scale. **/
object-fit: contain;
}
/* Template Styles */
.amp-wp-content,
.amp-wp-title-bar div {
margin: 0 auto;
max-width: 600px;
}
html {
background: #0a89c0;
}
body {
background: #fff;
color: #353535;
font-family: 'Merriweather', 'Times New Roman', Times, Serif;
font-weight: 300;
line-height: 1.75em;
}
p,
ol,
ul,
figure {
margin: 0 0 1em;
padding: 0;
}
a,
a:visited {
color: #0a89c0;
}
a:hover,
a:active,
a:focus {
color: #353535;
}
/* Quotes */
blockquote {
color: #353535;
background: rgba(127,127,127,.125);
border-left: 2px solid #0a89c0;
margin: 8px 0 24px 0;
padding: 16px;
}
blockquote p:last-child {
margin-bottom: 0;
}
/* UI Fonts */
.amp-wp-meta,
.amp-wp-header div,
.amp-wp-title,
.wp-caption-text,
.amp-wp-tax-category,
.amp-wp-tax-tag,
.amp-wp-comments-link,
.amp-wp-footer p,
.back-to-top {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Header */
.amp-wp-header {
background-color: #0a89c0;
}
.amp-wp-header div {
color: #fff;
font-size: 1em;
font-weight: 400;
margin: 0 auto;
max-width: calc(840px - 32px);
padding: .875em 16px;
position: relative;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
}
/* Site Icon */
.amp-wp-header .amp-wp-site-icon {
/** site icon is 32px **/
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 10px;
}
/* Article */
.amp-wp-article {
color: #353535;
font-weight: 400;
margin: 1.5em auto;
max-width: 840px;
overflow-wrap: break-word;
word-wrap: break-word;
}
/* Article Header */
.amp-wp-article-header {
align-items: center;
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 16px 1.5em;
}
.amp-wp-title {
color: #353535;
display: block;
flex: 1 0 100%;
font-weight: 900;
margin: 0 0 .625em;
width: 100%;
}
/* Article Meta */
.amp-wp-meta {
color: #696969;
display: inline-block;
flex: 2 1 50%;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: 0;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
text-align: right;
}
.amp-wp-article-header .amp-wp-meta:first-of-type {
text-align: left;
}
.amp-wp-byline amp-img,
.amp-wp-byline .amp-wp-author {
display: inline-block;
vertical-align: middle;
}
.amp-wp-byline amp-img {
border: 1px solid #0a89c0;
border-radius: 50%;
position: relative;
margin-right: 6px;
}
.amp-wp-posted-on {
text-align: right;
}
/* Featured image */
.amp-wp-article-featured-image {
margin: 0 0 1em;
}
.amp-wp-article-featured-image amp-img {
margin: 0 auto;
}
.amp-wp-article-featured-image.wp-caption .wp-caption-text {
margin: 0 18px;
}
/* Article Content */
.amp-wp-article-content {
margin: 0 16px;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 1em;
}
.amp-wp-article-content amp-img {
margin: 0 auto;
}
.amp-wp-article-content amp-img.alignright {
margin: 0 0 1em 16px;
}
.amp-wp-article-content amp-img.alignleft {
margin: 0 16px 1em 0;
}
/* Captions */
.wp-caption {
padding: 0;
}
.wp-caption.alignleft {
margin-right: 16px;
}
.wp-caption.alignright {
margin-left: 16px;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #c2c2c2;
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: .66em 10px .75em;
}
/* AMP Media */
amp-carousel {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
.amp-wp-article-content amp-carousel amp-img {
border: none;
}
amp-carousel > amp-img > img {
object-fit: contain;
}
.amp-wp-iframe-placeholder {
background: #c2c2c2 url( ../../../wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%;
background-size: 48px 48px;
min-height: 48px;
}
/* Article Footer Meta */
.amp-wp-article-footer .amp-wp-meta {
display: block;
}
.amp-wp-tax-category,
.amp-wp-tax-tag {
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 1.5em 16px;
}
.amp-wp-comments-link {
color: #696969;
font-size: .875em;
line-height: 1.5em;
text-align: center;
margin: 2.25em 0 1.5em;
}
.amp-wp-comments-link a {
border-style: solid;
border-color: #c2c2c2;
border-width: 1px 1px 2px;
border-radius: 4px;
background-color: transparent;
color: #0a89c0;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin: 0 auto;
max-width: 200px;
padding: 11px 16px;
text-decoration: none;
width: 50%;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
/* AMP Footer */
.amp-wp-footer {
border-top: 1px solid #c2c2c2;
margin: calc(1.5em - 1px) 0 0;
}
.amp-wp-footer div {
margin: 0 auto;
max-width: calc(840px - 32px);
padding: 1.25em 16px 1.25em;
position: relative;
}
.amp-wp-footer h2 {
font-size: 1em;
line-height: 1.375em;
margin: 0 0 .5em;
}
.amp-wp-footer p {
color: #696969;
font-size: .8em;
line-height: 1.5em;
margin: 0 85px 0 0;
}
.amp-wp-footer a {
text-decoration: none;
}
.back-to-top {
bottom: 1.275em;
font-size: .8em;
font-weight: 600;
line-height: 2em;
position: absolute;
right: 16px;
}
</style>
</head>
<body class="">
<header id="#top" class="amp-wp-header">
<div>
<a href="../../../index.html">
Sentence Worthy </a>
</div>
</header>
<article class="amp-wp-article">
<header class="amp-wp-article-header">
<h1 class="amp-wp-title">4.</h1>
<div class="amp-wp-meta amp-wp-byline">
<amp-img src="https://secure.gravatar.com/avatar/af5d95c5c77b1a89842617f48bf141c2?s=24&#038;d=mm&#038;r=g" width="24" height="24" layout="fixed"></amp-img>
<span class="amp-wp-author author vcard">Brandon Rozek</span>
</div>
<div class="amp-wp-meta amp-wp-posted-on">
<time datetime="2015-11-28T18:47:12+00:00">
4 years ago </time>
</div>
</header>
<div class="amp-wp-article-content">
<p><amp-img class="alignnone size-full wp-image-64 amp-wp-enforced-sizes" src="http://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg 3069w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-300x229.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-768x586.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(min-width: 600px) 600px, 100vw"></amp-img></p>
<p>Huddled against yesterdays memories<br/>
-an old sweater, favorite blue jeans-<br/>
I find childhood.</p>
</div>
<footer class="amp-wp-article-footer">
<div class="amp-wp-meta amp-wp-tax-category">
Categories: <a href="../../category/uncategorized/index.html" rel="category tag">Uncategorized</a> </div>
<div class="amp-wp-meta amp-wp-tax-tag">
Tags: <a href="../../tag/nostalgia/index.html" rel="tag">nostalgia</a>, <a href="../../tag/pacman/index.html" rel="tag">pacman</a> </div>
</footer>
</article>
<footer class="amp-wp-footer">
<div>
<h2>Sentence Worthy</h2>
<p>
<a href="https://wordpress.org/">Powered by WordPress</a>
</p>
<a href="index.html#top" class="back-to-top">Back to top</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,433 @@
<!doctype html>
<html amp lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<title>4. | Sentence Worthy</title>
<link rel="canonical" href="../../../index.html%3Fp=36.html" />
<script src="https://cdn.ampproject.org/v0.js" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"BlogPosting","mainEntityOfPage":"https:\/\/sentenceworthy.com\/archives\/4\/","publisher":{"@type":"Organization","name":"Sentence Worthy"},"headline":"4.","datePublished":"2015-11-28T18:47:12+00:00","dateModified":"2016-08-16T21:35:57+00:00","author":{"@type":"Person","name":"Brandon Rozek"},"image":{"@type":"ImageObject","url":"https:\/\/sentenceworthy.com\/wp-content\/uploads\/2015\/11\/pacman.jpg","width":3069,"height":2340}}</script>
<style amp-custom>
/* Generic WP styling */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.amp-wp-enforced-sizes {
/** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/
max-width: 100%;
margin: 0 auto;
}
.amp-wp-unknown-size img {
/** Worst case scenario when we can't figure out dimensions for an image. **/
/** Force the image into a box of fixed dimensions and use object-fit to scale. **/
object-fit: contain;
}
/* Template Styles */
.amp-wp-content,
.amp-wp-title-bar div {
margin: 0 auto;
max-width: 600px;
}
html {
background: #0a89c0;
}
body {
background: #fff;
color: #353535;
font-family: 'Merriweather', 'Times New Roman', Times, Serif;
font-weight: 300;
line-height: 1.75em;
}
p,
ol,
ul,
figure {
margin: 0 0 1em;
padding: 0;
}
a,
a:visited {
color: #0a89c0;
}
a:hover,
a:active,
a:focus {
color: #353535;
}
/* Quotes */
blockquote {
color: #353535;
background: rgba(127,127,127,.125);
border-left: 2px solid #0a89c0;
margin: 8px 0 24px 0;
padding: 16px;
}
blockquote p:last-child {
margin-bottom: 0;
}
/* UI Fonts */
.amp-wp-meta,
.amp-wp-header div,
.amp-wp-title,
.wp-caption-text,
.amp-wp-tax-category,
.amp-wp-tax-tag,
.amp-wp-comments-link,
.amp-wp-footer p,
.back-to-top {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
/* Header */
.amp-wp-header {
background-color: #0a89c0;
}
.amp-wp-header div {
color: #fff;
font-size: 1em;
font-weight: 400;
margin: 0 auto;
max-width: calc(840px - 32px);
padding: .875em 16px;
position: relative;
}
.amp-wp-header a {
color: #fff;
text-decoration: none;
}
/* Site Icon */
.amp-wp-header .amp-wp-site-icon {
/** site icon is 32px **/
background-color: #fff;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
right: 18px;
top: 10px;
}
/* Article */
.amp-wp-article {
color: #353535;
font-weight: 400;
margin: 1.5em auto;
max-width: 840px;
overflow-wrap: break-word;
word-wrap: break-word;
}
/* Article Header */
.amp-wp-article-header {
align-items: center;
align-content: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 16px 1.5em;
}
.amp-wp-title {
color: #353535;
display: block;
flex: 1 0 100%;
font-weight: 900;
margin: 0 0 .625em;
width: 100%;
}
/* Article Meta */
.amp-wp-meta {
color: #696969;
display: inline-block;
flex: 2 1 50%;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: 0;
}
.amp-wp-article-header .amp-wp-meta:last-of-type {
text-align: right;
}
.amp-wp-article-header .amp-wp-meta:first-of-type {
text-align: left;
}
.amp-wp-byline amp-img,
.amp-wp-byline .amp-wp-author {
display: inline-block;
vertical-align: middle;
}
.amp-wp-byline amp-img {
border: 1px solid #0a89c0;
border-radius: 50%;
position: relative;
margin-right: 6px;
}
.amp-wp-posted-on {
text-align: right;
}
/* Featured image */
.amp-wp-article-featured-image {
margin: 0 0 1em;
}
.amp-wp-article-featured-image amp-img {
margin: 0 auto;
}
.amp-wp-article-featured-image.wp-caption .wp-caption-text {
margin: 0 18px;
}
/* Article Content */
.amp-wp-article-content {
margin: 0 16px;
}
.amp-wp-article-content ul,
.amp-wp-article-content ol {
margin-left: 1em;
}
.amp-wp-article-content amp-img {
margin: 0 auto;
}
.amp-wp-article-content amp-img.alignright {
margin: 0 0 1em 16px;
}
.amp-wp-article-content amp-img.alignleft {
margin: 0 16px 1em 0;
}
/* Captions */
.wp-caption {
padding: 0;
}
.wp-caption.alignleft {
margin-right: 16px;
}
.wp-caption.alignright {
margin-left: 16px;
}
.wp-caption .wp-caption-text {
border-bottom: 1px solid #c2c2c2;
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 0;
padding: .66em 10px .75em;
}
/* AMP Media */
amp-carousel {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
background: #c2c2c2;
margin: 0 -16px 1.5em;
}
.amp-wp-article-content amp-carousel amp-img {
border: none;
}
amp-carousel > amp-img > img {
object-fit: contain;
}
.amp-wp-iframe-placeholder {
background: #c2c2c2 url( ../../../wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%;
background-size: 48px 48px;
min-height: 48px;
}
/* Article Footer Meta */
.amp-wp-article-footer .amp-wp-meta {
display: block;
}
.amp-wp-tax-category,
.amp-wp-tax-tag {
color: #696969;
font-size: .875em;
line-height: 1.5em;
margin: 1.5em 16px;
}
.amp-wp-comments-link {
color: #696969;
font-size: .875em;
line-height: 1.5em;
text-align: center;
margin: 2.25em 0 1.5em;
}
.amp-wp-comments-link a {
border-style: solid;
border-color: #c2c2c2;
border-width: 1px 1px 2px;
border-radius: 4px;
background-color: transparent;
color: #0a89c0;
cursor: pointer;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin: 0 auto;
max-width: 200px;
padding: 11px 16px;
text-decoration: none;
width: 50%;
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
/* AMP Footer */
.amp-wp-footer {
border-top: 1px solid #c2c2c2;
margin: calc(1.5em - 1px) 0 0;
}
.amp-wp-footer div {
margin: 0 auto;
max-width: calc(840px - 32px);
padding: 1.25em 16px 1.25em;
position: relative;
}
.amp-wp-footer h2 {
font-size: 1em;
line-height: 1.375em;
margin: 0 0 .5em;
}
.amp-wp-footer p {
color: #696969;
font-size: .8em;
line-height: 1.5em;
margin: 0 85px 0 0;
}
.amp-wp-footer a {
text-decoration: none;
}
.back-to-top {
bottom: 1.275em;
font-size: .8em;
font-weight: 600;
line-height: 2em;
position: absolute;
right: 16px;
}
</style>
</head>
<body class="">
<header id="#top" class="amp-wp-header">
<div>
<a href="../../../index.html">
Sentence Worthy </a>
</div>
</header>
<article class="amp-wp-article">
<header class="amp-wp-article-header">
<h1 class="amp-wp-title">4.</h1>
<div class="amp-wp-meta amp-wp-byline">
<amp-img src="https://secure.gravatar.com/avatar/af5d95c5c77b1a89842617f48bf141c2?s=24&#038;d=mm&#038;r=g" width="24" height="24" layout="fixed"></amp-img>
<span class="amp-wp-author author vcard">Brandon Rozek</span>
</div>
<div class="amp-wp-meta amp-wp-posted-on">
<time datetime="2015-11-28T18:47:12+00:00">
4 years ago </time>
</div>
</header>
<div class="amp-wp-article-content">
<p><amp-img class="alignnone size-full wp-image-64 amp-wp-enforced-sizes" src="http://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg 3069w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-300x229.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-768x586.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(min-width: 600px) 600px, 100vw"></amp-img></p>
<p>Huddled against yesterdays memories<br/>
-an old sweater, favorite blue jeans-<br/>
I find childhood.</p>
</div>
<footer class="amp-wp-article-footer">
<div class="amp-wp-meta amp-wp-tax-category">
Categories: <a href="../../category/uncategorized/index.html" rel="category tag">Uncategorized</a> </div>
<div class="amp-wp-meta amp-wp-tax-tag">
Tags: <a href="../../tag/nostalgia/index.html" rel="tag">nostalgia</a>, <a href="../../tag/pacman/index.html" rel="tag">pacman</a> </div>
</footer>
</article>
<footer class="amp-wp-footer">
<div>
<h2>Sentence Worthy</h2>
<p>
<a href="https://wordpress.org/">Powered by WordPress</a>
</p>
<a href="index.html#top" class="back-to-top">Back to top</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
>
<channel>
<title>Comments on: 4.</title>
<atom:link href="https://sentenceworthy.com/archives/4/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com/archives/4/</link>
<description></description>
<lastBuildDate>Sat, 03 Aug 2019 02:05:01 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/></channel>
</rss>

View file

@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Uncategorized &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>4.</title>
<link>https://sentenceworthy.com/archives/4/</link>
<pubDate>Sat, 28 Nov 2015 18:47:12 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[nostalgia]]></category>
<category><![CDATA[pacman]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=36</guid>
<description><![CDATA[<p>Huddled against yesterdays memories -an old sweater, favorite blue jeans- I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-64" src="http://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
<item>
<title>3.</title>
<link>https://sentenceworthy.com/archives/3/</link>
<pubDate>Tue, 15 Sep 2015 02:31:00 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Construction]]></category>
<category><![CDATA[Night Time]]></category>
<category><![CDATA[Sign]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=24</guid>
<description><![CDATA[<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
<item>
<title>2.</title>
<link>https://sentenceworthy.com/archives/2/</link>
<pubDate>Wed, 15 Jul 2015 15:35:35 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Fireworks]]></category>
<category><![CDATA[Night Time]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=11</guid>
<description><![CDATA[<p>The smallest spark will set the night aflame- all else will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-56" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
<item>
<title>1.</title>
<link>https://sentenceworthy.com/archives/1/</link>
<pubDate>Wed, 15 Jul 2015 15:32:15 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Airplane]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=8</guid>
<description><![CDATA[<p>Eyes in the sky, heart on the ground.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/1/">1.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-58" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="../../../../wp-content/uploads/2015/07/0502151459b.jpg 2084w, ../../../../wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, ../../../../wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, ../../../../wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(max-width: 2084px) 100vw, 2084px" /></p>
<p>Eyes in the sky,<br />
heart on the ground.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/1/">1.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Uncategorized &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>4.</title>
<link>https://sentenceworthy.com/archives/4/</link>
<pubDate>Sat, 28 Nov 2015 18:47:12 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[nostalgia]]></category>
<category><![CDATA[pacman]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=36</guid>
<description><![CDATA[<p>Huddled against yesterdays memories -an old sweater, favorite blue jeans- I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-64" src="http://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg 3069w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-300x229.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-768x586.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
<item>
<title>3.</title>
<link>https://sentenceworthy.com/archives/3/</link>
<pubDate>Tue, 15 Sep 2015 02:31:00 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Construction]]></category>
<category><![CDATA[Night Time]]></category>
<category><![CDATA[Sign]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=24</guid>
<description><![CDATA[<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
<item>
<title>2.</title>
<link>https://sentenceworthy.com/archives/2/</link>
<pubDate>Wed, 15 Jul 2015 15:35:35 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Fireworks]]></category>
<category><![CDATA[Night Time]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=11</guid>
<description><![CDATA[<p>The smallest spark will set the night aflame- all else will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-56" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg 3920w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
<item>
<title>1.</title>
<link>https://sentenceworthy.com/archives/1/</link>
<pubDate>Wed, 15 Jul 2015 15:32:15 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Airplane]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=8</guid>
<description><![CDATA[<p>Eyes in the sky, heart on the ground.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/1/">1.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-58" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg 2084w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(max-width: 2084px) 100vw, 2084px" /></p>
<p>Eyes in the sky,<br />
heart on the ground.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/1/">1.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Uncategorized Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Uncategorized Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/category/uncategorized/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Uncategorized Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Uncategorized Category Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="../../../index.html%3Fmicropub=endpoint.html"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../../tag/night-time/index.html">Night&nbsp;Time (2)</a><a href="../../tag/sign/index.html">Sign (1)</a><a href="../../tag/pacman/index.html">pacman (1)</a><a href="../../tag/nostalgia/index.html">nostalgia (1)</a><a href="../../tag/fireworks/index.html">Fireworks (1)</a><a href="../../tag/construction/index.html">Construction (1)</a><a href="../../tag/airplane/index.html">Airplane (1)</a> </section>
<article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=36.html'>4.</a></h2><time class='date'>November 28, 2015</time><p><img class="alignnone size-full wp-image-64" src="../../../wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
</article><article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=24.html'>3.</a></h2><time class='date'>September 15, 2015</time><p><img class="alignnone size-full wp-image-62" src="../../../wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</article><article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=11.html'>2.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-56" src="../../../wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
</article><article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=8.html'>1.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-58" src="../../../wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="../../../wp-content/uploads/2015/07/0502151459b.jpg 2084w, ../../../wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, ../../../wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, ../../../wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(max-width: 2084px) 100vw, 2084px" /></p>
<p>Eyes in the sky,<br />
heart on the ground.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Uncategorized Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Uncategorized Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/category/uncategorized/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Uncategorized Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Uncategorized Category Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="https://sentenceworthy.com/?micropub=endpoint"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../../tag/night-time/index.html">Night&nbsp;Time (2)</a><a href="../../tag/sign/index.html">Sign (1)</a><a href="../../tag/pacman/index.html">pacman (1)</a><a href="../../tag/nostalgia/index.html">nostalgia (1)</a><a href="../../tag/fireworks/index.html">Fireworks (1)</a><a href="../../tag/construction/index.html">Construction (1)</a><a href="../../tag/airplane/index.html">Airplane (1)</a> </section>
<article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=36.html'>4.</a></h2><time class='date'>November 28, 2015</time><p><img class="alignnone size-full wp-image-64" src="../../../wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
</article><article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=24.html'>3.</a></h2><time class='date'>September 15, 2015</time><p><img class="alignnone size-full wp-image-62" src="../../../wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</article><article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=11.html'>2.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-56" src="../../../wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
</article><article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=8.html'>1.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-58" src="../../../wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="../../../wp-content/uploads/2015/07/0502151459b.jpg 2084w, ../../../wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, ../../../wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, ../../../wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(max-width: 2084px) 100vw, 2084px" /></p>
<p>Eyes in the sky,<br />
heart on the ground.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Airplane &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/airplane/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>1.</title>
<link>https://sentenceworthy.com/archives/1/</link>
<pubDate>Wed, 15 Jul 2015 15:32:15 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Airplane]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=8</guid>
<description><![CDATA[<p>Eyes in the sky, heart on the ground.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/1/">1.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-58" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="../../../../wp-content/uploads/2015/07/0502151459b.jpg 2084w, ../../../../wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, ../../../../wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, ../../../../wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(max-width: 2084px) 100vw, 2084px" /></p>
<p>Eyes in the sky,<br />
heart on the ground.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/1/">1.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Airplane &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/airplane/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>1.</title>
<link>https://sentenceworthy.com/archives/1/</link>
<pubDate>Wed, 15 Jul 2015 15:32:15 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Airplane]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=8</guid>
<description><![CDATA[<p>Eyes in the sky, heart on the ground.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/1/">1.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-58" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b.jpg 2084w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(max-width: 2084px) 100vw, 2084px" /></p>
<p>Eyes in the sky,<br />
heart on the ground.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/1/">1.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Airplane Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Airplane Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/airplane/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Airplane Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Airplane Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="../../../index.html%3Fmicropub=endpoint.html"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Airplane</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=8.html'>1.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-58" src="../../../wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="../../../wp-content/uploads/2015/07/0502151459b.jpg 2084w, ../../../wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, ../../../wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, ../../../wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(max-width: 2084px) 100vw, 2084px" /></p>
<p>Eyes in the sky,<br />
heart on the ground.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Airplane Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Airplane Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/airplane/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Airplane Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Airplane Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="https://sentenceworthy.com/?micropub=endpoint"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Airplane</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=8.html'>1.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-58" src="../../../wp-content/uploads/2015/07/0502151459b.jpg" alt="An airplane flying in the sky" width="2084" height="1228" srcset="../../../wp-content/uploads/2015/07/0502151459b.jpg 2084w, ../../../wp-content/uploads/2015/07/0502151459b-300x177.jpg 300w, ../../../wp-content/uploads/2015/07/0502151459b-768x453.jpg 768w, ../../../wp-content/uploads/2015/07/0502151459b-1024x603.jpg 1024w" sizes="(max-width: 2084px) 100vw, 2084px" /></p>
<p>Eyes in the sky,<br />
heart on the ground.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Construction &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/construction/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>3.</title>
<link>https://sentenceworthy.com/archives/3/</link>
<pubDate>Tue, 15 Sep 2015 02:31:00 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Construction]]></category>
<category><![CDATA[Night Time]]></category>
<category><![CDATA[Sign]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=24</guid>
<description><![CDATA[<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Construction &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/construction/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>3.</title>
<link>https://sentenceworthy.com/archives/3/</link>
<pubDate>Tue, 15 Sep 2015 02:31:00 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Construction]]></category>
<category><![CDATA[Night Time]]></category>
<category><![CDATA[Sign]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=24</guid>
<description><![CDATA[<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Construction Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Construction Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/construction/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Construction Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Construction Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="../../../index.html%3Fmicropub=endpoint.html"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Construction</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=24.html'>3.</a></h2><time class='date'>September 15, 2015</time><p><img class="alignnone size-full wp-image-62" src="../../../wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Construction Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Construction Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/construction/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Construction Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Construction Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="https://sentenceworthy.com/?micropub=endpoint"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Construction</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=24.html'>3.</a></h2><time class='date'>September 15, 2015</time><p><img class="alignnone size-full wp-image-62" src="../../../wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Fireworks &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/fireworks/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>2.</title>
<link>https://sentenceworthy.com/archives/2/</link>
<pubDate>Wed, 15 Jul 2015 15:35:35 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Fireworks]]></category>
<category><![CDATA[Night Time]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=11</guid>
<description><![CDATA[<p>The smallest spark will set the night aflame- all else will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-56" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Fireworks &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/fireworks/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>2.</title>
<link>https://sentenceworthy.com/archives/2/</link>
<pubDate>Wed, 15 Jul 2015 15:35:35 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Fireworks]]></category>
<category><![CDATA[Night Time]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=11</guid>
<description><![CDATA[<p>The smallest spark will set the night aflame- all else will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-56" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg 3920w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Fireworks Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Fireworks Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/fireworks/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Fireworks Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Fireworks Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="../../../index.html%3Fmicropub=endpoint.html"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Fireworks</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=11.html'>2.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-56" src="../../../wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Fireworks Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Fireworks Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/fireworks/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Fireworks Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Fireworks Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="https://sentenceworthy.com/?micropub=endpoint"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Fireworks</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=11.html'>2.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-56" src="../../../wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Night Time &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/night-time/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>3.</title>
<link>https://sentenceworthy.com/archives/3/</link>
<pubDate>Tue, 15 Sep 2015 02:31:00 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Construction]]></category>
<category><![CDATA[Night Time]]></category>
<category><![CDATA[Sign]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=24</guid>
<description><![CDATA[<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
<item>
<title>2.</title>
<link>https://sentenceworthy.com/archives/2/</link>
<pubDate>Wed, 15 Jul 2015 15:35:35 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Fireworks]]></category>
<category><![CDATA[Night Time]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=11</guid>
<description><![CDATA[<p>The smallest spark will set the night aflame- all else will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-56" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Night Time &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/night-time/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>3.</title>
<link>https://sentenceworthy.com/archives/3/</link>
<pubDate>Tue, 15 Sep 2015 02:31:00 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Construction]]></category>
<category><![CDATA[Night Time]]></category>
<category><![CDATA[Sign]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=24</guid>
<description><![CDATA[<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
<item>
<title>2.</title>
<link>https://sentenceworthy.com/archives/2/</link>
<pubDate>Wed, 15 Jul 2015 15:35:35 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Fireworks]]></category>
<category><![CDATA[Night Time]]></category>
<guid isPermaLink="false">http://sentenceworthy.com/?p=11</guid>
<description><![CDATA[<p>The smallest spark will set the night aflame- all else will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-56" src="http://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f.jpg 3920w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/2/">2.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Night Time Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Night Time Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/night-time/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Night Time Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Night Time Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="../../../index.html%3Fmicropub=endpoint.html"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Night Time</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=24.html'>3.</a></h2><time class='date'>September 15, 2015</time><p><img class="alignnone size-full wp-image-62" src="../../../wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</article><article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=11.html'>2.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-56" src="../../../wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Night Time Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Night Time Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/night-time/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Night Time Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Night Time Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="https://sentenceworthy.com/?micropub=endpoint"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Night Time</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=24.html'>3.</a></h2><time class='date'>September 15, 2015</time><p><img class="alignnone size-full wp-image-62" src="../../../wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</article><article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=11.html'>2.</a></h2><time class='date'>July 15, 2015</time><p><img class="alignnone size-full wp-image-56" src="../../../wp-content/uploads/2015/07/0704152144f.jpg" alt="Fireworks in the night time" width="3920" height="2340" srcset="../../../wp-content/uploads/2015/07/0704152144f.jpg 3920w, ../../../wp-content/uploads/2015/07/0704152144f-300x179.jpg 300w, ../../../wp-content/uploads/2015/07/0704152144f-768x458.jpg 768w, ../../../wp-content/uploads/2015/07/0704152144f-1024x611.jpg 1024w" sizes="(max-width: 3920px) 100vw, 3920px" /></p>
<p>The smallest spark<br />
will set the night aflame-<br />
all else<br />
will fade.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>nostalgia &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/nostalgia/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>4.</title>
<link>https://sentenceworthy.com/archives/4/</link>
<pubDate>Sat, 28 Nov 2015 18:47:12 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[nostalgia]]></category>
<category><![CDATA[pacman]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=36</guid>
<description><![CDATA[<p>Huddled against yesterdays memories -an old sweater, favorite blue jeans- I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-64" src="http://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>nostalgia &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/nostalgia/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>4.</title>
<link>https://sentenceworthy.com/archives/4/</link>
<pubDate>Sat, 28 Nov 2015 18:47:12 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[nostalgia]]></category>
<category><![CDATA[pacman]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=36</guid>
<description><![CDATA[<p>Huddled against yesterdays memories -an old sweater, favorite blue jeans- I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-64" src="http://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg 3069w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-300x229.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-768x586.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
nostalgia Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="nostalgia Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/nostalgia/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="nostalgia Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; nostalgia Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="../../../index.html%3Fmicropub=endpoint.html"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>nostalgia</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=36.html'>4.</a></h2><time class='date'>November 28, 2015</time><p><img class="alignnone size-full wp-image-64" src="../../../wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
nostalgia Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="nostalgia Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/nostalgia/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="nostalgia Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; nostalgia Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="https://sentenceworthy.com/?micropub=endpoint"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>nostalgia</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=36.html'>4.</a></h2><time class='date'>November 28, 2015</time><p><img class="alignnone size-full wp-image-64" src="../../../wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>pacman &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/pacman/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>4.</title>
<link>https://sentenceworthy.com/archives/4/</link>
<pubDate>Sat, 28 Nov 2015 18:47:12 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[nostalgia]]></category>
<category><![CDATA[pacman]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=36</guid>
<description><![CDATA[<p>Huddled against yesterdays memories -an old sweater, favorite blue jeans- I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-64" src="http://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>pacman &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/pacman/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>4.</title>
<link>https://sentenceworthy.com/archives/4/</link>
<pubDate>Sat, 28 Nov 2015 18:47:12 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[nostalgia]]></category>
<category><![CDATA[pacman]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=36</guid>
<description><![CDATA[<p>Huddled against yesterdays memories -an old sweater, favorite blue jeans- I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-64" src="http://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/11/pacman.jpg 3069w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-300x229.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-768x586.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/4/">4.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
pacman Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="pacman Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/pacman/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="pacman Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; pacman Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="../../../index.html%3Fmicropub=endpoint.html"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>pacman</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=36.html'>4.</a></h2><time class='date'>November 28, 2015</time><p><img class="alignnone size-full wp-image-64" src="../../../wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
pacman Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="pacman Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/pacman/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="pacman Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; pacman Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="https://sentenceworthy.com/?micropub=endpoint"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="../sign/index.html">Sign (1)</a><a href="index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>pacman</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=36.html'>4.</a></h2><time class='date'>November 28, 2015</time><p><img class="alignnone size-full wp-image-64" src="../../../wp-content/uploads/2015/11/pacman.jpg" alt="A Pacman machine" width="3069" height="2340" srcset="../../../wp-content/uploads/2015/11/pacman.jpg 3069w, ../../../wp-content/uploads/2015/11/pacman-300x229.jpg 300w, ../../../wp-content/uploads/2015/11/pacman-768x586.jpg 768w, ../../../wp-content/uploads/2015/11/pacman-1024x781.jpg 1024w" sizes="(max-width: 3069px) 100vw, 3069px" /></p>
<p>Huddled against yesterdays memories<br />
-an old sweater, favorite blue jeans-<br />
I find childhood.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Sign &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/sign/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>3.</title>
<link>https://sentenceworthy.com/archives/3/</link>
<pubDate>Tue, 15 Sep 2015 02:31:00 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Construction]]></category>
<category><![CDATA[Night Time]]></category>
<category><![CDATA[Sign]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=24</guid>
<description><![CDATA[<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="../../../../index.html">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Sign &#8211; Sentence Worthy</title>
<atom:link href="https://sentenceworthy.com/archives/tag/sign/feed/" rel="self" type="application/rss+xml" />
<link>https://sentenceworthy.com</link>
<description></description>
<lastBuildDate>Tue, 16 Aug 2016 21:36:25 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/> <atom:link rel='hub' href='https://sentenceworthy.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="https://sentenceworthy.com/wp-json/opensearch/1.1/document" />
<item>
<title>3.</title>
<link>https://sentenceworthy.com/archives/3/</link>
<pubDate>Tue, 15 Sep 2015 02:31:00 +0000</pubDate>
<dc:creator><![CDATA[Brandon Rozek]]></dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[Construction]]></category>
<category><![CDATA[Night Time]]></category>
<category><![CDATA[Sign]]></category>
<guid isPermaLink="false">https://sentenceworthy.com/?p=24</guid>
<description><![CDATA[<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></description>
<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62" src="http://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, https://sentenceworthy.com/wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
<p>The post <a rel="nofollow" href="https://sentenceworthy.com/archives/3/">3.</a> appeared first on <a rel="nofollow" href="https://sentenceworthy.com">Sentence Worthy</a>.</p>
]]></content:encoded>
</item>
</channel>
</rss>

View file

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Sign Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Sign Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/sign/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Sign Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Sign Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="../../../index.html%3Fmicropub=endpoint.html"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Sign</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=24.html'>3.</a></h2><time class='date'>September 15, 2015</time><p><img class="alignnone size-full wp-image-62" src="../../../wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>

View file

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<title>
Sign Archives | Sentence Worthy </title>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style.css%3Fver=2.0.5.css"/>
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy" href="../../../feed/index.html" />
<link rel="pingback" href="https://sentenceworthy.com/xmlrpc.php">
<!-- This site is optimized with the Yoast SEO plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="index.html" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Sign Archives | Sentence Worthy" />
<meta property="og:url" content="https://sentenceworthy.com/archives/tag/sign/" />
<meta property="og:site_name" content="Sentence Worthy" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Sign Archives | Sentence Worthy" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Sentence Worthy &raquo; Sign Tag Feed" href="feed/index.html" />
<link rel='stylesheet' id='kind-css' href='../../../wp-content/plugins/indieweb-post-kinds/css/kind.min.css%3Fver=2.5.0.css' type='text/css' media='all' />
<link rel='stylesheet' id='indieweb-css' href='../../../wp-content/plugins/indieweb/css/indieweb.css%3Fver=9f3b8dc1682285c37912771046a2d39b.css' type='text/css' media='all' />
<link rel='https://api.w.org/' href='../../../wp-json/index.html' />
<link rel="search" type="application/opensearchdescription+xml" title="Search Sentence Worthy" href="../../../wp-json/opensearch/1.1/document" />
<link rel="micropub" href="https://sentenceworthy.com/?micropub=endpoint"><link rel="authorization_endpoint" href="https://indieauth.com/auth"><link rel="token_endpoint" href="https://tokens.indieauth.com/token"><link rel="http://webmention.org/" href="../../../wp-json/webmention/1.0/endpoint.html" />
<link rel="webmention" href="../../../wp-json/webmention/1.0/endpoint.html" />
</head>
<body>
<header role="banner">
<h1 class="logo"><a href="../../../index.html">Sentence Worthy</a></h1>
</header>
<link rel="stylesheet" href="../../../wp-content/themes/depictLife/style-home.css%3Fver=2.0.5.css"/>
<main role="main">
<section class="tags">
Tags: <a href="../night-time/index.html">Night&nbsp;Time (2)</a><a href="index.html">Sign (1)</a><a href="../pacman/index.html">pacman (1)</a><a href="../nostalgia/index.html">nostalgia (1)</a><a href="../fireworks/index.html">Fireworks (1)</a><a href="../construction/index.html">Construction (1)</a><a href="../airplane/index.html">Airplane (1)</a> </section>
<h2 class='tag-cat-name'>Sign</h2> <article class='h-entry' role='article'><h2 class='title p-name'><a class='u-url' href='../../../index.html%3Fp=24.html'>3.</a></h2><time class='date'>September 15, 2015</time><p><img class="alignnone size-full wp-image-62" src="../../../wp-content/uploads/2015/09/1207141718b-1.jpg" alt="Stop sign fallen over" width="4160" height="2340" srcset="../../../wp-content/uploads/2015/09/1207141718b-1.jpg 4160w, ../../../wp-content/uploads/2015/09/1207141718b-1-300x169.jpg 300w, ../../../wp-content/uploads/2015/09/1207141718b-1-768x432.jpg 768w, ../../../wp-content/uploads/2015/09/1207141718b-1-1024x576.jpg 1024w" sizes="(max-width: 4160px) 100vw, 4160px" /></p>
<p>From rubble, wreckage, and sweat, a new hope is born.</p>
</article> <div class='pagination'></div></main>
<script src="../../../wp-content/themes/depictLife/script.js%3Fver=2.0.5" async></script>
<footer>
<h2 class="footer-header">About Us</h2>
<p>Sentence Worthy is created by <span class="h-card vcard"><span class="p-name fn">Brandon Rozek</span></span> and <span class="h-card vcard"><span class="p-name fn">Tori Dayton</span></span></p>
<p class="footer-link"><a href="../../../about.html">Read More</a></p>
</footer>
<script type='text/javascript' src='../../../wp-includes/js/wp-embed.min.js%3Fver=9f3b8dc1682285c37912771046a2d39b'></script>
</body>
</html>