This is an automated email from the ASF dual-hosted git repository.
mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git
The following commit(s) were added to refs/heads/master by this push:
new afb8159 IGNITE-14696: replaced promo image for Ignite Summit on the
homepage
afb8159 is described below
commit afb8159590d8667bbeb3ae4649973fa79206983d
Author: Mauricio Stekl <[email protected]>
AuthorDate: Thu May 13 22:12:00 2021 -0300
IGNITE-14696: replaced promo image for Ignite Summit on the homepage
---
css/ignite-redesign.css | 2 +-
images/promos/Ignite-summit-banner-1140px.png | Bin 0 -> 60999 bytes
index.html | 13 ++++-----
scss/homepage.scss | 37 +++-----------------------
4 files changed, 10 insertions(+), 42 deletions(-)
diff --git a/css/ignite-redesign.css b/css/ignite-redesign.css
index 26c92c7..8bf9cc7 100644
--- a/css/ignite-redesign.css
+++ b/css/ignite-redesign.css
@@ -1 +1 @@
-@charset
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
+@charset
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
diff --git a/images/promos/Ignite-summit-banner-1140px.png
b/images/promos/Ignite-summit-banner-1140px.png
new file mode 100644
index 0000000..95e552a
Binary files /dev/null and b/images/promos/Ignite-summit-banner-1140px.png
differ
diff --git a/index.html b/index.html
index c0681a1..e84473b 100644
--- a/index.html
+++ b/index.html
@@ -157,14 +157,11 @@ under the License.
<div class="container">
<div class="wrapper">
- <div class="is-logo"><img src="/images/ignite-summit-logo.svg"
width="398" height="157" alt="Ignite Summit logo" /></div>
- <div class="content">
- <p><strong>May 25, 2021</strong><br />Virtual Event</p>
- <a href="https://ignite-summit.org" class="btn"
target="_blank" rel="noopener"
- onclick="gtag('event', 'homepage_click', {
'event_category': 'ignite_summit_promotion', 'event_label':
'home-section-click'});"
- >Learn More</a>
- </div>
- </div>
+ <a href="https://ignite-summit.org" class="btn"
target="_blank" rel="noopener"
+ onclick="gtag('event', 'homepage_click', { 'event_category':
'ignite_summit_promotion', 'event_label': 'home-section-click'});"
+ >
+ <img src="/images/promos/Ignite-summit-banner-1140px.png"
alt="Ignite Summit promo" width="1140" height="300" />
+ </a>
</div>
</section>
diff --git a/scss/homepage.scss b/scss/homepage.scss
index 0ed1ac3..b7a4869 100644
--- a/scss/homepage.scss
+++ b/scss/homepage.scss
@@ -188,43 +188,14 @@
background-color: #E6F0FA;
.container {
- height: 200px;
- background: url('/images/bg-ignite-summit.svg') no-repeat right bottom;
+
.wrapper {
- display: flex;
- flex-wrap: nowrap;
- height: 100%;
- align-items: center;
-
- .is-logo {
- width: 314px;
- img {
- width: 100%;
- }
+ img {
+ width: 100%;
+ height: auto;
}
- .content {
- width: 44%;
- text-align: center;
-
- p {
- font-weight: 500;
- font-size: 32px;
- line-height: 1.5em;
- color: #011769;
- }
-
- .btn {
- background-color: #E5282A;
- border-radius: 4px;
- font-size: 16px;
- line-height: 22px;
- color: #FFFFFF;
- padding: .7em 2.5em;
-
- }
- }
}
}
}