Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4a70e2

Browse files
author
Joseph Damiba
committed
updating footer to include mailchimp form
1 parent 280bd70 commit a4a70e2

File tree

4 files changed

+72
-2
lines changed

4 files changed

+72
-2
lines changed

_data/cache_bust_css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
e1f40e63b86de7c2e0444738a2c8f9df ../all_static/css/main.css
1+
e14bf75f64fcaf2a68ab88249760971b ../all_static/css/main.css
22
a5765df8bc2358dd61c19edcc0cbef7d ../all_static/css/normalize.css

_includes/_new/_page-components/_footer-main.html

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,31 @@ <h6 style="color:#19d3f3" class="--footer-heading">EMBEDDED BI/OEM</h6>&#x9;&#x9
6161
<li><a href="https://plot.ly/dashboards/" target="_self">Dashboards</a></li>
6262
</ul>
6363
</li>
64+
&#x9;&#x9;
65+
<li class="--footer-column">
66+
<h6 style="color:#119dff" class="--footer-heading">JOIN THE DASH CLUB</h6>&#x9;&#x9;&#x9;
67+
<ul>
68+
&#x9;&#x9;&#x9;&#x9;
69+
<li><form action="https://plot.us12.list-manage.com/subscribe/post" method="POST" noValidate>
70+
<input type="hidden" name="u" value="28d7f8f0685d044fb51f0d4ee"/>
71+
<input type="hidden" name="id" value="0c1cb734d7"/>
72+
73+
<label htmlFor='MERGE0'>
74+
<p class="mailchimp-footer-text"> Dash Club is a no-fluff, twice-a-month email with links and notes on the latest Dash developments and community happenings.</p>
75+
<input
76+
type="email"
77+
name="EMAIL"
78+
id="MERGE0"
79+
placeholder="Your Email Address:"
80+
autoCapitalize="off"
81+
autoCorrect="off"
82+
class="mc-input"
83+
/>
84+
</label>
85+
<input type="submit" value="Subscribe" name="subscribe" class="mc-embedded-subscribe"/>
86+
</form></li>
87+
</ul>
88+
</li>
6489
</ul>
6590
</div>
6691
</section>
@@ -190,4 +215,4 @@ <h6 style="color:#19d3f3" class="--footer-heading">EMBEDDED BI/OEM</h6>&#x9;&#x9
190215
}
191216
});
192217

193-
</script>
218+
</script>

all_static/css/main.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7608,6 +7608,27 @@ div#notebook {
76087608
letter-spacing: 1px;
76097609
color: #626262; }
76107610

7611+
.mailchimp-footer-text {
7612+
-webkit-margin-before: 0em;
7613+
margin-block-start: 0em;
7614+
font-size: 80%;
7615+
color: #626262; }
7616+
7617+
.mc-input {
7618+
margin-bottom: 10px;
7619+
border: none;
7620+
border-color: #fff; }
7621+
7622+
.mc-input:after {
7623+
content: '\A';
7624+
white-space: pre; }
7625+
7626+
.mc-embedded-subscribe {
7627+
color: #fff;
7628+
background-color: #119dff;
7629+
-webkit-box-shadow: 0px 2px 8px rgba(80, 103, 132, 0.4);
7630+
box-shadow: 0px 2px 8px rgba(80, 103, 132, 0.4); }
7631+
76117632
.\--page-body {
76127633
-webkit-box-flex: 1;
76137634
-webkit-flex: 1;

scss/_pages/_home.scss

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,27 @@
231231
}
232232
}
233233
}
234+
235+
.mailchimp-footer-text{
236+
margin-block-start: 0em;
237+
font-size: 80%;
238+
color: #626262;
239+
}
240+
241+
.mc-input{
242+
margin-bottom: 10px;
243+
border: none;
244+
border-color: #fff;
245+
}
246+
247+
.mc-input:after{
248+
content: '\A';
249+
white-space: pre;
250+
}
251+
252+
.mc-embedded-subscribe{
253+
color: #fff;
254+
background-color: #119dff;
255+
box-shadow: 0px 2px 8px rgba(#506784, 0.4);
256+
}
257+

0 commit comments

Comments
 (0)