add mythosaur skull

This commit is contained in:
2023-05-05 17:56:11 +02:00
parent 7e73994acf
commit 2d5e8fc20e
9 changed files with 4 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -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;

View File

@@ -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">

View File

@@ -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,