abhicodes's picture
Upload 69 files
41b4437
raw
history blame
1.6 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SmileCheck 😀</title>
<link rel="tracker" sizes="1x1" href="https://static1.squarespace.com/static/585a4892bebafba69928fcd7/58d854001e5b6cc3c401841b/58d854938419c267b73956cb/1490572452018/b.gif">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<svg class="faceSVG" viewBox="0 0 800 600" xmlns="https://www.w3.org/TR/SVG2/">
<defs>
<clipPath id="happyMask">
<circle class="happyMask" cx="467.68" cy="299.68" r="60" fill="#31b65a" />
</clipPath>
</defs>
<rect class="panel" x="292" y="254" width="216" height="92" rx="46" ry="46" fill="#f6f6f6" stroke="#E6E6E6" stroke-miterlimit="10" stroke-width="4" />
<g class="faceGroup" clip-path="url(#happyMask)">
<circle class="faceBg" cx="467.68" cy="299.68" r="60" fill="#0CCE6B" />
<path class="shadow" d="M468.42,360.58a60,60,0,0,1-54-33.83,60,60,0,0,0,104-59.34,60,60,0,0,1-50,93.17Z" fill="#31b65a" />
<g class="faceGroup">
<g class="happyEyeGroup">
<circle class="happyEyeR" cx="486.42" cy="290.24" r="7" fill="#FDFDFD" />
<circle class="happyEyeL" cx="449.58" cy="290.24" r="7" fill="#FDFDFD" />
</g>
<path class="sadMouth" d="M485.5,324a18.51,18.51,0,1,0-37,0Z" fill="#FDFDFD" />
<path class="happyMouth" d="M486.5,305.24a18.5,18.5,0,0,1-37,0Z" fill="#FDFDFD" />
</g>
</g>
</svg>
<!-- partial -->
<script src='TweenMax.min.js'></script>
<script src='MorphSVGPlugin.min.js'></script>
<script src="script.js"></script>
</body>
</html>