You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/11/01 22:21:04 UTC

[incubator-teaclave-website] branch master updated: Tweak style

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 190a001  Tweak style
190a001 is described below

commit 190a0012aeb16db2af3ce6c5c770748494a28f29
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Sun Nov 1 14:10:37 2020 -0800

    Tweak style
---
 site/.vuepress/config.js                 | 3 +++
 site/.vuepress/theme/components/Home.vue | 8 ++++----
 site/.vuepress/theme/styles/index.styl   | 2 +-
 site/index.md                            | 6 +++---
 4 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 22864f9..ff9ec74 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -2,6 +2,9 @@ module.exports = {
     title: 'Apache Teaclave (incubating)',
     description: 'Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.',
     base: '/',
+    head: [
+        ['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Lato&display=swap' }],
+    ],
     themeConfig: {
         search: false,
         smoothScroll: true,
diff --git a/site/.vuepress/theme/components/Home.vue b/site/.vuepress/theme/components/Home.vue
index 334634d..4a090e4 100644
--- a/site/.vuepress/theme/components/Home.vue
+++ b/site/.vuepress/theme/components/Home.vue
@@ -118,7 +118,7 @@ export default {
       font-size 1.2rem
       color #fff
       background-color $accentColor
-      padding 0.8rem 1.6rem
+      padding 0.5rem 1.6rem
       border-radius 4px
       transition background-color .1s ease
       box-sizing border-box
@@ -160,9 +160,9 @@ export default {
       flex-direction column
     .feature
       max-width 100%
-      padding 0 2.5rem
+      padding 0 1rem
     .footer
-      padding 2.5rem 1rem 2.5rem 1rem
+      padding 1.5rem 1rem 1.5rem 1rem
 
 @media (max-width: $MQMobileNarrow)
   .home
@@ -180,7 +180,7 @@ export default {
         font-size 1.2rem
       .action-button
         font-size 1rem
-        padding 0.6rem 1.2rem
+        padding 0.3rem 1.2rem
     .feature
       h2
         font-size 1.25rem
diff --git a/site/.vuepress/theme/styles/index.styl b/site/.vuepress/theme/styles/index.styl
index 976bfb0..678a541 100644
--- a/site/.vuepress/theme/styles/index.styl
+++ b/site/.vuepress/theme/styles/index.styl
@@ -11,7 +11,7 @@ html, body
   background-color #fff
 
 body
-  font-family -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
+  font-family -apple-system, BlinkMacSystemFont, "Lato", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
   -webkit-font-smoothing antialiased
   -moz-osx-font-smoothing grayscale
   font-size 16px
diff --git a/site/index.md b/site/index.md
index fb0bf23..87cd718 100644
--- a/site/index.md
+++ b/site/index.md
@@ -1,8 +1,8 @@
 ---
-title: Apache Teaclave (Incubating)
+title: Apache Teaclave (incubating)
 home: true
-description: Apache Teaclave (Incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
-heroText: Apache Teaclave (Incubating)
+description: Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
+heroText: Apache Teaclave (incubating)
 tagline:  an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple
 actionText: Get Started →
 actionLink: /docs/my-first-function/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org