Open source iPhone look-a-like CSS
[pazpar2-moved-to-github.git] / www / iphone / UiUIKit / author.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5         <meta id="viewport" name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
6         <title>About the author</title>
7         <link rel="stylesheet" href="stylesheets/iphone.css" />
8         <link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
9         <script type="text/javascript" charset="utf-8">
10                 window.onload = function() {
11                   setTimeout(function(){window.scrollTo(0, 1);}, 100);
12                 }
13         </script>
14         <!-- for profile image -->
15         <style type="text/css" media="screen">
16                 li.picture { background: #fff url(images/minid-profile.png) no-repeat !important; }
17         </style>
18         <!-- end line customization -->
19 </head>
20
21 <body>
22         
23         <div id="header">
24                 <h1>The autor</h1>
25                         <a href="about.html" id="backButton">Index</a>
26                 </div>
27
28 <ul class="profile">
29         <li class="picture"><a href="http://www.minid.net"><!--use this space to define tooltip title when user taps-->Diego Martín Lafuente's picture</a></li>
30         <li class="clearfix"><h2>Diego Martín Lafuente</h2><p>Minid.net</p></li>
31 </ul>
32
33 <ul class="data">
34         <li><p>Diego Martín Lafuente is an IA designer, web standard advocate and amateur writer who lives in Barcelona, currently working for <a href="http://www.tractis.com">Tractis.com</a>. Among this project he also writes his weekly column on his personal tech blog <a href="http://www.minid.net">minid.net</a> (spanish).</p></li>
35 </ul>
36
37 <h1>Contact Diego</h1>
38
39 <ul class="field">
40         <li><h3>E-mail</h3> <a href="mailto:dlafuente@gmail.com">dlafuente@gmail.com</a></li>
41         <li class="arrow"><h3>Website</h3> <small>Blog</small> <a href="http://www.minid.net">Minid.net</a></li>
42         <li class="arrow"><h3>Facebook</h3> <a href="http://www.minid.net">Mini-d</a></li>
43         <li class="arrow"><h3>Linkedin</h3> <a href="http://www.linkedin.com/in/diegolafuente">diegolafuente</a></li>
44         <li class="arrow"><h3>Flickr</h3> <a href="http://www.flickr.com/photos/minid/">Photostream</a></li>
45         
46         <li><h3>Notes</h3> <big>Please do not send me adversiting, press releases or link proposals to this e-mail address. I like to answer all the e-mails that I can.</big></li>
47 </ul>
48
49 <ul class="individual">
50         <li><a href="about.html">Back</a></li>
51         <li><a href="index.html">To Index</a></li>      
52 </ul>
53
54
55 <p><strong>Best enjoyed on a real iPhone</strong><br />This iPhone UI Framework kit is licenced under GNU Affero General Public License (<a href="http://www.gnu.org/licenses/agpl.html">GNU AGPL 3</a>)</p>
56
57
58
59 </body>
60 </html>