mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
correct all wrigley typos
This commit is contained in:
parent
48d8f8e3b9
commit
b096f4bdc2
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="wrigely-avatar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
||||
<svg version="1.1" id="wrigley-avatar" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
||||
y="0px" viewBox="0 0 250 250" style="enable-background:new 0 0 250 250;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
@ -26,7 +26,7 @@
|
||||
c-0.9-0.9-1.6-1.9-2.1-3.1c0,0.6,0,1.2-0.1,1.8c0.2,0.4,0.3,0.7,0.5,1.1c0.4,1.1,0.6,2.2,0.8,3.3c0.1,0.5,0.1,0.9,0.1,1.4
|
||||
c-0.6-1.2-1.2-2.4-1.7-3.6c-1.2,6.3-4.5,9.1-3.2,15c1.3,5.8,5.1,6,5.5,11.2c0.5,7.4-6.7,13.2-7.6,13.8c-0.7,0.6-1.5,1.1-2.3,1.5
|
||||
c0.3,1,0.5,2,0.5,3c12,15,26,33.5,29.6,42.9l-0.3,45h38V0H0v250h45.5l-0.3-46.2C47.5,198,53.8,188.5,61.2,178.5z"/>
|
||||
<g id="wrigely">
|
||||
<g id="wrigley">
|
||||
<path class="st0" d="M81.8,223.1c-0.6-5.3-0.8-10.1-0.7-14.5c0-1.6,0-3.3,0-4.8c-1.3-1.5-3-3.5-5.5-6.5c-0.1-0.1-0.1-0.2-0.2-0.2
|
||||
c-3.4,4.7-8,9.4-13.9,13.7L54.8,250h29.6c0-1.8-0.1-3.7-0.2-5.7C83.1,236.7,82.3,229.6,81.8,223.1z"/>
|
||||
<path class="st0" d="M175.3,185.9c-3.9,17.1-11,30.8-11.2,48.9c-0.1,5.3-0.1,10.4,0,15.2h38.4l-6.5-38
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -34,7 +34,6 @@
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<title>wrigely</title>
|
||||
<g>
|
||||
<path class="cls-1" d="M824.74,242.87C783,240.4,751.5,270.32,751.5,270.32l-37.75-34.76h-2.92l34.8,50s56.76-10.16,71.28-21.85c3.92-3.15,9.86-17.52,9.86-17.52S825.72,242.93,824.74,242.87Z" transform="translate(-701.59 -90.15)"/>
|
||||
<path class="cls-2" d="M712.25,238.56c1.12,0.3,2.42-.2,3.07-1.9a20.29,20.29,0,0,0,.66-11.27c-2.62-6-9.82-9.46-11.4-8-1.93,1.72,4,11,3.1,11.49l-4.24-7.2s-4.51,3.25.56,10.06C705.57,233.79,708.09,237.45,712.25,238.56Z" transform="translate(-701.59 -90.15)"/>
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
@ -3,45 +3,45 @@
|
||||
|
||||
jQuery(function($) {
|
||||
|
||||
var wrigely = $('#wrigely'),
|
||||
wrigelyArm = wrigely.find('#arm'),
|
||||
wrigelyHead = wrigely.find('#head'),
|
||||
wrigelyEye = wrigely.find('#eye');
|
||||
var wrigley = $('#wrigley'),
|
||||
wrigleyArm = wrigley.find('#arm'),
|
||||
wrigleyHead = wrigley.find('#head'),
|
||||
wrigleyEye = wrigley.find('#eye');
|
||||
|
||||
var wrigelyAnimationStart = function() {
|
||||
var wrigleyAnimationStart = function() {
|
||||
|
||||
// set utility classes
|
||||
if (wrigely.is( ':in-viewport( -180 )' ) ) {
|
||||
wrigely.addClass('is-ready');
|
||||
if (wrigley.is( ':in-viewport( -180 )' ) ) {
|
||||
wrigley.addClass('is-ready');
|
||||
|
||||
// toggle paused class so the :hover interaction can fire animation again
|
||||
wrigelyArm.on('animationend webkitAnimationEnd oAnimationEnd', function(e) {
|
||||
wrigelyArm.addClass('paused');
|
||||
wrigelyHead.addClass('paused');
|
||||
wrigleyArm.on('animationend webkitAnimationEnd oAnimationEnd', function(e) {
|
||||
wrigleyArm.addClass('paused');
|
||||
wrigleyHead.addClass('paused');
|
||||
|
||||
wrigely.on('mouseover', function() {
|
||||
wrigelyArm.removeClass('paused');
|
||||
wrigelyHead.removeClass('paused');
|
||||
wrigley.on('mouseover', function() {
|
||||
wrigleyArm.removeClass('paused');
|
||||
wrigleyHead.removeClass('paused');
|
||||
});
|
||||
|
||||
// fire eye blinking once other animations have finished
|
||||
wrigelyEye.addClass('is-ready');
|
||||
wrigleyEye.addClass('is-ready');
|
||||
|
||||
wrigelyEye.on('animationend webkitAnimationEnd oAnimationEnd', function(e) {
|
||||
wrigelyEye.removeClass('is-ready');
|
||||
wrigleyEye.on('animationend webkitAnimationEnd oAnimationEnd', function(e) {
|
||||
wrigleyEye.removeClass('is-ready');
|
||||
});
|
||||
}
|
||||
);
|
||||
} else {
|
||||
wrigely.removeClass('is-ready').removeClass('paused');
|
||||
wrigelyArm.removeClass('paused');
|
||||
wrigelyHead.removeClass('paused');
|
||||
wrigelyEye.removeClass('is-ready').removeClass('paused');
|
||||
wrigley.removeClass('is-ready').removeClass('paused');
|
||||
wrigleyArm.removeClass('paused');
|
||||
wrigleyHead.removeClass('paused');
|
||||
wrigleyEye.removeClass('is-ready').removeClass('paused');
|
||||
}
|
||||
}
|
||||
|
||||
// fire all the viewport things
|
||||
wrigelyAnimationStart();
|
||||
$(window).on('load resize scroll', wrigelyAnimationStart);
|
||||
wrigleyAnimationStart();
|
||||
$(window).on('load resize scroll', wrigleyAnimationStart);
|
||||
|
||||
});
|
||||
|
@ -73,9 +73,9 @@
|
||||
|
||||
|
||||
//
|
||||
// wrigely: positioned and animated
|
||||
// wrigley: positioned and animated
|
||||
//
|
||||
#wrigely {
|
||||
#wrigley {
|
||||
@extend .img--responsive;
|
||||
vertical-align: bottom;
|
||||
height: 220px;
|
||||
@ -107,14 +107,14 @@
|
||||
&.paused { animation: none; }
|
||||
}
|
||||
#arm {
|
||||
animation: wrigely-wink 1s ease-in-out;
|
||||
animation: wrigley-wink 1s ease-in-out;
|
||||
}
|
||||
#head {
|
||||
animation: wrigely-head-nod 1s ease-in-out;
|
||||
animation: wrigley-head-nod 1s ease-in-out;
|
||||
}
|
||||
#eye {
|
||||
&.is-ready {
|
||||
animation: wrigely-blink .3s ease-in-out forwards;
|
||||
animation: wrigley-blink .3s ease-in-out forwards;
|
||||
animation-iteration-count: 2;
|
||||
}
|
||||
}
|
||||
@ -122,19 +122,19 @@
|
||||
|
||||
}
|
||||
|
||||
@keyframes wrigely-wink {
|
||||
@keyframes wrigley-wink {
|
||||
0% { transform: rotate(0); }
|
||||
25%, 50% { transform: rotate(-20deg); }
|
||||
30%, 100% { transform: rotate(0); }
|
||||
}
|
||||
|
||||
@keyframes wrigely-head-nod {
|
||||
@keyframes wrigley-head-nod {
|
||||
0% { transform: rotate(0); }
|
||||
25%, 50% { transform: rotate(-2deg); }
|
||||
30%, 100% { transform: rotate(0); }
|
||||
}
|
||||
|
||||
@keyframes wrigely-blink {
|
||||
@keyframes wrigley-blink {
|
||||
0% { transform: scaleY(1); }
|
||||
50% { transform: scaleY(0); }
|
||||
100% { transform: scaleY(1); }
|
||||
|
@ -117,7 +117,7 @@
|
||||
github: SohKai
|
||||
linkedin: brettsun
|
||||
|
||||
- name: Wrigely the Buffalo
|
||||
- name: Wrigley the Buffalo
|
||||
position: Developer
|
||||
image: wrigely-avatar.svg
|
||||
image: wrigley-avatar.svg
|
||||
github: wrigley
|
||||
|
@ -1,4 +1,4 @@
|
||||
<svg id="wrigely" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1091.39 595.28">
|
||||
<svg id="wrigley" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1091.39 595.28">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
@ -57,5 +57,5 @@ js: page-community.min.js
|
||||
|
||||
</div>
|
||||
|
||||
{% include svg/wrigely-with-stage.svg %}
|
||||
{% include svg/wrigley-with-stage.svg %}
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user