|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <title>Vue Complexify by Irfan Maulana</title> |
6 | | - |
7 | | - <meta name="language" content="en-EN" /> |
8 | | - <meta name="author" content="Irfan Maulana" /> |
9 | | - <link rel="author" href="https://plus.google.com/u/0/+irfanmaulana-mazipan/posts" /> |
10 | | - <link rel="publisher" href="https://plus.google.com/u/0/+irfanmaulana-mazipan" /> |
11 | | - |
12 | | - <meta name="keywords" content="vue complexify, complexify, password complexity, complexify js" /> |
13 | | - <meta name="description" content="Vuejs porting library from jquery.complexify.js" /> |
14 | | - |
15 | | - <meta property="og:title" content="Vue Complexify by Irfan Maulana" /> |
16 | | - <meta property="og:description" content="Vuejs porting library from jquery.complexify.js by Irfan Maulana" /> |
17 | | - <meta property="og:url" content="https://mazipan.github.io/vue-complexify/" /> |
18 | | - <meta property="og:site_name" content="vue-complexify" /> |
19 | | - <meta property="og:type" content="website" /> |
20 | | - |
21 | | - <meta name="twitter:card" content="summary_large_image" /> |
22 | | - <meta name="twitter:site" content="@maz_ipan" /> |
23 | | - <meta name="twitter:creator" content="@maz_ipan" /> |
24 | | - <meta name="twitter:title" content="Vue Complexify | Irfan Maulana" /> |
25 | | - <meta name="twitter:description" content="Vuejs porting library from jquery.complexify.js by Irfan Maulana" /> |
26 | | - <meta name="twitter:domain" content="https://mazipan.github.io/vue-complexify/" /> |
27 | | - <link rel="home" href="https://mazipan.github.io/vue-complexify/"> |
| 6 | + <meta name="language" content="en-EN" /><meta name="author" content="Irfan Maulana" /><link rel="author" href="https://plus.google.com/u/0/+irfanmaulana-mazipan/posts" /><link rel="publisher" href="https://plus.google.com/u/0/+irfanmaulana-mazipan" /><meta name="keywords" content="vue complexify, complexify, password complexity, complexify js" /><meta name="description" content="Vuejs porting library from jquery.complexify.js" /><meta property="og:title" content="Vue Complexify by Irfan Maulana" /><meta property="og:description" content="Vuejs porting library from jquery.complexify.js by Irfan Maulana" /><meta property="og:url" content="https://mazipan.github.io/vue-complexify/" /><meta property="og:site_name" content="vue-complexify" /><meta property="og:type" content="website" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:site" content="@maz_ipan" /><meta name="twitter:creator" content="@maz_ipan" /><meta name="twitter:title" content="Vue Complexify | Irfan Maulana" /><meta name="twitter:description" content="Vuejs porting library from jquery.complexify.js by Irfan Maulana" /><meta name="twitter:domain" content="https://mazipan.github.io/vue-complexify/" /><link rel="home" href="https://mazipan.github.io/vue-complexify/"> |
28 | 7 |
|
29 | 8 | <style> |
30 | 9 | .header{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);-moz-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075);position:fixed;top:0;z-index:100;width:100%;height:60px;background:rgba(255,255,255,.95294)}.header__wrapper{display:flex;justify-content:space-between;align-items:center}.header__brand{display:flex;justify-content:space-between;align-items:center;margin:.2em}.header__brand img{width:50px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.header__title{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-style:normal;font-size:1.8rem;font-weight:500;margin-left:.5em}.app{margin-top:70px}a{color: #51a7e8;text-decoration: none;}a:focus {text-decoration: none;} |
|
39 | 18 | </script> |
40 | 19 | </head> |
41 | 20 | <body> |
42 | | - <header role="header" class="site__header header"> |
43 | | - <div class="header__wrapper"> |
44 | | - <div class="header__brand"> |
45 | | - |
46 | | - <a href="https://mazipan.github.io/demo/"> |
47 | | - <img src="https://mazipan.github.io/images/irfan-maulana.jpg" alt="Irfan Maulana" title="Irfan Maulana"> |
48 | | - </a> |
49 | | - |
50 | | - <div class="header__title"> |
51 | | - Irfan Maulana | Demo |
52 | | - </div> |
53 | | - </div> |
54 | | - </div> |
55 | | - </header> |
56 | | - |
| 21 | + |
57 | 22 | <div id="app"></div> |
58 | 23 |
|
59 | | - <div class="grid__row content centered"> |
60 | | - <h2>Contribute</h2> |
61 | | - |
62 | | - <p> |
63 | | - Feel free to fork <i class="fa fa-code-fork"></i> on <a href="https://github.com/mazipan/complexify" |
64 | | - target="_blank">GitHub <i class="fa fa-github"></i></a> if you have any features <i class="fa fa-cart-plus"></i> or bugs <i class="fa fa-bug"></i>! |
65 | | - </p> |
66 | | - |
67 | | - </div> |
68 | | - |
69 | | - <div class="grid__row content centered"> |
70 | | - <h2>Contact Developer</h2> |
71 | | - <p> |
72 | | - |
73 | | - <a href="https://github.com/mazipan"> |
74 | | - <img src="https://img.shields.io/badge/mazipan-Github-lightgrey.svg?maxAge=3600" |
75 | | - alt="Github"> |
76 | | - </a> |
77 | | - |
78 | | - <a href="mailto:mazipanneh@gmail.com"> |
79 | | - <img src="https://img.shields.io/badge/mazipanneh-Email-yellow.svg?maxAge=3600" |
80 | | - alt="Email"> |
81 | | - </a> |
82 | | - |
83 | | - <a href="https://mazipanneh.com/blog/"> |
84 | | - <img src="https://img.shields.io/badge/mazipanneh-Blog-brightgreen.svg?maxAge=3600" alt="Blog"> |
85 | | - </a> |
86 | | - |
87 | | - <a href="https://facebook.com/mazipanneh"> |
88 | | - <img src="https://img.shields.io/badge/mazipanneh-Facebook-blue.svg?maxAge=3600" |
89 | | - alt="Facebook"> |
90 | | - </a> |
91 | | - |
92 | | - <br/> |
93 | | - |
94 | | - <a href="https://twitter.com/Maz_Ipan"> |
95 | | - <img src="https://img.shields.io/badge/Maz_Ipan-Twitter-55acee.svg?maxAge=3600" |
96 | | - alt="Twitter"> |
97 | | - </a> |
98 | | - |
99 | | - <a href="https://id.linkedin.com/in/irfanmaulanamazipan"> |
100 | | - <img src="https://img.shields.io/badge/irfanmaulanamazipan-Linkedin-0077b5.svg?maxAge=3600" |
101 | | - alt="Linkedin"> |
102 | | - </a> |
103 | | - |
104 | | - <a href="https://www.slideshare.net/IrfanMaulana21"> |
105 | | - <img src="https://img.shields.io/badge/IrfanMaulana21-Slideshare-0077b5.svg?maxAge=3600" |
106 | | - alt="Slideshare"> |
107 | | - </a> |
108 | | - </p> |
109 | | - |
110 | | - </div> |
111 | | - |
112 | | - <div class="grid__row content centered"> |
113 | | - <p> |
114 | | - Copyright © 2017 <a href="https://mazipanneh.com/blog/">Irfan Maulana</a>, All Rights Reserved. |
115 | | - </p> |
116 | | - </div> |
117 | | - |
| 24 | + |
118 | 25 | <script src="dist/bundle.js"></script> |
119 | 26 | <!-- GOOGLE ANALYTICS AND FRIENDS --> |
120 | | - <script>function _trackLink(e,t,n){t||(t="Link"),n||(n="click"),ga("send",{hitType:"event",eventCategory:t,eventAction:n,eventLabel:e})}!function(e,t,n,a,c,i,o){e.GoogleAnalyticsObject=c,e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},e[c].l=1*new Date,i=t.createElement(n),o=t.getElementsByTagName(n)[0],i.async=1,i.src=a,o.parentNode.insertBefore(i,o)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-25065548-2","auto"),ga("send","pageview"),window.onload=function(){try{_trackLink("demo vue-complexify","demo","visit directly")}catch(e){}};</script> |
121 | | - <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
122 | | - <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5442972248172818" data-ad-slot="1487770485" data-ad-format="auto"></ins> |
123 | | - <script> |
124 | | - (adsbygoogle = window.adsbygoogle || []).push({}); |
125 | | - </script> |
126 | | - |
| 27 | + <script>function _trackLink(e,t,n){t||(t="Link"),n||(n="click"),ga("send",{hitType:"event",eventCategory:t,eventAction:n,eventLabel:e})}!function(e,t,n,a,c,i,o){e.GoogleAnalyticsObject=c,e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},e[c].l=1*new Date,i=t.createElement(n),o=t.getElementsByTagName(n)[0],i.async=1,i.src=a,o.parentNode.insertBefore(i,o)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-25065548-2","auto"),ga("send","pageview"),window.onload=function(){try{_trackLink("demo vue-complexify","demo","visit directly")}catch(e){}};</script> |
| 28 | + <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
| 29 | + <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5442972248172818" data-ad-slot="1487770485" data-ad-format="auto"></ins> |
| 30 | + <script> |
| 31 | + (adsbygoogle = window.adsbygoogle || []).push({}); |
| 32 | + </script> |
127 | 33 |
|
128 | 34 | </body> |
129 | 35 | </html> |
0 commit comments