You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ww...@apache.org on 2020/06/21 06:55:36 UTC

[incubator-yunikorn-site] branch site-v2 updated: change button style

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

wwei pushed a commit to branch site-v2
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/site-v2 by this push:
     new 39f6607  change button style
39f6607 is described below

commit 39f6607962895c3400e89b380376dddaa76cc1e4
Author: Weiwei yang <ww...@apache.org>
AuthorDate: Sat Jun 20 23:54:54 2020 -0700

    change button style
---
 src/pages/index.js            |   7 +++----
 src/pages/styles.module.css   |   6 ++++++
 static/img/ui-screenshots.gif | Bin 0 -> 2153401 bytes
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/pages/index.js b/src/pages/index.js
index 850fe8d..93e06a9 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -72,9 +72,9 @@ function Home() {
             <p className="hero__subtitle">{siteConfig.tagline}</p>
             <br />
             <div className="buttons_src-pages-">
-                <a className="button button--outline button--secondary button--lg" href="/docs/">GET STARTED</a> &nbsp;
-                <a className="button button--outline button--secondary button--lg" href="/community/download">DOWNLOAD</a> &nbsp;
-                <a className="button button--outline button--secondary button--lg" href="/community/roadmap">ROADMAP</a>
+                <a className="button button--primary button--lg" href="/docs/">GET STARTED</a> &nbsp;
+                <a className="button button--primary button--lg" href="/community/download">DOWNLOAD</a> &nbsp;
+                <a className="button button--primary button--lg" href="/community/roadmap">ROADMAP</a>
             </div>
           </div>
           </section>
@@ -106,7 +106,6 @@ function Home() {
          </section>
        )}
       </main>
-
     </Layout>
   );
 }
diff --git a/src/pages/styles.module.css b/src/pages/styles.module.css
index ecf0806..519c321 100644
--- a/src/pages/styles.module.css
+++ b/src/pages/styles.module.css
@@ -44,3 +44,9 @@
   height: 200px;
   width: 200px;
 }
+
+@media screen and (max-width: 966px) {
+  .heroBanner {
+    padding: 2rem;
+  }
+}
diff --git a/static/img/ui-screenshots.gif b/static/img/ui-screenshots.gif
new file mode 100644
index 0000000..2a1c89f
Binary files /dev/null and b/static/img/ui-screenshots.gif differ