Skip to content

Commit 54c0a78

Browse files
committed
Add logo and fix link on the about page
1 parent 7739e4d commit 54c0a78

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/node_modules/
33
/vendor/
44
.DS_Store
5+
.idea

source/_layouts/master.blade.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919

2020
@stack('meta')
2121

22-
@if ($page->production)
23-
<!-- Insert analytics code here -->
24-
@endif
25-
2622
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,700,700i,800,800i" rel="stylesheet">
2723
<link rel="stylesheet" href="{{ mix('css/main.css', 'assets/build') }}">
2824
</head>
@@ -32,7 +28,7 @@
3228
<div class="container flex items-center max-w-8xl mx-auto px-4 lg:px-8">
3329
<div class="flex items-center">
3430
<a href="/" title="{{ $page->siteName }} home" class="inline-flex items-center">
35-
<h1 class="text-lg md:text-2xl text-orange-700 font-semibold hover:text-orange-500 my-0">{{ $page->siteName }}</h1>
31+
<img src="/assets/img/logo_wtfphp_durchsichtig_RGB.svg" alt="{{ $page->siteName }}" class="block h-20 w-20 text-orange-700 hover:text-orange-500">
3632
</a>
3733
</div>
3834

source/about.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class="flex w-64 bg-contain mx-auto md:float-right my-6 md:ml-10">
2323
<ul class="list-none">
2424
<li><a href="https://github.com/fetzi" target="_blank">Johannes Pichler (fetzi)</a></li>
2525
<li><a href="https://github.com/witti" target="_blank">Daniel Wittberger (witti)</a></li>
26-
<li><a href="https://github.com/dahu" target="_blank">Daniela Huber (dahu)</a></li>
26+
<li><a href="https://github.com/DanielaHuber" target="_blank">Daniela Huber</a></li>
2727
<li><a href="https://github.com/JudithJeszenkovits" target="_blank">Judith Jeszenkovits</a></li>
2828
<li><a href="https://github.com/CathrinAuer" target="_blank">Cathrin Auer</a></li>
2929
</ul>

source/assets/img/logo_wtfphp_durchsichtig_RGB.svg

+1
Loading

0 commit comments

Comments
 (0)