forked from makesmatheasy/makesmatheasy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7617c15
commit c5cd328
Showing
164 changed files
with
97,635 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,minimum-scale=1"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Contact Us</title> | ||
<link rel="stylesheet" href="css/bootstrap.css"> | ||
<style> | ||
/* width */ | ||
::-webkit-scrollbar { | ||
width: 10px; | ||
} | ||
|
||
/* Track */ | ||
::-webkit-scrollbar-track { | ||
box-shadow: inset 0 0 5px grey; | ||
border-radius: 10px; | ||
} | ||
|
||
/* Handle */ | ||
::-webkit-scrollbar-thumb { | ||
background: #aa42f5; | ||
border-radius: 10px; | ||
} | ||
|
||
/* Handle on hover */ | ||
::-webkit-scrollbar-thumb:hover { | ||
background: #a32ff7; | ||
} | ||
|
||
.hidescroll::-webkit-scrollbar { | ||
display: none; | ||
} | ||
|
||
.hidescroll { | ||
-ms-overflow-style: none; /* IE and Edge */ | ||
scrollbar-width: none; /* Firefox */ | ||
} | ||
|
||
</style> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="container"> | ||
<div> | ||
<iframe id="contactform" src="https://docs.google.com/forms/d/e/1FAIpQLSe9iLIoN47Puox50aziGG-f1qZMmYm3tiF861QPZyBcZU-kSg/viewform?embedded=true" width="100%" height="1150" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
.shake-bottom { | ||
-webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; | ||
animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; | ||
} | ||
/* ---------------------------------------------- | ||
* Generated by Animista on 2020-9-2 19:16:28 | ||
* Licensed under FreeBSD License. | ||
* See http://animista.net/license for more info. | ||
* w: http://animista.net, t: @cssanimista | ||
* ---------------------------------------------- */ | ||
|
||
/** | ||
* ---------------------------------------- | ||
* animation shake-bottom | ||
* ---------------------------------------- | ||
*/ | ||
@-webkit-keyframes shake-bottom { | ||
0%, | ||
100% { | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
-webkit-transform-origin: 50% 100%; | ||
transform-origin: 50% 100%; | ||
} | ||
10% { | ||
-webkit-transform: rotate(2deg); | ||
transform: rotate(2deg); | ||
} | ||
20%, | ||
40%, | ||
60% { | ||
-webkit-transform: rotate(-4deg); | ||
transform: rotate(-4deg); | ||
} | ||
30%, | ||
50%, | ||
70% { | ||
-webkit-transform: rotate(4deg); | ||
transform: rotate(4deg); | ||
} | ||
80% { | ||
-webkit-transform: rotate(-2deg); | ||
transform: rotate(-2deg); | ||
} | ||
90% { | ||
-webkit-transform: rotate(2deg); | ||
transform: rotate(2deg); | ||
} | ||
} | ||
@keyframes shake-bottom { | ||
0%, | ||
100% { | ||
-webkit-transform: rotate(0deg); | ||
transform: rotate(0deg); | ||
-webkit-transform-origin: 50% 100%; | ||
transform-origin: 50% 100%; | ||
} | ||
10% { | ||
-webkit-transform: rotate(2deg); | ||
transform: rotate(2deg); | ||
} | ||
20%, | ||
40%, | ||
60% { | ||
-webkit-transform: rotate(-4deg); | ||
transform: rotate(-4deg); | ||
} | ||
30%, | ||
50%, | ||
70% { | ||
-webkit-transform: rotate(4deg); | ||
transform: rotate(4deg); | ||
} | ||
80% { | ||
-webkit-transform: rotate(-2deg); | ||
transform: rotate(-2deg); | ||
} | ||
90% { | ||
-webkit-transform: rotate(2deg); | ||
transform: rotate(2deg); | ||
} | ||
} | ||
|
||
|
||
.blink-1 { | ||
-webkit-animation: blink-1 0.6s both; | ||
animation: blink-1 0.6s both; | ||
} | ||
/* ---------------------------------------------- | ||
* Generated by Animista on 2020-9-2 19:33:6 | ||
* Licensed under FreeBSD License. | ||
* See http://animista.net/license for more info. | ||
* w: http://animista.net, t: @cssanimista | ||
* ---------------------------------------------- */ | ||
|
||
/** | ||
* ---------------------------------------- | ||
* animation blink-1 | ||
* ---------------------------------------- | ||
*/ | ||
@-webkit-keyframes blink-1 { | ||
0%, | ||
50%, | ||
100% { | ||
opacity: 1; | ||
} | ||
25%, | ||
75% { | ||
opacity: 0; | ||
} | ||
} | ||
@keyframes blink-1 { | ||
0%, | ||
50%, | ||
100% { | ||
opacity: 1; | ||
} | ||
25%, | ||
75% { | ||
opacity: 0; | ||
} | ||
} | ||
.tracking-in-contract-bck { | ||
-webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; | ||
animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; | ||
} | ||
/* ---------------------------------------------- | ||
* Generated by Animista on 2020-10-18 20:12:3 | ||
* Licensed under FreeBSD License. | ||
* See http://animista.net/license for more info. | ||
* w: http://animista.net, t: @cssanimista | ||
* ---------------------------------------------- */ | ||
|
||
/** | ||
* ---------------------------------------- | ||
* animation tracking-in-contract-bck | ||
* ---------------------------------------- | ||
*/ | ||
@-webkit-keyframes tracking-in-contract-bck { | ||
0% { | ||
letter-spacing: 1em; | ||
-webkit-transform: translateZ(400px); | ||
transform: translateZ(400px); | ||
opacity: 0; | ||
} | ||
40% { | ||
opacity: 0.6; | ||
} | ||
100% { | ||
-webkit-transform: translateZ(0); | ||
transform: translateZ(0); | ||
opacity: 1; | ||
} | ||
} | ||
@keyframes tracking-in-contract-bck { | ||
0% { | ||
letter-spacing: 1em; | ||
-webkit-transform: translateZ(400px); | ||
transform: translateZ(400px); | ||
opacity: 0; | ||
} | ||
40% { | ||
opacity: 0.6; | ||
} | ||
100% { | ||
-webkit-transform: translateZ(0); | ||
transform: translateZ(0); | ||
opacity: 1; | ||
} | ||
} | ||
|
||
.tracking-in-contract{ | ||
-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; | ||
animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; | ||
} | ||
|
||
@-webkit-keyframes tracking-in-contract { | ||
0% { | ||
letter-spacing: 1em; | ||
opacity: 0; | ||
} | ||
40% { | ||
opacity: 0.6; | ||
} | ||
100% { | ||
letter-spacing: normal; | ||
opacity: 1; | ||
} | ||
} | ||
@keyframes tracking-in-contract { | ||
0% { | ||
letter-spacing: 1em; | ||
opacity: 0; | ||
} | ||
40% { | ||
opacity: 0.6; | ||
} | ||
100% { | ||
letter-spacing: normal; | ||
opacity: 1; | ||
} | ||
} | ||
|
||
|
||
.swirl-in-fwd{-webkit-animation:swirl-in-fwd .6s ease-out both;animation:swirl-in-fwd .6s ease-out both} | ||
|
||
@-webkit-keyframes swirl-in-fwd{0%{-webkit-transform:rotate(-540deg) scale(0);transform:rotate(-540deg) scale(0);opacity:0}100%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1);opacity:1}}@keyframes swirl-in-fwd{0%{-webkit-transform:rotate(-540deg) scale(0);transform:rotate(-540deg) scale(0);opacity:0}100%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1);opacity:1}} | ||
|
||
.slide-in-elliptic-left-fwd{-webkit-animation:slide-in-elliptic-left-fwd .7s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-elliptic-left-fwd .7s cubic-bezier(.25,.46,.45,.94) both;animation-delay: 1s;} | ||
@-webkit-keyframes slide-in-elliptic-left-fwd{0%{-webkit-transform:translateX(-800px) rotateY(30deg) scale(0);transform:translateX(-800px) rotateY(30deg) scale(0);-webkit-transform-origin:-100% 50%;transform-origin:-100% 50%;opacity:0}100%{-webkit-transform:translateX(0) rotateY(0) scale(1);transform:translateX(0) rotateY(0) scale(1);-webkit-transform-origin:1800px 50%;transform-origin:1800px 50%;opacity:1}}@keyframes slide-in-elliptic-left-fwd{0%{-webkit-transform:translateX(-800px) rotateY(30deg) scale(0);transform:translateX(-800px) rotateY(30deg) scale(0);-webkit-transform-origin:-100% 50%;transform-origin:-100% 50%;opacity:0}100%{-webkit-transform:translateX(0) rotateY(0) scale(1);transform:translateX(0) rotateY(0) scale(1);-webkit-transform-origin:1800px 50%;transform-origin:1800px 50%;opacity:1}} | ||
|
||
.slide-in-elliptic-right-fwd{-webkit-animation:slide-in-elliptic-right-fwd .7s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-elliptic-right-fwd .7s cubic-bezier(.25,.46,.45,.94) both} | ||
@-webkit-keyframes slide-in-elliptic-right-fwd{0%{-webkit-transform:translateX(800px) rotateY(-30deg) scale(0);transform:translateX(800px) rotateY(-30deg) scale(0);-webkit-transform-origin:-100% 50%;transform-origin:-100% 50%;opacity:0}100%{-webkit-transform:translateX(0) rotateY(0) scale(1);transform:translateX(0) rotateY(0) scale(1);-webkit-transform-origin:-1800px 50%;transform-origin:-1800px 50%;opacity:1}}@keyframes slide-in-elliptic-right-fwd{0%{-webkit-transform:translateX(800px) rotateY(-30deg) scale(0);transform:translateX(800px) rotateY(-30deg) scale(0);-webkit-transform-origin:-100% 50%;transform-origin:-100% 50%;opacity:0}100%{-webkit-transform:translateX(0) rotateY(0) scale(1);transform:translateX(0) rotateY(0) scale(1);-webkit-transform-origin:-1800px 50%;transform-origin:-1800px 50%;opacity:1}} | ||
|
||
.swirl-in-fwd{-webkit-animation:swirl-in-fwd .6s ease-out both;animation:swirl-in-fwd .6s ease-out both} | ||
@-webkit-keyframes swirl-in-fwd{0%{-webkit-transform:rotate(-540deg) scale(0);transform:rotate(-540deg) scale(0);opacity:0}100%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1);opacity:1}}@keyframes swirl-in-fwd{0%{-webkit-transform:rotate(-540deg) scale(0);transform:rotate(-540deg) scale(0);opacity:0}100%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1);opacity:1}} | ||
|
||
.puff-in-center{-webkit-animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) both;animation:puff-in-center .7s cubic-bezier(.47,0.000,.745,.715) both;animation-delay: .5s;} | ||
@-webkit-keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes puff-in-center{0%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);opacity:1}} |
Oops, something went wrong.