2018-05-05 16:00:51 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
{{ .Content }}
|
2018-09-14 21:47:24 +00:00
|
|
|
<section id="cncf">
|
2019-10-27 11:43:24 +00:00
|
|
|
<div class="main-section">
|
2018-09-14 21:47:24 +00:00
|
|
|
<center>
|
|
|
|
<p style="font-size: 20px">{{ T "main_cncf_project" | safeHTML }}
|
|
|
|
</center>
|
2019-10-27 11:43:24 +00:00
|
|
|
</div>
|
2018-09-14 21:47:24 +00:00
|
|
|
</section>
|
2018-10-04 20:10:21 +00:00
|
|
|
|
|
|
|
<section id="kubeweekly">
|
2019-10-27 11:43:24 +00:00
|
|
|
<div class="main-section">
|
2018-10-04 20:10:21 +00:00
|
|
|
<!-- Begin MailChimp Signup Form -->
|
2019-04-09 01:17:04 +00:00
|
|
|
<link href="https://cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
|
2018-10-04 20:10:21 +00:00
|
|
|
<style type="text/css">
|
|
|
|
#mc_embed_signup{clear:left; width:100%;}
|
2020-02-24 19:55:36 +00:00
|
|
|
#mc_embed_signup .button, #mc_embed_signup input.email {margin-right:15px; vertical-align: bottom}
|
2018-10-04 20:10:21 +00:00
|
|
|
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
|
|
|
|
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
|
|
|
|
</style>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<div id="mc_embed_signup">
|
|
|
|
<form action="https://kubeweekly.us10.list-manage.com/subscribe/post?u=3885586f8f1175194017967d6&id=11c1b8bcb2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
|
|
|
<div id="mc_embed_signup_scroll">
|
2019-02-27 09:45:43 +00:00
|
|
|
<p style="font-size: 20px">{{ T "main_kubeweekly_baseline" }}</p>
|
2018-10-04 20:10:21 +00:00
|
|
|
<br />
|
2020-02-28 09:22:39 +00:00
|
|
|
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="{{ T "input_placeholder_email_address" }}" aria-label="email" required>
|
2018-10-04 20:10:21 +00:00
|
|
|
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
|
|
|
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_3885586f8f1175194017967d6_11c1b8bcb2" tabindex="-1" value=""></div>
|
2020-05-12 17:46:35 +00:00
|
|
|
<div class="clear"><input type="submit" value="{{ T "subscribe_button" }}" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
|
2018-10-04 20:10:21 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
2019-10-06 05:23:09 +00:00
|
|
|
<h5 style="text-align: center"><a href="https://us10.campaign-archive.com/home/?u=3885586f8f1175194017967d6&id=11c1b8bcb2" aria-label="Kube Weekly" style="color: #3371E3; font-weight: 400; font-size: 20px">{{ T "main_kubeweekly_past_link" }}</a></h5>
|
2018-10-04 20:10:21 +00:00
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<!--End mc_embed_signup-->
|
2019-10-27 11:43:24 +00:00
|
|
|
</div>
|
2018-10-04 20:10:21 +00:00
|
|
|
</section>
|
2018-05-05 16:00:51 +00:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ define "hero-more" }}
|
2019-02-05 16:33:23 +00:00
|
|
|
{{ with site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
|
2018-05-05 16:00:51 +00:00
|
|
|
<a href="{{ .RelPermalink }}" id="quickstartButton" class="button">{{ .LinkTitle }}</a>
|
|
|
|
{{ end }}
|
2018-10-04 20:10:21 +00:00
|
|
|
{{ end }}
|