integrate personal pages

This commit is contained in:
Jörg Thalheim 2012-07-21 22:07:21 +02:00
parent aa52933945
commit 5a409dcfd0
8 changed files with 136 additions and 5 deletions

View File

@ -1,7 +1,9 @@
###
###
# Compass
###
page "/albert/", :layout => false
# Change Compass configuration
compass_config do |config|
@ -39,13 +41,13 @@ set :slim, :pretty => true
###
# Per-page layout changes:
#
#
# With no layout
# page "/path/to/file.html", :layout => false
#
#
# With alternative layout
# page "/path/to/file.html", :layout => :otherlayout
#
#
# A path which all have the same layout
# with_layout :admin do
# page "/admin/*"

View File

@ -1,6 +1,9 @@
a name="about"
p
' ® Copyright 2012 | Albert Schulz, Jörg Thalheim
' ® Copyright 2012 |
a href="albert" Albert Schulz
' ,
a href="joerg" Jörg Thalheim
br/
' using
a href="http://ethanschoonover.com/solarized" target="_blank" solarized

View File

@ -0,0 +1,38 @@
<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>

BIN
source/images/github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
source/images/mail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
source/images/twitter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1
source/joerg/index.slim Normal file
View File

@ -0,0 +1 @@
p Jörg Thalheim (Mic92)

View File

@ -0,0 +1,87 @@
@font-face {
font-family: cool_font;
src: url('mensch.ttf');
}
/* Makeshift CSS Reset */
{
margin: 0;
padding: 0;
font-family: cool_font;
}
/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
display: block;
}
body {
margin: 0 auto;
font: 13px/22px Helvetica, Arial, sans-serif;
font-family: Menlo;
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(170,170,170,1))); /* Chrome,Safari4+ */
background: url(Slice6.png), -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(170,170,170,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
p {
padding-bottom: 22px;
font-family: cool_font;
}
div.headline {
padding-top: 100px;
font-size: 60 px;
text-align: center;
color: #4A4A4A;
}
div.subtitle {
padding-top: 80px;
text-align: center;
font-size: 30 px;
line-height: 1.1;
color: #4A4A4A;
}
ul.gallery {
margin-top: 50 px;
list-style-type: none;
float:right;
position:relative;
left:-50%;
text-align:left;
}
ul.gallery li {
float:left;
margin-right:70px;
margin-top:7px;
position:relative;
left:50%;
}
div.appstore {
margin-top: 250px;
margin-right: 200 px;
}