Skip to content

Commit

Permalink
Added print css, sample site logo, and sample site favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocamposviana committed Dec 22, 2013
1 parent 852c228 commit dd11b66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Empty file added Resources/public/css/print.css
Empty file.
Binary file added Resources/public/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/public/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion Resources/views/pagelayout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">

<link rel="shortcut icon" type="image/png" href="{{ asset('bundles/tuteibase/images/icon.png') }}" />
<!-- Bootstrap -->

<!-- Include all compiled plugins (below), or include individual files as needed
Expand All @@ -41,6 +43,8 @@
filter='cssrewrite' %}
<link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}

<link rel="stylesheet" type="text/css" href="{{ asset('bundles/tuteibase/css/print.css') }}" media="print" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>

Expand All @@ -55,7 +59,7 @@
<body>
<header class="header container">
<div class="row">
<h1 class="col-sm-6 company-logo navbar-brand"><a href="/"><img role="banner" alt="Tutei Base" src="logo.jpg" /></a></h1>
<h1 class="col-sm-6 company-logo navbar-brand"><a href="/"><img role="banner" alt="Tutei Base" src="{{ asset('bundles/tuteibase/images/logo.png') }}" /></a></h1>
<div class="col-sm-6">
<div class="pull-right user-menu">
<ul class="list-unstyled list-inline">
Expand Down

0 comments on commit dd11b66

Please sign in to comment.