-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuscribe.html
More file actions
44 lines (43 loc) · 2.47 KB
/
suscribe.html
File metadata and controls
44 lines (43 loc) · 2.47 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Daniel Fernandez
</title>
<link rel="alternate" href="http://dfernandez.me/feed.xml" type="application/rss+xml" title="My personal blog">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Fredericka+the+Great">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header>
<div class="inner">
<h1><a href="http://dfernandez.me">Daniel Fernandez</a></h1>
<div class="icons"> <a href="/suscribe.html" target="_blank"><img src="/images/rss.png" height="56px" width="56px"></a><a href="https://twitter.com/danielfrndz" target="_blank"><img src="/images/twitter.png" height="56px" width="56px"></a><a href="http://ar.linkedin.com/in/danielmartinfernandez" target="_blank"><img src="/images/linkedin.png" height="56px" width="56px"></a></div>
<div class="options"><a href="/suscribe.html" target="_blank">Suscribe</a><a href="https://github.com/danielfrndz">Github </a><a href="/about.html">About </a></div>
</div>
</header>
<div id="content"><span>Would you like to receive email notification of new posts? Go ahead and suscribe!</span><br><br>
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=dfernandez/XwNf', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<p>Enter your email address:</p>
<p>
<input type="text" style="width:140px" name="email">
</p>
<input type="hidden" value="dfernandez/XwNf" name="uri">
<input type="hidden" name="loc" value="en_US">
<input type="submit" value="Subscribe" class="button_red"><br><br><small>
Delivered by<a href="http://feedburner.google.com" target="_blank">FeedBurner</a></small>
</form><br><a href="/feed.xml" target="_blank">XML feed</a>
</div>
<footer>
<div class="inner">
<p>© 2013 Daniel Fernandez</p>
</div>
</footer>
<script>
var _gaq=[['_setAccount','UA-23149481-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>