hirnkotze/posts/virtual-friends/index.html

132 lines
3.9 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Virtual Friends</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Klaus-Uwe Mitterer">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href='/assets/stylesheets/bootstrap.min-88238289010db19359d2181e634e95cd.css' type='text/css' rel='stylesheet' media='all'>
<link href='/assets/stylesheets/style-e81fa375b231bedf6cb2dbc6653570cc.css' type='text/css' rel='stylesheet' media='all'>
<link href='/assets/stylesheets/google_prettify/sons-of-obsidian-afb0925bfa2d994f17dab93e13fbf999.css' type='text/css' rel='stylesheet' media='all'>
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container-narrow">
<a class="brand" href="/">Kumis Hirnkotze</a>
<ul class="nav">
<li><a href="/archive">Archive</a></li>
<li><a href="/tags">Tags</a></li>
<li><a href="/pages">Pages</a></li>
</ul>
</div>
</div>
</div>
<div class="container-narrow">
<div class="content">
<div class="page-header">
<h1>Virtual Friends </h1>
</div>
<div class="row-fluid post-full">
<div class="span12">
<div class="date">
<span>2014-07-31</strong>
</div>
<div class="content">
<p>Our fingertips provide the links<br>
That join our minds and yearning hearts,<br>
Each knowing what the other thinks<br>
While feeling warmth as friendship starts.</p>
<p>Although we join in cyberspace<br>
The bond is real and will persist.<br>
Each living in their own safe place<br>
Without the other none would exist.</p>
<p>No matter what the content type<br>
The message is both strong and true.<br>
Be it by Twitter or by Skype,<br>
The join is made tween Me and You.</p>
<p>Some may believe that its not real,<br>
But they are not the ones who feel.</p>
</div>
<ul class="tag_box inline">
<li><i class="icon-folder-open"></i></li>
</ul>
<ul class="tag_box inline">
<li><i class="icon-tags"></i></li>
<li>
<a href="/tags#Sonett-ref">Sonett <span>1</span></a>
</li>
</ul>
<hr>
<div class="pagination">
<ul>
<li class="prev disabled"><a>&larr; Previous</a></li>
<li><a href="/archive">Archive</a></li>
<li class="next"><a href="/posts/sicherheit-und-freiheit" title="Sicherheit und Freiheit">Next &rarr;</a></li>
</ul>
</div>
<hr>
</div>
</div>
</div>
<hr>
<div class="footer">
<p>&copy; Klaus-Uwe Mitterer
with help from <a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework">ruhoh</a>
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
</p>
</div>
</div> <!-- /container -->
<!-- Google Prettify -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"></script>
<script>
var pres = document.getElementsByTagName("pre");
for (var i=0; i < pres.length; ++i) {
pres[i].className = "prettyprint linenums";
}
prettyPrint();
</script>
<!-- end Google Prettify -->
</body>
</html>