-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refreshed to the refactor branch - updated next story time
- Loading branch information
Showing
18 changed files
with
2,598 additions
and
2,341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
<!doctype html> | ||
<html class="no-js"> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="viewport" content="width=device-width; initial-scale=1.0"> | ||
|
||
<title> @ CLOUD PANIC</title> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content="IT trends, technology trends, computing trends, cloud trends, cloud technologies, sap sucks"> | ||
<meta name="author" content=""> | ||
|
||
<link rel="icon" type="image/png" href="/media/img/favicon.png"> | ||
<link rel="stylesheet" href="/media/css/style.css?v=4"> | ||
|
||
|
||
<!-- CSS scripting & LabJS only--> | ||
<script src="/media/js/head.min.js"></script> | ||
</head> | ||
|
||
|
||
<body> | ||
<div id="wrap" class="cloud"> | ||
|
||
<a href="/about.html" id="logo" title="About Cloudpanic"> | ||
<strong>!!</strong> cloudpanic | ||
<em>Technologies to master. Crap to ignore.</em> | ||
</a> | ||
<div id="story" class="clear" style="background:"> | ||
<a id="forward" href="http://twitter.com/cloudpanic"> | ||
<em>Next story is around the corner</em><span></span> | ||
</a> | ||
<div id="content"> | ||
<div id="title"> | ||
<h1></h1> | ||
<h2> | ||
|
||
<em id="created">Sat, 01 Jan 2000 10:00:00 +0200</em> | ||
</h2> | ||
</div> | ||
<div id="bottom"> | ||
<div id="share"> | ||
<a id="tweet" href="http://twitter.com/share" | ||
data-text="Technology to master: @ cloudpanic.com" | ||
class="twitter-share-button" data-count="vertical" | ||
data-via="cloudpanic">Tweet</a> | ||
<iframe id="facebook" frameborder="0" src="http://www.facebook.com/plugins/like.php?href=&layout=box_count&show_faces=true&width=450&action=like&colorscheme=light&height=65" scrolling="no" allowTransparency="true"></iframe> | ||
</div> <div id="facts" class="clear "> | ||
</div> | ||
<div id="links" class="clear"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="navi" class="clear"> | ||
|
||
<div id="incloud" class="navi"> | ||
<h3>Technologies to master</h3> | ||
<a | ||
href="/redis.html" | ||
> | ||
Redis | ||
</a> | ||
<a | ||
href="/user-interfaces.html" | ||
> | ||
User Interfaces | ||
</a> | ||
<a | ||
href="/cloud.html" | ||
> | ||
The Cloud | ||
</a> | ||
<a | ||
href="/javascript.html" | ||
> | ||
JavaScript | ||
</a> | ||
<a | ||
href="/services.html" | ||
> | ||
Services | ||
</a> | ||
<a | ||
href="/stateless-design.html" | ||
> | ||
Stateless design | ||
</a> | ||
<a | ||
href="/static-html.html" | ||
> | ||
Static HTML | ||
</a> | ||
</div> | ||
|
||
<div id="inpanic" class="navi"> | ||
<h3>Crap to ignore</h3> | ||
<a | ||
href="/features.html" | ||
> | ||
Features | ||
</a> | ||
<a | ||
href="/enterprise-solutions.html" | ||
> | ||
Enterprise solutions | ||
</a> | ||
<a | ||
href="/flash.html" | ||
> | ||
Flash | ||
</a> | ||
<a | ||
href="/java.html" | ||
> | ||
Java | ||
</a> | ||
<a | ||
href="/sap.html" | ||
> | ||
SAP | ||
</a> | ||
</div> | ||
|
||
|
||
<div id="marketing-crap"> | ||
<strong>Next story that matters</strong> | ||
<h2 id="after">Fri, 1 Apr 2011 11:00:00 +0200</h2> | ||
<a href="http://twitter.com/cloudpanic">Hear about it!</a> | ||
</div> | ||
</div> </div> | ||
|
||
<div id="footer"> | ||
<a href="/about.html">About</a> • | ||
<a href="http://www.flickr.com/photos/55014838@N08/galleries/72157625062868131/">Photo credits</a> • | ||
<a href="http://github.com/tipiirai/cloudpanic">Source code</a> (Github)</a> | ||
</div> | ||
|
||
<script> | ||
head.js("/media/js/site.js") | ||
.js("http://platform.twitter.com/widgets.js") | ||
.js("http://www.google-analytics.com/ga.js", function() { | ||
var tracker = _gat._getTracker("UA-19863497-1"); | ||
tracker._trackPageview(); | ||
}); | ||
</script> | ||
|
||
</body> | ||
|
||
</html> | ||
|
Oops, something went wrong.