Skip to content

Commit

Permalink
Switch to PNG image.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed May 25, 2022
1 parent cc4d60e commit 64ddf80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions assets/css/style.css
Expand Up @@ -444,14 +444,14 @@ i.fab {
}

.ticker-wrap, .ticker-item {
height: 3rem;
line-height: 1.5rem;
font-size: 1.1rem;
height: 2rem;
line-height: 1rem;
font-size: 0.8rem;
}

.ticker-wrap {
overflow: hidden;
margin: 0.3rem;
margin: 0.2rem;
}

.ticker-item {
Expand All @@ -473,11 +473,11 @@ i.fab {
@keyframes ticker {
0% { transform:translate(0, 0px); }
24% { transform:translate(0, 0px); }
25% { transform:translate(0, -3rem); }
49% { transform:translate(0, -3rem); }
50% { transform:translate(0, -6rem); }
74% { transform:translate(0, -6rem); }
75% { transform:translate(0, -9rem); }
99% { transform:translate(0, -9rem); }
100% { transform:translate(0, -12rem); }
25% { transform:translate(0, -2rem); }
49% { transform:translate(0, -2rem); }
50% { transform:translate(0, -4rem); }
74% { transform:translate(0, -4rem); }
75% { transform:translate(0, -6rem); }
99% { transform:translate(0, -6rem); }
100% { transform:translate(0, -8rem); }
}
Binary file added images/GoogleSummerOfCode-2022.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion news.html
Expand Up @@ -81,7 +81,7 @@ <h1 class="title">3D Viewport Enhancements - Google Summer of Code 2022</h1>
<h2 class="date">25 May 2022</h2>
<div class="entry">
<p>
<img class="newsimg" src="images/GoogleSummerOfCode-2022.svg" title="Logo (c) Google CC BY-NC-ND 3.0"/>
<img class="newsimg" src="images/GoogleSummerOfCode-2022.png" title="Logo (c) Google CC BY-NC-ND 3.0"/>
OpenSCAD, in collaboration with <a href="http://brlcad.org/">BRL-CAD</a>, has again been accepted
to <a href="https://summerofcode.withgoogle.com/">Google Summer of Code</a>!
</p>
Expand Down

0 comments on commit 64ddf80

Please sign in to comment.