This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
memberdb/resources/theme/frontend/metronic/layouts/partials/rightsidebar.blade.php
Deon George c7e2a6866e WIP
2017-11-21 21:47:44 +11:00

37 lines
1.4 KiB
PHP

<div class="col-md-3 col-sm-3 sidebar2">
<h2 class="padding-top-30">Our Contacts</h2>
<address>
<strong>Loop, Inc.</strong><br>
795 Park Ave, Suite 120<br>
San Francisco, CA 94107<br>
<abbr title="Phone">P:</abbr> (234) 145-1810
</address>
<address>
<strong>Email</strong><br>
<a href="mailto:info@email.com">info@email.com</a><br>
<a href="mailto:support@example.com">support@example.com</a>
</address>
<h2 class="padding-top-20">Contact Form</h2>
<!-- BEGIN FORM-->
<form action="#" role="form">
<div class="form-group">
<label for="career-name">Name</label>
<input type="text" class="form-control" id="career-name">
</div>
<div class="form-group">
<label for="career-position">Position</label>
<select class="form-control" id="career-position">
<option>Senior Software Engineer</option>
<option>Systems Administrator/Operations Engineer</option>
<option>Technical Support Engineer</option>
</select>
</div>
<div class="form-group">
<label for="career-resume">Resume</label>
<input type="file" id="career-resume">
</div>
<button type="submit" class="btn btn-primary"><i class="icon-ok"></i> Send</button>
</form>
<!-- END FORM-->
</div>