Skip to content

Commit

Permalink
adjust links
Browse files Browse the repository at this point in the history
  • Loading branch information
autarc committed Sep 9, 2013
1 parent 91d4f02 commit 0f2beb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
File renamed without changes
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<h2>Presentations</h2>

<figure>
<img src="Apps.BerlinJS.png" width="80%">
<img src="events/Apps.BerlinJS.png" width="80%">
</figure>


Expand All @@ -40,15 +40,15 @@ <h2>Presentations</h2>
<a href="2013-05-30_BerlinJS/slides.pdf" download="2013-05-30_BerlinJS.pdf">PDF</a>
</span>
</li>
<!--

<li class="entry clear">
<span class="date">2013-XX-XX (Colloquium)</span>
<span class="date">2013-09-10 (Colloquium)</span>
<span class="links">
<a href="2013-XX-XX_Colloquium/slides/#!/pg/@1">HTML</a> |
<a href="2013-XX-XX_Colloquium/slides.pdf" download="2013-XX-XX_Colloquium.pdf">PDF</a>
<a href="2013-09-10_Colloquium/slides/#!/pg/@1">HTML</a> |
<a href="2013-09-10_Colloquium/slides.pdf" download="2013-09-10_Colloquium.pdf">PDF</a>
</span>
</li>
-->

</ul>

</div>
Expand Down
11 changes: 4 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ li { list-style: none; }
a {

text-decoration : none;

color : #3311ff;

transition : all 1s ease-in-out;
}

a:hover{ border-bottom: 2px solid #20605A; }
Expand Down Expand Up @@ -53,15 +50,15 @@ img {

/** re-use */


/*
.transition {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
}*/


.container {
Expand Down Expand Up @@ -142,10 +139,10 @@ img {
.links { float : right;}

.list {
text-align: center;
margin: 0 auto;

width: 80%;
margin: 0 auto;
text-align: center;
}

.clear:before, .clear:after {
Expand Down

0 comments on commit 0f2beb2

Please sign in to comment.