forked from vincentchan/mickey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubscribe.html
More file actions
30 lines (30 loc) · 1.85 KB
/
subscribe.html
File metadata and controls
30 lines (30 loc) · 1.85 KB
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
<section class="section--subscribe">
<div class="container container--content">
<h3 class="u-alignCenter">Stay in touch</h3>
<p>
안녕하시렵니까? 저는 웹개발과 영상편집을 하는 <a href="{{ site.baseurl }}about/">devwon</a>이구요.
여기는 devwon의 블로그입니다. 웹개발(node JS, python..), 영상 편집(finalcutpro) 등 저의 주 활동 분야에 대한 글을 올립니다:)
<br><br>이메일로 블로그 글을 받아보시려면 아래에 주소를 입력해주세요!
</p>
<div class="newsletterForm-wrapper">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="{ get this from MailChimp }" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" value="" name="EMAIL" class="textInput textInput--large" id="mce-EMAIL" placeholder="Your email address">
</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;"><input type="text" name="{ get this from MailChimp }" tabindex="-1" value=""></div>
<div class="clear u-alignCenter"><input type="submit" value="이메일로 받아보기" name="subscribe" id="mc-embedded-subscribe" class="button button--primary"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<hr/>
</div>
</section>