Skip to content

Commit

Permalink
SEO_logo_update (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Jul 22, 2024
2 parents 79c43af + 03822c1 commit 2ab2688
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion static/css/sheets.css
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ body.hasBannerMessage .sheetsEditNavTop {
z-index: 3;
}
.inlineAddButtonIcon::before {
content: url("../img/add icon.png");
content: url("../img/add pecha-icon.png");
}
.inlineAddButtonIcon.active {
content: url("../img/add icon active.png");
Expand Down
2 changes: 1 addition & 1 deletion static/icons/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=xQzLlLp7oR"/>
<square150x150logo src="/favicon-pecha.png?v=xQzLlLp7oR"/>
<TileColor>#2b5797</TileColor>
</tile>
</msapplication>
Expand Down
4 changes: 2 additions & 2 deletions static/icons/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "Sefaria Web",
"icons": [
{
"src": "/android-chrome-192x192.png?v=xQzLlLp7oR",
"src": "/favicon-pecha.png?v=xQzLlLp7oR",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png?v=xQzLlLp7oR",
"src": "/favicon-pecha.png?v=xQzLlLp7oR",
"sizes": "256x256",
"type": "image/png"
}
Expand Down
Binary file removed static/img/Sefaria_icon_360_square.jpg
Binary file not shown.
Binary file removed static/img/icon.png
Binary file not shown.
Binary file removed static/img/sefaria-on-white.png
Binary file not shown.
Binary file removed static/img/sefaria.png
Binary file not shown.
Binary file removed static/img/william-davidson.jpg
Binary file not shown.
Binary file removed static/img/yehoshua-kahan.jpg
Binary file not shown.
6 changes: 3 additions & 3 deletions static/js/NotificationsPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const IndexNotification = ({date, content}) => {
return (
<Notification
topLine={topLine}
imageUrl={"/static/img/icon.png"}
imageUrl={"/static/img/pecha-icon.png"}
date={date}
body={body} />
);
Expand Down Expand Up @@ -318,7 +318,7 @@ const VersionNotification = ({date, content}) => {
return (
<Notification
topLine={topLine}
imageUrl={"/static/img/icon.png"}
imageUrl={"/static/img/pecha-icon.png"}
date={date}
body={body} />
);
Expand All @@ -335,7 +335,7 @@ const GeneralNotification = ({date, content}) => {
return (
<Notification
topLine={topLine}
imageUrl={"/static/img/icon.png"}
imageUrl={"/static/img/pecha-icon.png"}
date={date} />
);
};
Expand Down
2 changes: 1 addition & 1 deletion static/root/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=xQzLlLp7oR"/>
<square150x150logo src="/favicon-pecha.png?v=xQzLlLp7oR"/>
<TileColor>#2b5797</TileColor>
</tile>
</msapplication>
Expand Down
4 changes: 2 additions & 2 deletions static/root/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "Sefaria Web",
"icons": [
{
"src": "/android-chrome-192x192.png?v=xQzLlLp7oR",
"src": "/favicon-pecha.png?v=xQzLlLp7oR",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png?v=xQzLlLp7oR",
"src": "/favicon-pecha.png?v=xQzLlLp7oR",
"sizes": "256x256",
"type": "image/png"
}
Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- SEO Tags -->
<meta name="title" content="Pecha - A Living Library of Buddhist Text">
<meta name="keywords" content="pecha, Pecha, pecha.org, pecha, དཔེ་ཆ་, Tibetan Buddhism, Buddhist texts, ">
<meta name="description" content="Pecha.org is a Living library of buddhist texts online. It contains the pecha related with buddhism. Pecha.org is contains the largest collection of pecha."/>
<meta name="description" content="The largest free library of Buddhist texts available to read online in Tibetan, English and Chinese including Sutras, Tantras, Abhidharma, Vinaya, commentaries and more."/>
<meta name="author" content="Pecha.org">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="7 days">
Expand Down Expand Up @@ -59,7 +59,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />

<!-- https://realfavicongenerator.net -->
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'icons/apple-touch-icon.png' %}?v=xQzLlLp7oR">
<link rel="favicon-pecha" sizes="180x180" href="{% static 'icons/favicon-pecha.png' %}?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'icons/favicon-pecha.png' %}?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'icons/favicon-pecha.png' %}?v=xQzLlLp7oR">
<link rel="manifest" href="{% static 'icons/manifest.json' %}?v=xQzLlLp7oR">
Expand Down
12 changes: 6 additions & 6 deletions templates/edit_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
<link rel="stylesheet" href="{% static 'css/s2.css' %}">

<!-- https://realfavicongenerator.net -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=xQzLlLp7oR">
<link rel="favicon-pecha" sizes="180x180" href="/favicon-pecha.png?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-pecha.png?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-pecha.png?v=xQzLlLp7oR">
<link rel="manifest" href="/manifest.json?v=xQzLlLp7oR">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=xQzLlLp7oR" color="#273557">
<link rel="shortcut icon" href="/favicon.ico?v=xQzLlLp7oR">
<meta name="theme-color" content="#273557">

<!-- https://realfavicongenerator.net -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=xQzLlLp7oR">
<link rel="favicon-pecha" sizes="180x180" href="/favicon-pecha.png?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-pecha.png?v=xQzLlLp7oR">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-pecha.png?v=xQzLlLp7oR">
<link rel="manifest" href="/manifest.json?v=xQzLlLp7oR">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=xQzLlLp7oR" color="#273557">
<link rel="shortcut icon" href="/favicon.ico?v=xQzLlLp7oR">
Expand Down
2 changes: 1 addition & 1 deletion templates/gdocs_sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@


.inlineAddButtonIcon::before {
content: url("../img/add icon.png");
content: url("../img/add pecha-icon.png");
}


Expand Down
6 changes: 3 additions & 3 deletions templates/static/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{% load i18n cache humanize sefaria_tags static %}
{% get_static_prefix as STATIC_PREFIX %}

{% block title %}{% trans "Sefaria: a Living Library of Jewish Texts Online" %}{% endblock %}
{% block title %}{% trans "Pecha: a Living Library of Buddhist Texts Online" %}{% endblock %}

{% block description %}{% trans "The largest free library of Jewish texts available to read online in Hebrew and English including Torah, Tanakh, Talmud, Mishnah, Midrash, commentaries and more." %}{% endblock %}
{% block description %}{% trans "The largest free library of Buddhist texts available to read online in Tibetan and English including commentaries and more." %}{% endblock %}

{% block head %}
<meta property="og:type" content="website"/>
Expand All @@ -15,7 +15,7 @@
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "{% trans "Sefaria" %}",
"name": "{% trans "Pecha" %}",
"url": "https://{{ request.META.HTTP_HOST }}",
"potentialAction": {
"@type": "SearchAction",
Expand Down

0 comments on commit 2ab2688

Please sign in to comment.