Skip to content

Commit

Permalink
Merge pull request #392
Browse files Browse the repository at this point in the history
Remove logos
  • Loading branch information
portableant authored May 23, 2022
2 parents f060670 + 22a3e1f commit bd0d86e
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions config/feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* a banner/logo; for RSS and JSON feeds, it's displayed as an icon.
* An empty value omits the image attribute from the feed.
*/
'image' => env('APP_URL') . '/images/logos/FitzLogo.png',
'image' => env('APP_URL') . '/images/logos/FitzLogo.svg',

/*
* The format of the feed. Acceptable values are 'rss', 'atom', or 'json'.
Expand Down Expand Up @@ -78,7 +78,7 @@
* a banner/logo; for RSS and JSON feeds, it's displayed as an icon.
* An empty value omits the image attribute from the feed.
*/
'image' => env('APP_URL') . '/images/logos/FitzLogo.png',
'image' => env('APP_URL') . '/images/logos/FitzLogo.svg',

/*
* The format of the feed. Acceptable values are 'rss', 'atom', or 'json'.
Expand Down Expand Up @@ -128,7 +128,7 @@
* a banner/logo; for RSS and JSON feeds, it's displayed as an icon.
* An empty value omits the image attribute from the feed.
*/
'image' => env('APP_URL') . '/images/logos/FitzLogo.png',
'image' => env('APP_URL') . '/images/logos/FitzLogo.svg',

/*
* The format of the feed. Acceptable values are 'rss', 'atom', or 'json'.
Expand Down Expand Up @@ -178,7 +178,7 @@
* a banner/logo; for RSS and JSON feeds, it's displayed as an icon.
* An empty value omits the image attribute from the feed.
*/
'image' => env('APP_URL') . '/images/logos/FitzLogo.png',
'image' => env('APP_URL') . '/images/logos/FitzLogo.svg',

/*
* The format of the feed. Acceptable values are 'rss', 'atom', or 'json'.
Expand Down Expand Up @@ -228,7 +228,7 @@
* a banner/logo; for RSS and JSON feeds, it's displayed as an icon.
* An empty value omits the image attribute from the feed.
*/
'image' => env('APP_URL') . '/images/logos/FitzLogo.png',
'image' => env('APP_URL') . '/images/logos/FitzLogo.svg',

/*
* The format of the feed. Acceptable values are 'rss', 'atom', or 'json'.
Expand Down
Binary file removed public/images/logos/FitzLogo.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/images/logos/UKRI_RE-Logo_Horiz-RGB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/logos/accredited.png
Binary file not shown.
Binary file removed public/images/logos/ace.png
Binary file not shown.
Binary file removed public/images/logos/ahrc.png
Binary file not shown.
Binary file removed public/images/logos/ahrclogo.png
Binary file not shown.
Binary file removed public/images/logos/brewindolphin.jpg
Binary file not shown.
Binary file removed public/images/logos/research_england.png
Binary file not shown.
Binary file removed public/images/logos/ucamLogo.jpg
Binary file not shown.
Binary file removed public/images/logos/ucamLogoWhite.png
Binary file not shown.
Binary file removed public/images/logos/ucm_logo_black_white.png
Binary file not shown.
Binary file removed public/images/logos/unicam.png
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/views/includes/structure/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
loading="lazy"
width="200"
height="63.5"
src="{{ asset('images/logos/UKRI_RE-Logo_Horiz-RGB.png')}}"
src="{{ asset('images/logos/UKRI_RE-Logo_Horiz-RGB.svg')}}"
/>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/includes/structure/meta.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<script type="application/ld+json">
{"publisher":{"@type":"Organization",
"logo":{"@type":"ImageObject",
"url":"{{ URL::to('/images/logos/FV.png') }}"}},
"url":"{{ URL::to('/images/logos/FitzLogo.svg') }}"}},
"headline":"The Fitzwilliam Museum","@type":"WebSite","url":"{{ URL::to('/')}}",
"name":"The Fitzwilliam Museum",
"description":"The Fitzwilliam Museum is the principal museum of the University of Cambridge",
Expand Down

0 comments on commit bd0d86e

Please sign in to comment.