diff options
author | Lourenço S <lous@thoughtworks.com> | 2015-01-21 11:45:30 -0200 |
---|---|---|
committer | Lourenço S <lous@thoughtworks.com> | 2015-01-21 11:45:30 -0200 |
commit | 781c9b33bb23d94398078d520f06a6def823a754 (patch) | |
tree | beda199e40e7ba3b15369f717b01bde804f2e4cf /web-ui/Interstitial Design/Interstitial.html | |
parent | e6d26f2ee8a453c1007c7018ec02b7506148c817 (diff) |
Sample files for loading/interstitial page
Adding a fully functional example of the interstitial animation we want
to use for loading
Diffstat (limited to 'web-ui/Interstitial Design/Interstitial.html')
-rw-r--r-- | web-ui/Interstitial Design/Interstitial.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web-ui/Interstitial Design/Interstitial.html b/web-ui/Interstitial Design/Interstitial.html new file mode 100644 index 00000000..d558d410 --- /dev/null +++ b/web-ui/Interstitial Design/Interstitial.html @@ -0,0 +1,16 @@ +<html style="border: 0px; padding: 0px; margin: 0px;"> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <script src="snap.svg-min.js"></script> + <script src="jquery.js"></script> + </head> + + <body style="border: 0px; padding: 0px; margin: 0px;"> + <section id="hive-section" style="background-color: #808181; width: 100%; height: 750px;" name="hive-section"> + <svg id="hive" style="width: 100%; height: 100%;"></svg> + </section> + <script src="Interstitial.js"></script> + + </body> +</html> |