|
23 | 23 | <h2>CoCreate-lazy-loader</h2>
|
24 | 24 | </div>
|
25 | 25 | <div class="display:flex align-items:center font-size:20px" share-height="600" share-width="500" share-media="https://via.placeholder.com/300/09f/fff.png">
|
26 |
| - <a href="https://github.com/CoCreate-app/CoCreate-lazy-loader" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a> |
27 |
| - <a class="margin-right:15px share" share-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a> |
28 |
| - <a class="margin-right:15px share" share-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a> |
29 |
| - <a class="margin-right:15px share" share-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a> |
30 |
| - <a class="margin-right:15px share" share-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a> |
| 26 | + <a href="https://github.com/CoCreate-app/CoCreate-lazy-loader" target="_blank" class="margin-right:15px"><i class="height:20px fill:#505050" src="/assets/svg/github.svg"></i></a> |
| 27 | + <a class="margin-right:15px share" share-network='twitter' title="Share on twitter"><i class="height:20px fill:#505050" src="/assets/svg/twitter.svg"></i></a> |
| 28 | + <a class="margin-right:15px share" share-network='facebook' title="Share on Facebook"><i class="height:20px fill:#505050" src="/assets/svg/facebook.svg"></i></a> |
| 29 | + <a class="margin-right:15px share" share-network='instagram' title="Share on instagram"><i class="height:20px fill:#505050" src="/assets/svg/instagram.svg"></i></a> |
| 30 | + <a class="margin-right:15px share" share-network='share' title="Share on share"><i class="height:20px fill:#505050" src="/assets/svg/share-alt.svg"></i></a> |
31 | 31 | </div>
|
32 | 32 | </div>
|
33 | 33 | <p class="max-width:500px margin:20px_10px">A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.</h1>
|
@@ -77,10 +77,10 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
|
77 | 77 | </div>
|
78 | 78 |
|
79 | 79 | <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
80 |
| - <a class="margin-right:10px" id="eye" show="#eye-slash" hide="#eye, #demo-preview" toggle="code-height" toggle-target="#demo-code"><i class="far fa-eye"></i></a> |
81 |
| - <a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a> |
82 |
| - <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a> |
83 |
| - <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a> |
| 80 | + <a class="margin-right:10px" id="eye" show="#eye-slash" hide="#eye, #demo-preview" toggle="code-height" toggle-target="#demo-code"><i class="height:18px fill:#505050" src="/assets/svg/eye.svg"></i></a> |
| 81 | + <a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="height:20px fill:#505050" src="/assets/svg/eye-slash.svg"></i></a> |
| 82 | + <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="height:20px fill:#505050" src="/assets/svg/code.svg"></i></a> |
| 83 | + <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="display:flex height:18px fill:#505050" src="/assets/svg/code.svg"></i></a> |
84 | 84 | <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
|
85 | 85 | </div>
|
86 | 86 |
|
|
0 commit comments