new version of the logo; TODO refine new logo
[homepage.git] / twitter.html
blob4603d67f18c6e22b42e13e980d1f452793772cbf
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
5 <head>
6 <title>Twitter stream</title>
7 <link rel="stylesheet" type="text/css" href="style.css" />
8 <meta name="Author" content="Dimitar Dimitrov" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
12 <div id="content">
13 <p><a href="http://www.hu-berlin.de/">Humboldt-Universitat zu Berlin</a> | <a href="https://www2.informatik.hu-berlin.de/">Institut fur Informatik</a> | <a href="index.html">Dimitar Dimitrov</a></p>
14 <hr />
16 <script src="http://widgets.twimg.com/j/2/widget.js" type="text/javascript"></script>
17 <script type="text/javascript">
18 new TWTR.Widget({
19 version: 2,
20 type: 'profile',
21 rpp: 10,
22 interval: 6000,
23 width: 'auto',
24 height: 400,
25 theme: {
26 shell: {
27 background: '#333333',
28 color: '#ffffff'
30 tweets: {
31 background: '#000000',
32 color: '#ffffff',
33 links: '#4aed05'
36 features: {
37 scrollbar: true,
38 loop: false,
39 live: false,
40 hashtags: true,
41 timestamp: true,
42 avatars: false,
43 behavior: 'all'
45 }).render().setUser('mitakas').start();
46 </script>
47 </div>
48 </body>
49 </html>