Skip to content

Commit

Permalink
update new logos (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam authored Aug 5, 2024
1 parent b6d6cac commit dde70be
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Binary file added assets/img/logo-2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/sass/partials/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

.logo {
display: inline-block;
height: 32px;
height: 22px;
margin-right: 100px;
}

Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ googleAnalytics = "UA-142131411-1"
github = "https://github.com/sofastack/sofastack.tech"
# legacyWebsite = "http://legacy.sofastack.tech"
description = "SOFAStack is a Scalable Open Financial Architecture for building cloud native applications"
favicon = "https://gw.alipayobjects.com/os/q/cms/images/jqu9346l/4ba95631-2489-4885-881f-bc7f8d787d5e_w64_h61.png"
favicon = "https://img.alicdn.com/imgextra/i3/O1CN019CRHyf1qyMghfS3id_!!6000000005564-2-tps-211-128.png"

# 首页订阅
[params.homeSubscription]
Expand Down
2 changes: 1 addition & 1 deletion data/en/footer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# qrcode
[[qrcode]]
img = "img/qrcode/qrcode_1.png"
img = "img/qrcode/qrcode_1_2024.jpg"
description = "Wechat Official Account"

[[qrcode]]
Expand Down
4 changes: 2 additions & 2 deletions data/zh/footer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
]

[[qrcode]]
img = "img/qrcode/qrcode_video.png"
img = "img/qrcode/qrcode_video_2024.jpg"
description = "微信视频号"

[[qrcode]]
img = "img/qrcode/qrcode_1.png"
img = "img/qrcode/qrcode_1_2024.jpg"
description = "微信公众号"

[[qrcode]]
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="logo-link" href="{{ "/" | relLangURL }}">
<img class="logo" src="{{ (resources.Get "img/logo.png").RelPermalink }}">
<img class="logo" src="{{ (resources.Get "img/logo-2024.png").RelPermalink }}">
</a>
<div class="-show-mobile">
<a id="mobile-menu-icon">
Expand Down
Binary file added static/img/qrcode/qrcode_1_2024.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 added static/img/qrcode/qrcode_video_2024.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 dde70be

Please sign in to comment.