summaryrefslogtreecommitdiff
path: root/public_html/contact.shtml
blob: 70a9cfe0979ce429c0e73d02083609334d934cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--#include file="header.shtml" -->

<!--#include file="leftside_index.shtml" -->

<div id="content">

<h1>Contact</h1>

<p>You can reach me in the following ways:
  <ul>
    <li>Email: <b>mail at andreasbaumann dot cc</b></li>
    <li>Skype: <b>andreasbaumann</b> (yes, I was fast :-))</li>
    <li>Snail mail:
      <pre>
Andreas Baumann
Trottenstrasse 20

CH-8037 Zuerich (Switzerland)
      </pre>
    </li>
  </ul>
</p>

</div>

<!--#include file="footer.shtml" -->