39 lines
905 B
Plaintext
39 lines
905 B
Plaintext
<html><head profile="http://gmpg.org/xfn/11">
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>albert.schulz</title>
|
|
|
|
<%= stylesheet_link_tag 'albert.css' %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="headline">
|
|
albert.schulz <font color="#005EA9"> // iOS Developer</font>
|
|
</div>
|
|
|
|
<div class="subtitle">
|
|
XCode | Objective-C | PHP | MySQL | Java | Redis<br>
|
|
Node.js | JavaScript | Ruby | SQLite | Photoshop
|
|
</div>
|
|
|
|
<ul class="gallery">
|
|
<li>
|
|
<a rel="me" href="mailto:fake@example.com?cc=albert.schulz@me.com">
|
|
<%= image_tag "mail.png", :heigth => "215", :width => "177" %>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a rel="me" href="https://twitter.com/albert_sn">
|
|
<%= image_tag "twitter.png", :heigth => "215", :width => "177" %>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a rel="me" href="">
|
|
<%= image_tag "github.png", :heigth => "215", :width => "177" %>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</body></html>
|