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/contact.html


		<header>
			<article>
				<section>
					<h1>Contact</h1>
				</section>
			</article>
		</header>

		<section class="form">
			<article>
				<section>
					<form method="post" action="{{domain}}/contact/send" data-abide>
						<fieldset>
							<legend>Contact</legend>
							<div class="row">
								<div class="large-6 columns">
									<label>Name
										<input type="text" name="name" required>
									</label>
									<small class="error">Who are you?</small>
								</div>
								<div class="large-6 columns">
									<label>Email
										<input type="text" name="email" pattern="email" required>
									</label>
									<small class="error">How do i contact you?</small>
								</div>
							</div>

							<div class="row">
								<div class="large-12 columns">
									<label>Message
										<textarea name="message" required></textarea>
									</label>
									<small class="error">What are you trying to say?</small>
								</div>
							</div>
							<div class="row">
								<div class="large-12 columns">
									<p><button type="submit" class="button expand">Send</button></p>
								</div>
							</div>
						</fieldset>
					</form>
				</section>
			</article>
		</section>

Download

raw zip tar