homepage/source/albert/index.html.erb

39 lines
905 B
Plaintext
Raw Normal View History

2012-07-26 09:11:37 +00:00
<html><head profile="http://gmpg.org/xfn/11">
2012-07-21 20:07:21 +00:00
<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>
2012-07-26 09:11:37 +00:00
<a rel="me" href="mailto:fake@example.com?cc=albert.schulz@me.com">
2012-07-21 20:07:21 +00:00
<%= image_tag "mail.png", :heigth => "215", :width => "177" %>
2012-07-26 09:11:37 +00:00
</a>
2012-07-21 20:07:21 +00:00
</li>
<li>
2012-07-26 09:11:37 +00:00
<a rel="me" href="https://twitter.com/albert_sn">
2012-07-21 20:07:21 +00:00
<%= image_tag "twitter.png", :heigth => "215", :width => "177" %>
2012-07-26 09:11:37 +00:00
</a>
2012-07-21 20:07:21 +00:00
</li>
<li>
2012-07-26 09:11:37 +00:00
<a rel="me" href="">
2012-07-21 20:07:21 +00:00
<%= image_tag "github.png", :heigth => "215", :width => "177" %>
2012-07-26 09:11:37 +00:00
</a>
2012-07-21 20:07:21 +00:00
</li>
</ul>
</body></html>