📦 obcode / terraform.cs.hm.edu

📄 about.html · 84 lines
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84---
title: About
---
        <div id="landing">
          <div class="container">
            <div class="row">
                  <div class="span6">
                    <h1>Prof. Dr. Oliver Braun</h1>
                  </div>
                  <div class="span6">
                    <img src="img/ob.png" alt="Home" width="500" height="216" />
                  </div>
                </div>
          </div>
        </div>

        <div id="content">
          <div class="container">
              <div class="row">
                  <div class="span2">
                  </div>
                  <div class="span4">
                      <a href="http://cs.hm.edu/">Fakultät für Informatik und Mathematik</a><br>
                      <a href="http://hm.edu/">Hochschule München</a><br>
                      Lothstr. 64<br>
                      80335 München<br>
                      <br>
                      Zimmer R3.032<br>
                      <br>
                      Sprechzeit während der Vorlesungszeit: dienstags 11:45.<br>
                      (nach vorheriger Anmeldung per E-Mail)<br>
                      <br>
                      Tel. +49 89 1265-3790<br>
                      Fax  +49 89 1265-3780<br>
                      <br>
                      E-Mail: <script type="text/javascript">
<!--
h='&#x63;&#x73;&#46;&#104;&#x6d;&#46;&#x65;&#100;&#x75;';a='&#64;';n='&#x6f;&#98;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#x6f;&#98;&#32;&#x61;&#116;&#32;&#x63;&#x73;&#32;&#100;&#x6f;&#116;&#32;&#104;&#x6d;&#32;&#100;&#x6f;&#116;&#32;&#x65;&#100;&#x75;</noscript><br>
                      <br>
                      <a
                          href="http://pgp.mit.edu:11371/pks/lookup?search=ob%40cs.hm.edu&amp;op=index">PGP-Schlüssel</a><br>
                      Fingerprint: 6A3B 042A 732E 17E4 B6E7  3EAF C0B1 6B7D EF25 B1BA
                      <br>
                  </div>
                  <div class="span4">
                      <div class="txt-middle">
                        <a href="http://twitter.com/obcode"><img
                            src="/img/Twitter.png" alt="Twitter" /></a> •
                        <a
                            href="https://plus.google.com/+OliverBraun"><img
                            src="/img/Google.png" alt="Google+" /></a> •
                        <a href="https://github.com/obcode"><img
                            src="/img/Github.png" alt="Github" /></a> •
                        <a href="http://www.linkedin.com/in/obcode"><img
                            src="/img/LinkedIn.png" alt="LinkedIn" /></a>
                        <br><br><br>
                        <code>obcode at <a href="http://webchat.freenode.net?channels=%23%23terraform">freenode</a></code>
                        <br><br><br>
                        <a href="http://www.haskellers.com/user/obcode/">
                          <img src="http://www.haskellers.com/static/badge.png" alt="I'm a Haskeller" />
                        </a>
                        <br><br><br>
                        <a href="http://scala.obraun.net/">
                              <img src="/img/Scala.jpg"
                                   alt="Scala" />
                        </a>
                        &nbsp; &nbsp; &nbsp;
                        <a href="http://www.osgi-buch.com/">
                              <img src="/img/OSGi_fuer_Praktiker.jpg"
                                   alt="OSGi f&uuml;r Praktiker" />
                          </a>
                      </div>
                  </div>
                  <div class="span2">
                  </div>
              </div>
          </div>
        </div>