Animated Open Mentorship Logo

Size
2,710 Kb
Views
12,144

How do I make an animated open mentorship logo?

What is a animated open mentorship logo? How do you make a animated open mentorship logo? This script and codes were developed by Christian Naths on 29 November 2022, Tuesday.

Animated Open Mentorship Logo Previews

Animated Open Mentorship Logo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animated Open Mentorship Logo</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <svg class="omlogo" viewBox="0 0 56 48" xmlns="http://www.w3.org/2000/svg"> <path class="bubbleRight" d="M33 8c11 0 20 8 20 18 0 3.6-1.2 7-3.2 9.8a2 2 0 0 0-.3 1.7l2 6a2 2 0 0 1-2.8 2.3l-6.4-3.2a2 2 0 0 0-1.6 0c-2.4.9-5 1.4-7.7 1.4-11 0-20-8-20-18S22 8 33 8" fill="#8F298E" /> <path class="bubbleLeft" d="M23 8C12 8 3 16 3 26c0 3.6 1.2 7 3.2 9.8.4.5.5 1.1.3 1.7l-2 6a2 2 0 0 0 2.8 2.3l6.4-3.2a2 2 0 0 1 1.6 0c2.4.9 5 1.4 7.7 1.4 11 0 20-8 20-18S34 8 23 8" fill="#29AAE1" /> <path class="bubbleFace" d="M24 19c0 1.1-.7 2-1.5 2s-1.5-.9-1.5-2 .7-2 1.5-2 1.5.9 1.5 2M36 19c0 1.1-.7 2-1.5 2s-1.5-.9-1.5-2 .7-2 1.5-2 1.5.9 1.5 2M34.2 26.4l-.3.4A6.6 6.6 0 0 1 29 29a6.4 6.4 0 0 1-5.2-2.6 1 1 0 1 0-1.6 1.2A8.3 8.3 0 0 0 29 31a8.3 8.3 0 0 0 6.8-3.4 1 1 0 1 0-1.6-1.2z" fill="#FFF"/>
</svg>
</body>
</html>

Animated Open Mentorship Logo - Script Codes CSS Codes

html { height: 100%;
}
body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; height: 100%;
}
.omlogo { width: 56px; height: 48px;
}
.omlogo > .bubbleLeft, .omlogo > .bubbleLeft { display: block; height: 38px; width: 40px; position: absolute; mix-blend-mode: multiply; background-size: 40px;
}
.omlogo > .bubbleLeft { -webkit-animation: bounce 2000ms infinite; animation: bounce 2000ms infinite; fill: #ff4f6d;
}
.omlogo > .bubbleRight { -webkit-animation: bounce 2000ms 800ms infinite; animation: bounce 2000ms 800ms infinite; fill: #752ec0;
}
@-webkit-keyframes bounce { 0%, 20%, 53%, 80%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -3px, 0); transform: translate3d(0, -3px, 0); } 90% { -webkit-transform: translate3d(0, -1px, 0); transform: translate3d(0, -1px, 0); }
}
@keyframes bounce { 0%, 20%, 53%, 80%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -3px, 0); transform: translate3d(0, -3px, 0); } 90% { -webkit-transform: translate3d(0, -1px, 0); transform: translate3d(0, -1px, 0); }
}
Animated Open Mentorship Logo - Script Codes
Animated Open Mentorship Logo - Script Codes
Home Page Home
Developer Christian Naths
Username christiannaths
Uploaded November 29, 2022
Rating 3
Size 2,710 Kb
Views 12,144
Do you need developer help for Animated Open Mentorship Logo?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Christian Naths (christiannaths) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!