-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.96 KB
/
index.html
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
<!DOCTYPE html>
<!-- saved from url=(0022)http://jzelinskie.com/ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ademord.com</title>
<meta name="description" content="Francisco Ribera">
<meta name="keywords" content="Francisco Ribera,Franco,Laszkowski,ademord">
<link rel="shortcut icon" href="./favicon.png" type="image/png">
<link rel="stylesheet" href="./index.css">
<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<pre><span class="comment">// Copyright 2017 Ademord. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Template credits go to <a href="https://jzelinskie.com">jzelinskie.com</a>
</span>
<span class="keyword">package</span> ademord
<span class="keyword">import</span> <span class="string">"net/url"</span>
<span class="keyword">type</span> Profile <span class="keyword">struct</span> {
<span class="comment">// You can check out my code here:</span>
<a href="https://github.com/ademord">GitHub</a> url.URL
<span class="comment">// You can totally stalk me these places:</span>
<a href="mailto:[email protected]">Email</a>, <a href="https://instagram.com/ademord">Instagram</a>, <a href="https://frade.tumblr.com/">Tumblr</a> url.URL
}
</pre>
<script>/* <![CDATA[ */(function(d,s,a,i,j,r,l,m,t){try{l=d.getElementsByTagName('a');t=d.createElement('textarea');for(i=0;l.length-i;i++){try{a=l[i].href;s=a.indexOf('/cdn-cgi/l/email-protection');m=a.length;if(a&&s>-1&&m>28){j=28+s;s='';if(j<m){r='0x'+a.substr(j,2)|0;for(j+=2;j<m&&a.charAt(j)!='X';j+=2)s+='%'+('0'+('0x'+a.substr(j,2)^r).toString(16)).slice(-2);j++;s=decodeURIComponent(s)+a.substr(j,m-j)}t.innerHTML=s.replace(/</g,'<').replace(/\>/g,'>');l[i].href='mailto:'+t.value}}catch(e){}}}catch(e){}})(document);/* ]]> */</script>
</body>
</html>