Last active
August 29, 2015 14:19
-
-
Save thirdknife/f9fb1df24e544615ac61 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| @extends('site.layouts.default') | |
| {{-- Web site Title --}} | |
| @section('title') | |
| MediLab :: | |
| @parent | |
| @stop | |
| {{-- Content --}} | |
| @section('content') | |
| <header> | |
| <div class="row"> | |
| <div class="header-content"> | |
| <div class="header-content-inner"> | |
| <a href="{{url('/')}}" class="btn btn-primary btn-xl page-scroll">ارڈرکاشکریا۔ھمارانماعندہ اپ سے رابطہ کرے گا۔</a> | |
| </div> | |
| </div> | |
| </div> | |
| </header> | |
| <section id="contact"> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-lg-8 col-lg-offset-2 text-center"> | |
| <h2 class="section-heading">ھم سےرابطہ کریں! | |
| </h2> | |
| </div> | |
| <div class="col-lg-4 col-lg-offset-2 text-center"> | |
| <i class="fa fa-phone fa-3x wow bounceIn"></i> | |
| <p>123-456-6789</p> | |
| </div> | |
| <div class="col-lg-4 text-center"> | |
| <i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i> | |
| <p><a href="mailto:your-email@your-domain.com">feedback@creanyx.com</a></p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| @stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, Please: I want to change on service section, the service icons, how can I do that? On the line: fa fa-4x fa-diamond wow bounceIn.