Skip to content

Commit

Permalink
added contact data
Browse files Browse the repository at this point in the history
  • Loading branch information
berwinter committed Mar 17, 2013
1 parent ff645c7 commit 360f266
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/format.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ div.hover > div.icon, div.active > div.icon {
position: absolute; position: absolute;
} }


#contact {
position:absolute;
right:20px;
top:10px;
}
#contact > a{
color: #444;
}

.schema { .schema {
text-align: center; text-align: center;
} }
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</head> </head>


<body> <body>
<div id="contact"><a href="mailto:bertram.winter@gmail.com">Kontakt</a></div>
<div id="logo"></div> <div id="logo"></div>
<div id="content"> <div id="content">
<div id="overlay"></div> <div id="overlay"></div>
Expand Down

0 comments on commit 360f266

Please sign in to comment.