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!

Qoob Portfolio

ui/html/project.html


		<header {{&banner}}>
			<article>
				<section></section>
			</article>
		</header>

		<article class="overview">
			<div>
				<section class="medium-8 column">
					<h1>{{&name}}</h1>
					<h3 class="subtitle">{{&title}}</h3>
					<p>{{&description}}</p>
				</section>
				<aside class="medium-4 column panel">
					<h3>Tools</h3>
					<ul>
						{{&tools}}
					</ul>
				</aside>
			</div>
		</article>

		<section class="gallery">
			<div class="row">
				<div class="large-12 column">
					<h2 class="subtitle">Gallery</h2>
				</div>
			</div>
			<div class="row">
				<div class="large-12 column">
					<ul class="display">
						{{&gallery}}
					</ul>
				</div>
			</div>
		</section>

Download

raw zip tar