Skip to content

Commit

Permalink
commit qr code
Browse files Browse the repository at this point in the history
  • Loading branch information
dukedpsun committed Sep 18, 2023
1 parent e978d57 commit 4aba31f
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions .idea/jsLinters/jshint.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/website.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion data/cn/cta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cta:
# bg_image_webp : "images/backgrounds/bg-white-wall.webp"
title : "进一步探索OpenTenBase更多特性 OpenTenBase代码仓库"
# content : "OpenTenBase代码仓库"
link: "https://github.com/Tencent/TBase"
link: "https://github.com/OpenTenBase/OpenTenBase"
button:
enable : false
label : "Start a project with us"
Expand Down
1 change: 1 addition & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ weight = 6
[params]
logo = "images/logo.png"
logo_footer = "images/logo_footer.png"
qr_code = "images/qr.png"
# Meta data
description = "Responsive Multipurpose Parallax Hugo Template"
author = "Themefisher"
Expand Down
Binary file added static/qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions themes/meghna-hugo/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ a:hover {
height: 37.427px;
flex-shrink: 0;
}

.single-page-header {
background-image: url("../images/about/about-header.jpg");
background-size: cover;
Expand All @@ -454,7 +453,7 @@ a:hover {
width: 100%;
height: 60px;
flex-shrink: 0;
fill: #FFFFFF;
fill: #1b838d;
margin-bottom: 0;
/*border: 1px solid var(--unnamed, #D6DBE3);*/
background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
Expand Down Expand Up @@ -489,6 +488,15 @@ a:hover {
color: #1b1e23;
}

.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-toggler:focus {
outline: 0;
}
Expand Down
5 changes: 3 additions & 2 deletions themes/meghna-hugo/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
<!-- </div>-->

{{"<!-- copyright --> " | safeHTML}}
<div class="logo" data-wow-duration="500ms">
<div class="col-lg-9" data-wow-duration="500ms">
<a href="{{ site.Home.Permalink }}">
<img src="{{ site.Params.logo_footer | absURL }}" alt="{{ site.Title }}" height="42"/>
<img class="logo" src="{{ site.Params.logo_footer | absURL }}" alt="{{ site.Title }}" height="42"/>
</a>
<img align="right" src="{{ site.Params.qr_code}}" height="72"/>
</div>
<br>
<hr>
Expand Down

0 comments on commit 4aba31f

Please sign in to comment.