-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
63 additions
and
9 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,59 @@ | ||
<div ng-include="'app/layouts/header/header.categories.html'"></div> | ||
<div> | ||
<h2 data-translate="assessoriaTorrellesApp.contact.home.title">Contacts</h2> | ||
<jhi-alert></jhi-alert> | ||
<br/> | ||
<div id="content"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="blog-container"> | ||
<div class="blog-content"> | ||
<div id="map"></div> | ||
<div class="blog-title"> | ||
<h2 data-translate="contact.title1"></h2> | ||
<h3 data-translate="contact.title2"></h3> | ||
</div> | ||
|
||
<div class="blog-text contact"> | ||
<div class="row"> | ||
<div class="col-md-8 col-sm-7"> | ||
<form> | ||
<div class="form-group"> | ||
<label for="name" class="sr-only">Name</label> | ||
<input type="text" class="form-control" placeholder="Enter your name"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="email" class="sr-only">Email</label> | ||
<input type="email" class="form-control" placeholder="Enter your email"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="subject" class="sr-only">Subject</label> | ||
<input type="text" class="form-control" placeholder="Enter subject"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="name" class="sr-only">Message</label> | ||
<textarea class="form-control" rows="5" placeholder="Enter your name"></textarea> | ||
</div> | ||
<div class="form-group"> | ||
<button type="submit" name="submit" class="btn btn-success" data-translate="contact.button"><i class="fa fa-envelope-o"></i></button> | ||
</div> | ||
</form><br> | ||
</div> | ||
<div class="col-md-4 col-sm-5"> | ||
<address> | ||
<strong>AvriqqLabs, Inc.</strong><br> | ||
231 Yogyakarta, INA 55791<br> | ||
[email protected]<br> | ||
http://www.domain.com <br> | ||
<abbr title="Phone">Telp.</abbr> (0274) 441-5000 | ||
</address> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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
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