๐Ÿ“ฆ xrmx / devcampy.com

๐Ÿ“„ weekly-talk.md ยท 70 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70---
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: default
title:  "Weekly best talk."
description: "Weekly best talk is a weekly newsletter only to share great talks
from conferences and local meetup. Where ever there is a great content. We will
look at it and we will share it with you. Once a week."
---
{% include nav.html %}

<div class="container-fluid">
	<div class="row featurette header bg-electric-blue">
		<div class="col-md-2"></div>
		<div style="margin-top:5em; margin-bottom:5em" class="small-pad col-md-4 text-center">
			<h3 class="text-white">Do you watch tech talks? Get the best talk every week to keep you
            up to date. From big conferences like DockerCon, VelocityConf,
            ReInvent but also from
            local meetups. Everywhere there is a good content!</h3>
		</div>
        <div class="col-md-4 mx-auto align-self-center">
            <i style="font-size:10em" class="fa fa-podcast" aria-hidden="true"></i>
        </div>
	</div>

	<div class="container" style="margin-top:5em;margin-bottom:5em">
		<div class="row justify-content-md-center" id="mc_embed_signup">
            <div class="col-md-10">
                <form class="validate col-md-auto form-inline" action="//gianarb.us2.list-manage.com/subscribe/post?u=03581a38fd820a06b0898c802&amp;id=4575924f3f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate>
                    <div class="form-group">
                        <h2>Subscribe to "Weekly best Talk!" <small>by devcampy.com</small></h2>
                    </div>

                    <div class="form-group col-md-12 justify-content-md-center" id="mc_embed_signup_scroll">
                        <div class="mc-field-group">
                            <input type="email" value="" placeholder="your@email.com" name="EMAIL" class="form-control required email" id="mce-EMAIL">
                        </div>
                        <div id="mce-responses" class="clear">
                            <div class="response" id="mce-error-response" style="display:none"></div>
                            <div class="response" id="mce-success-response" style="display:none"></div>
                        </div>    <!-- 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_03581a38fd820a06b0898c802_4575924f3f" tabindex="-1" value=""></div>
                        <div class="clear"><input style="margin-left:1rem" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-primary"></div>
                    </div>
                </form>
            </div>
        </div>
	</div>

	<div class="container" style="margin-top:5em;margin-bottom:5em">
        <div class="row justify-content-md-center">
            <div class="col-md-3">
                <i style="font-size:10em;color:#0080FF" class="fa fa-thumbs-up" aria-hidden="true"></i>
            </div>
            <div class="col-md-4">
                <h2>Why us?</h2>
                <p>"Weekly best talk" self explain itself. Only one newsletter
                every 7 days with the best talk that we saw online.</p>
                <p>We love talks. We organise meetups and we are always looking
                to have great speakers and amazing contents. To do that we need
                inspiration. It's during this process that we select the talk of
                the week. Try! It's free.</p>
            </div>
        </div>
	</div>
</div>

{% include footer.html %}