This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new dc02188380 [CSS] Improving Website Appearance and User Experience
(#723)
dc02188380 is described below
commit dc0218838022979272b79b35446801d306e37f7f
Author: Shriansh Agarwal <[email protected]>
AuthorDate: Wed Jun 21 08:23:20 2023 +0530
[CSS] Improving Website Appearance and User Experience (#723)
* Removing Footer Link Icon
* [CSS] Hero Section UI
* Removed Link Icon from Subscribe in Footer
---
docusaurus.config.js | 12 ++++++------
src/css/custom.scss | 8 ++++++--
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index c1b4041e04..2d8a79bb02 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -229,7 +229,7 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
},
{
label: 'Releases',
- href: 'https://github.com/apache/linkis/releases',
+ to: 'https://github.com/apache/linkis/releases',
},
],
},
@@ -237,15 +237,15 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
title: 'Community',
items: [{
label: 'GitHub',
- href: 'https://github.com/apache/linkis',
+ to: 'https://github.com/apache/linkis',
},
{
label: 'Issue Tracker',
- href: 'https://github.com/apache/linkis/issues',
+ to: 'https://github.com/apache/linkis/issues',
},
{
label: 'Pull Requests',
- href: 'https://github.com/apache/linkis/pulls',
+ to: 'https://github.com/apache/linkis/pulls',
},
],
},
@@ -257,11 +257,11 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
},
{
label: 'Subscribe Mail',
- href: 'mailto:[email protected]',
+ to: 'mailto:[email protected]',
},
{
label: 'Mail Archive',
- href:
'https://lists.apache.org/[email protected]',
+ to: 'https://lists.apache.org/[email protected]',
},
],
},
diff --git a/src/css/custom.scss b/src/css/custom.scss
index dda93e1445..3423f1abd1 100644
--- a/src/css/custom.scss
+++ b/src/css/custom.scss
@@ -102,7 +102,7 @@ aside {
.info-item{
padding: 0 10px 0 28px;
&.sperator{
- padding: 0 10px;
+ padding: 0 10px;
}
}
}
@@ -161,6 +161,7 @@ aside {
.home-page {
padding: 64px 0 30px;
+ min-height: 92vh;
&.feature {
background: #eee url(/static/home/features_bg.png) center no-repeat;
@@ -168,7 +169,7 @@ aside {
}
&.slogan {
- margin-top: -60px;
+ // margin-top: -60px;
background: #eee url(/static/home/banner_bg.png) center no-repeat;
background-size: cover;
}
@@ -545,6 +546,9 @@ aside {
&.introduce {
padding-bottom: 0;
}
+ &.slogan{
+ margin-top: -60px;
+ }
.concept{
grid-template-columns: repeat(1, 1fr);
grid-row-gap: 20px;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]