add mythosaur skull
This commit is contained in:
BIN
cao_blogr/static/mythosaur_skull_480x480.webp
Normal file
BIN
cao_blogr/static/mythosaur_skull_480x480.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
BIN
cao_blogr/static/mythosaur_skull_80x80.jpg
Normal file
BIN
cao_blogr/static/mythosaur_skull_80x80.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
cao_blogr/static/mythosaur_skull_80x80.png
Normal file
BIN
cao_blogr/static/mythosaur_skull_80x80.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
BIN
cao_blogr/static/mythosaur_skull_red.ico
Normal file
BIN
cao_blogr/static/mythosaur_skull_red.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
BIN
cao_blogr/static/mythosaur_skull_red.jpg
Normal file
BIN
cao_blogr/static/mythosaur_skull_red.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
cao_blogr/static/mythosaur_skull_white.jpg
Normal file
BIN
cao_blogr/static/mythosaur_skull_white.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -117,12 +117,7 @@ h5 {
|
|||||||
.navbar-default .navbar-toggle {
|
.navbar-default .navbar-toggle {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
.navbar-brand {
|
|
||||||
/* centrer le logo */
|
|
||||||
transform: translateX(-50%);
|
|
||||||
left: 50%;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
footer {
|
footer {
|
||||||
background-color: #bc2131;
|
background-color: #bc2131;
|
||||||
color: #f5f5f5;
|
color: #f5f5f5;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="pyramid web application">
|
<meta name="description" content="pyramid web application">
|
||||||
<link rel="shortcut icon" href="{{request.static_url('cao_blogr:static/pyramid-16x16.png')}}">
|
<link rel="shortcut icon" href="{{request.static_url('cao_blogr:static/mythosaur_skull_red.ico')}}">
|
||||||
|
|
||||||
<title>{{page_title}}</title>
|
<title>{{page_title}}</title>
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="{{ request.route_url('home') }}">CAOTEK</a>
|
<a class="navbar-brand" href="{{ request.route_url('home') }}"><img src="{{request.static_url('cao_blogr:static/mythosaur_skull_80x80.png')}}" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse navbar-collapse" id="myNavbar">
|
<div class="collapse navbar-collapse" id="myNavbar">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ def home(request):
|
|||||||
entry = BlogRecordService.by_id(request, 95)
|
entry = BlogRecordService.by_id(request, 95)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'page_title': "Evaṃ me sutaṃ",
|
'page_title': "This is the Way",
|
||||||
'last_ten': last_ten,
|
'last_ten': last_ten,
|
||||||
'cartoon_title': entry.title,
|
'cartoon_title': entry.title,
|
||||||
'cartoon_url': entry.body,
|
'cartoon_url': entry.body,
|
||||||
|
|||||||
Reference in New Issue
Block a user