Skip to content

Commit

Permalink
removing http from the placeholder images
Browse files Browse the repository at this point in the history
  • Loading branch information
csernikmarton committed Oct 9, 2017
1 parent 034f626 commit 6d6896c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@extends('layouts.dashboard')
@section('page_heading','Dashboard')
@section('section')

<!-- /.row -->
<div class="col-sm-12">
<div class="row">
Expand Down Expand Up @@ -97,14 +97,14 @@
<!-- /.row -->
<div class="row">
<div class="col-lg-8">

@section ('pane2_panel_title', 'Responsive Timeline')
@section ('pane2_panel_body')

<!-- /.panel -->



<ul class="timeline">
<li>
<div class="timeline-badge"><i class="fa fa-check"></i>
Expand Down Expand Up @@ -207,9 +207,9 @@
</div>
</li>
</ul>

<!-- /.panel-body -->

<!-- /.panel -->
@endsection
@include('widgets.panel', array('header'=>true, 'as'=>'pane2'))
Expand All @@ -224,8 +224,8 @@

@section ('pane1_panel_title', 'Notifications Panel')
@section ('pane1_panel_body')


<div class="list-group">
<a href="#" class="list-group-item">
<i class="fa fa-comment fa-fw"></i> New Comment
Expand Down Expand Up @@ -275,13 +275,13 @@
</div>
<!-- /.list-group -->
<a href="#" class="btn btn-default btn-block">View All Alerts</a>

<!-- /.panel-body -->

@endsection
@include('widgets.panel', array('header'=>true, 'as'=>'pane1'))


<!-- /.panel -->
@section ('pane3_panel_title', 'Chat')
@section ('pane3_panel_body')
Expand Down Expand Up @@ -317,14 +317,14 @@
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<ul class="chat">
<li class="left clearfix">
<span class="chat-img pull-left">
<img src="http://placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" />
<img src="//placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" />
</span>
<div class="chat-body clearfix">
<div class="header">
Expand All @@ -340,7 +340,7 @@
</li>
<li class="right clearfix">
<span class="chat-img pull-right">
<img src="http://placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" />
<img src="//placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" />
</span>
<div class="chat-body clearfix">
<div class="header">
Expand All @@ -355,7 +355,7 @@
</li>
<li class="left clearfix">
<span class="chat-img pull-left">
<img src="http://placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" />
<img src="//placehold.it/50/55C1E7/fff" alt="User Avatar" class="img-circle" />
</span>
<div class="chat-body clearfix">
<div class="header">
Expand All @@ -370,7 +370,7 @@
</li>
<li class="right clearfix">
<span class="chat-img pull-right">
<img src="http://placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" />
<img src="//placehold.it/50/FA6F57/fff" alt="User Avatar" class="img-circle" />
</span>
<div class="chat-body clearfix">
<div class="header">
Expand Down Expand Up @@ -404,5 +404,5 @@
</div>

<!-- /.col-lg-4 -->

@stop

0 comments on commit 6d6896c

Please sign in to comment.