Skip to content

Instantly share code, notes, and snippets.

@thirdknife
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save thirdknife/f9fb1df24e544615ac61 to your computer and use it in GitHub Desktop.

Select an option

Save thirdknife/f9fb1df24e544615ac61 to your computer and use it in GitHub Desktop.
@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
@SoyAlexandra
Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment