homepage/source/albert/index.html.erb

39 lines
884 B
Plaintext

<html><head>
<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>
<% link_to 'mailto:fake@example.com?cc=albert.schulz@me.com' do %>
<%= image_tag "mail.png", :heigth => "215", :width => "177" %>
<% end %>
</li>
<li>
<% link_to 'https://twitter.com/albert_sn' do %>
<%= image_tag "twitter.png", :heigth => "215", :width => "177" %>
<% end %>
</li>
<li>
<% link_to '' do %>
<%= image_tag "github.png", :heigth => "215", :width => "177" %>
<% end %>
</li>
</ul>
</body></html>