Skip to content

Commit

Permalink
Favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ydvaayan committed Jan 12, 2024
1 parent 7973c41 commit 05698d1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<meta name="keywords" content="cocorem, coco, artificial intelligence, computer vision, object detection, segmentation, deep learning">
<link rel="shortcut icon" href="{{ site.url }}/static/img/paper/teaser.jpg">
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/images/favicon.jpg" type="image/jpeg">


<!-- fall back to site title if page has no title -->
<title>
Expand All @@ -17,15 +18,6 @@
<meta itemprop="description" name="description" content="{% if page.description %}{{ page.description | truncate: 160 }}{% else %}{{ site.description | truncate: 160 }}{% endif %}" />
<link rel="canonical" href="{{ page.url | prepend: site.url }}">

<!-- Favicon -->
<link rel="shortcut icon" href="/static/ico/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/static/ico/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/static/ico/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/static/ico/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/static/ico/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/static/ico/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/ico/apple-touch-icon-180x180.png" />

<!--Open Graph Related Stuff-->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
Expand Down
2 changes: 1 addition & 1 deletion _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ permalink: "/"
<!-- Aayan Yadav -->
<div class="team-member">
<a class="image-hyperlink" href="">
<img class="team-member-pic" src="{{ site.baseurl }}/assets/images/team/Aayan.jpg" />
<img class="team-member-pic" src="{{ site.baseurl }}/assets/images/team/Aayan_yadav.jpg" />
</a>
<div class="team-member-name">
<a href="//github.com/zamborg" target="_blank">Aayan Yadav</a> <sup>*</sup>
Expand Down
Binary file added assets/images/favicon.jpg
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 assets/images/team/Aayan.jpg
Binary file not shown.
Binary file modified assets/images/team/Aayan_yadav.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05698d1

Please sign in to comment.