Last active
August 29, 2015 14:11
-
-
Save mattisbusycom/8343df520d5e35e985bc to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains hidden or 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #eee; | |
background: linear-gradient(95deg, #eee, #c0c0c0); | |
min-height: 100%; |
This file contains hidden or 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
<link rel='stylesheet' href='http://mattisbusy.com/legomrkt/css/bootstrap.min.css'> | |
<!-- content to be placed inside <body>…</body> --> | |
<h1>MattIsBusy.Com</h1> | |
<div class="container-fluid"> | |
<div class="row"> | |
<div class="col-sm-3"> | |
<input type="text" name="query" value="Search.."> | |
<hr> | |
<p class="lead">Years</p> | |
<div class="list-group"> | |
<a href="#" class="list-group-item">2014</a> | |
<a href="#" class="list-group-item">2013</a> | |
<a href="#" class="list-group-item">2012</a> | |
</div> | |
<p class="lead">Themes</p> | |
<div class="list-group"> | |
<a href="#" class="list-group-item"></a> | |
<a href="#" class="list-group-item"></a> | |
</div> | |
</div> | |
<div class="col-sm-9"> | |
<div class="page-title"> | |
<h3> | |
MPNs | |
<p class='pull-right'> | |
Set Master Data | |
</p> | |
</h3> | |
</div> | |
<hr> | |
<div id="loading">Loading...</div> | |
</div> | |
</div> | |
</div> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment