Qoob Portfolio
The open qoob is a php mvc framework created to speed up the process of creating dynamic sites. This is the code running this website!
The open qoob is a php mvc framework created to speed up the process of creating dynamic sites. This is the code running this website!
<section class="git">
<article>
<header>
<h2>{{title}}</h2>
<p>{{subtitle}}</p>
{{&image}}
</header>
<aside>
<section class="clone">
<div class="row collapse">
<label><i class="fa fa-download"></i>Clone URL</label>
<div class="small-10 columns">
<input type="text" value="{{clone}}" />
</div>
<div class="small-2 columns">
<span class="postfix"><i class="fa fa-git"></i></span>
</div>
</div>
</section>
<section class="branches">
<div class="row collapse">
<label><i class="fa fa-code-fork"></i>Branches</label>
<div class="small-12 columns">
<select class="redirect">
{{&branches}}
</select>
</div>
</div>
</section>
<section class="commits">
<div class="row collapse">
<label><i class="fa fa-list-alt"></i>Commits</label>
<div class="small-12 columns">
<select class="redirect">
{{&commits}}
</select>
<a href="{{history}}" class="button expand"><i class="fa fa-list"></i>View Commit History</a>
</div>
</div>
</section>
</aside>
</article>
</section>