Last active
August 29, 2015 14:02
-
-
Save lenadroid/4d1940af53042b101a02 to your computer and use it in GitHub Desktop.
Heather index.html
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
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE html> | |
<html ng-app> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Heather - Home</title> | |
<meta name="description" content="Heather"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link href="./atom.xml" rel="alternate" title="Heather" type="application/atom+xml"> | |
<link rel="shortcut icon" type="image/ico" href="favicon.ico" /> | |
<link rel="stylesheet" href="web/packages/bootjack/css/bootstrap.css"> | |
<link rel="stylesheet" type="text/css" media="all" href="./css/octicons.css"> | |
<link rel="stylesheet" type="text/css" media="all" href="./css/syntax.css" /> | |
<link rel="stylesheet" type="text/css" media="all" href="./clay/default.css" /> | |
</head> | |
<body> | |
<div class="band"></div> | |
<div id="header"> | |
<div id="logo"> | |
<a href="./">Mi Mi Mi</a> | |
</div> | |
</div> | |
<div id="content"> | |
<link rel="stylesheet" type="text/css" href="./clay/index.css" /> | |
<canvas id="canvas"> | |
</canvas> | |
<div id="parent"> | |
<div id="top"> | |
<div class="mlr"> | |
<div class="mleft"> | |
<ul class="recent-posts"> | |
<ul> | |
<li> | |
<a href="./posts/2014-06-20-hire-me.html">Hire me maybe</a> - 20 June 2014 | |
</li> | |
<li> | |
<a href="./posts/2014-06-19-hakyll-and-clay.html">Hakyll and Clay</a> - 19 June 2014 | |
</li> | |
</ul> | |
</ul> | |
</div> | |
<div class="mright"> | |
<a href="./"> | |
<img src="./images/logo.png" /> | |
</a> | |
<h3>Hello {{name}}!</h3> | |
Name: <input type="text" ng-model="name" /> | |
<button class="btn btn-primary" data-target="#modal" data-toggle="modal">Launch</button> | |
<div id="modal" class="modal fade" tabindex="-1" role="dialog"> | |
<div class="modal-dialog"> | |
<div class="modal-content"> | |
<div class="modal-header"> | |
<button type="button" class="close" data-dismiss="modal">×</button> | |
<h3 style="margin: 0">Bootjack</h3> | |
</div> | |
<div class="modal-body"> | |
<ul style="margin: 0"> | |
<li>Abundant style resources</li> | |
<li>Stylish UI components</li> | |
<li>Non-invasive integration</li> | |
</ul> | |
</div> | |
<div class="modal-footer" style="margin: 0"> | |
<button class="btn btn-success" data-dismiss="modal">OK</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<script type="application/dart" src="web/dartrix.dart"></script> | |
</div> | |
<div id="social"> | |
<ul> | |
<li> | |
<a href="http://github.com/Heather" title="Github" target="_blank"> | |
<span class="mega-octicon octicon-octoface"></span> | |
</a> | |
</li> | |
<li> | |
<a href="http://twitter.com/Cynede" title="Twitter" target="_blank"> | |
<span class="mega-octicon octicon-star"></span> | |
</a> | |
</li> | |
<li> | |
<a href="mailto:[email protected]" title="Main mail" target="_blank"> | |
<span class="mega-octicon octicon-mail-read"></span> | |
</a> | |
</li> | |
<li> | |
<a href="http://www.last.fm/user/Cynede" title="Last.fm" target="_blank"> | |
<span class="mega-octicon octicon-broadcast"></span> | |
</a> | |
</li> | |
<li> | |
<a href="http://grooveshark.com/#!/cynede" title="Grooveshark" target="_blank"> | |
<span class="mega-octicon octicon-squirrel"></span> | |
</a> | |
</li> | |
<li> | |
<a href="./atom.xml" title="RSS" target="_blank"> | |
<span class="mega-octicon octicon-rss"></span> | |
</a> | |
</li> | |
</ul> | |
</div> | |
<div id="footer"> | |
</div> | |
<script type="application/javascript" src="web/packages/shadow_dom/shadow_dom.min.js"></script> | |
<script type="application/dart" src="web/core.dart"></script> | |
<script type="application/javascript" src="web/packages/browser/dart.js"></script> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment