Skip to content

Commit

Permalink
iseng ajalah
Browse files Browse the repository at this point in the history
  • Loading branch information
wongiseng committed Jan 18, 2011
1 parent 042302b commit f2e1cd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
</head>
<body>
<div id="contact_info">
<hr />
<img src="http://staff.science.uva.nl/~wibisono/pic_wibisono.png" id="wibisono_pic" alt="wibisono" width="150px"/>
<img src="http://staff.science.uva.nl/~wibisono/pic_wibisono.png" id="wibisono_pic" alt="wibisono" width="100px"/>
<h2>Repositories </h2>
<ul>
<li> <a href="http://github.com/wongiseng/aida-plugin">AIDA Teverna Plugin</a> for <a href="http://dev.adaptivedisclosure.org/search">AIDA Toolkit</a> (2009-2010) :
Expand Down
8 changes: 8 additions & 0 deletions style/fnwi.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ A.nav:hover { color: black; }
A:visited { display: inline; text-decoration: none; color: #336699; }
A:link { display: inline; text-decoration: none; color: #336699; }
A:hover { display: inline; text-decoration: none; color: black; }

.pub_names{display: block; color:black;}
.pub_title {font-style: italic; display: block; color:black;}
.pub_what {display: block; color: grey; font-size:10pt;}

wibisono_pic{float:right;clear:both; padding:5px; height: 40px;}
#contact_info{clear:both;}
#spacer{clear:both;}

0 comments on commit f2e1cd9

Please sign in to comment.