integrate personal pages
This commit is contained in:
parent
aa52933945
commit
5a409dcfd0
10
config.rb
10
config.rb
@ -1,7 +1,9 @@
|
|||||||
###
|
###
|
||||||
# Compass
|
# Compass
|
||||||
###
|
###
|
||||||
|
|
||||||
|
page "/albert/", :layout => false
|
||||||
|
|
||||||
|
|
||||||
# Change Compass configuration
|
# Change Compass configuration
|
||||||
compass_config do |config|
|
compass_config do |config|
|
||||||
@ -39,13 +41,13 @@ set :slim, :pretty => true
|
|||||||
###
|
###
|
||||||
|
|
||||||
# Per-page layout changes:
|
# Per-page layout changes:
|
||||||
#
|
#
|
||||||
# With no layout
|
# With no layout
|
||||||
# page "/path/to/file.html", :layout => false
|
# page "/path/to/file.html", :layout => false
|
||||||
#
|
#
|
||||||
# With alternative layout
|
# With alternative layout
|
||||||
# page "/path/to/file.html", :layout => :otherlayout
|
# page "/path/to/file.html", :layout => :otherlayout
|
||||||
#
|
#
|
||||||
# A path which all have the same layout
|
# A path which all have the same layout
|
||||||
# with_layout :admin do
|
# with_layout :admin do
|
||||||
# page "/admin/*"
|
# page "/admin/*"
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
a name="about"
|
a name="about"
|
||||||
p
|
p
|
||||||
' ® Copyright 2012 | Albert Schulz, Jörg Thalheim
|
' ® Copyright 2012 |
|
||||||
|
a href="albert" Albert Schulz
|
||||||
|
' ,
|
||||||
|
a href="joerg" Jörg Thalheim
|
||||||
br/
|
br/
|
||||||
' using
|
' using
|
||||||
a href="http://ethanschoonover.com/solarized" target="_blank" solarized
|
a href="http://ethanschoonover.com/solarized" target="_blank" solarized
|
||||||
|
38
source/albert/index.html.erb
Normal file
38
source/albert/index.html.erb
Normal 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
BIN
source/images/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
source/images/mail.png
Normal file
BIN
source/images/mail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
source/images/twitter.png
Normal file
BIN
source/images/twitter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
source/joerg/index.slim
Normal file
1
source/joerg/index.slim
Normal file
@ -0,0 +1 @@
|
|||||||
|
p Jörg Thalheim (Mic92)
|
87
source/stylesheets/albert.css
Normal file
87
source/stylesheets/albert.css
Normal 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;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user