-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (47 loc) · 3 KB
/
about.html
File metadata and controls
48 lines (47 loc) · 3 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
45
46
47
48
<!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>I am a Senior Software Engineer with extensive experience on leading projects, managing development teams and analysis/design/construction of Web and mobile apps. Although I have experience in other languages (.NET, Java and Scala), I became passionate with Javascript during the last years and all my recent work is focused to related technologies such as NodeJs, Backbone, among others.</span><br><br>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="https://blockchain.info//Resources/wallet/pay-now-button.js"></script>
<div style="font-size:16px;margin:0 auto;width:300px" data-address="1LR5GjaWDDiqg8uBXyE9TPHL9DN2Cc5U2c" data-shared="false" class="blockchain-btn">
<div class="blockchain stage-begin"><img src="https://blockchain.info//Resources/buttons/donate_64.png"></div>
<div style="text-align:center" class="blockchain stage-loading"><img src="https://blockchain.info//Resources/loading-large.gif"></div>
<div class="blockchain stage-ready">
<p>
Please Donate To Bitcoin Address: <b>[[address]]</b>
</p>
<p align="center" class="qr-code"></p>
</div>
<div class="blockchain stage-paid">Donation of <b>[[value]] BTC</b>Received. Thank You.</div>
<div class="blockchain stage-error"><font color="red">[[error]]</font></div>
</div>
</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>