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
{{ HTML::image('myphoto.png', 'alt-text')}} |
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
<img src="{{url('comp/img/name.png')}}" alt="name"> |
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
<!-- /* My slideDown Authentification Form Starts Here */ --> | |
<div id="adminAuth" class="reveal-modal small adminAuth2 createAccount panel"> | |
<div class="row"> | |
<div class="large-12 columns profileContent"> | |
{{Form::open(array('url'=>'login'))}} | |
<div class="navPanel"> | |
<nav class="top-bar min"> | |
<div class="large-2 columns"> |
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
@include box-shadow(#393939 0px 0px 1px) |
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
<link href='http://fonts.googleapis.com/css?family=Noto+Serif' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'> | |
font-family: 'Noto Serif', serif; |
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
@include background(image-url("anyImg.jpg")); | |
background-repeat:no-repeat; | |
background-position:left center; |
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
<a target="_blank" class="has-tip-left" href="{{URL::route('routeName')}}" title="title"> | |
<img src="{{url('comp/img/logo.png')}}" alt="logo"> | |
</a> |
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
{{link_to_route('routeName', 'Visible_Text_of_the_Laravel_Link', array('class'=>'className'));}} |