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
<div id="mainContainer"> | |
<div id="page" class="wrapper"> | |
<h2>List of Elements</h2> | |
<div id="list"></div> | |
<!-- | |
<ul> | |
<li id="1">List Item 001</li> | |
<li id="2">List Item 002 | |
<ul> | |
<li id="1">List Item 001</li> |
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
{ | |
"types": { | |
"feat": { | |
"description": "A new feature", | |
"title": "Features" | |
}, | |
"fix": { | |
"description": "A bug fix", | |
"title": "Bug Fixes" | |
}, |
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
#!/bin/bash | |
# Scripted by Steven E. Ventimiglia | |
# Copyright 2018 ABLE-UI, LLC | |
firstCommit=$1 | |
lastCommit=$2 | |
timestamp=`date +%Y-%m-%d_%H:%M:%S` | |
export_dir="_exports/${timestamp}/" |
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
<div id="mainContainer"> | |
<div class="page"> | |
<div class="wrapper"> | |
<div class="content"> | |
<div id="treehouse"></div> | |
</div> | |
</div> | |
</div> | |
</div> |