Difference between revisions of "Cassowary"

From MagnetoWiki
Jump to navigation Jump to search
m
(Update code link to new Github Org)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Cassowary is a large, flightless, highly territorial, [http://jasig.github.io/cas/index.html CAS] client.
+
Cassowary is a large, flightless, highly territorial, [https://www.apereo.org/projects/cas CAS] client.
  
 
<html>
 
<html>
 
<style>
 
<style>
 
.splash { width: 800px; overflow: hidden; }
 
.splash { width: 800px; overflow: hidden; }
.splash > img { width: 800px; animation-name: the-stare; animation-duration: 10s; animation-fill-mode: forwards; }
+
.splash > img { width: 800px; animation-name: the-stare; animation-duration: 100s; animation-fill-mode: forwards; }
@keyframes the-stare { from {} to { transform: translate(-85%,30%) scale(4.5); }}
+
@keyframes the-stare { from {} to { transform: translate(-650px,190px) scale(4.5); }}
 
</style>
 
</style>
 
<div class="splash"><img src="/images/a/ab/Casuarius.jpg"></div>
 
<div class="splash"><img src="/images/a/ab/Casuarius.jpg"></div>
 
</html>
 
</html>
  
Source Code: https://github.com/chuckhoupt/Cassowary
+
Source Code: https://github.com/HouptLab/Cassowary
  
 
[[Category:Software]]
 
[[Category:Software]]

Latest revision as of 09:01, 30 April 2019

Cassowary is a large, flightless, highly territorial, CAS client.

Source Code: https://github.com/HouptLab/Cassowary