Skip to content

Commit

Permalink
fix: remove data- from attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 2, 2021
1 parent d66ba1e commit 1f6786d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<div class="display:flex align-items:center">
<h2>CoCreate-search</h2>
</div>
<div class="display:flex align-items:center font-size:20px social_share" data-height="600" data-width="500" data-media="https://via.placeholder.com/300/09f/fff.png">
<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">
<a href="https://github.com/CoCreate-app/CoCreate-search" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
<a class="margin-right:15px share" data-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
<a class="margin-right:15px share" data-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
<a class="margin-right:15px share" data-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
<a class="margin-right:15px share" data-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
<a class="margin-right:15px share" share-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
<a class="margin-right:15px share" share-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
<a class="margin-right:15px share" share-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
<a class="margin-right:15px share" share-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
</div>
</div>
<p class="max-width:500px margin:20px_0px">A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.</h1>
Expand Down Expand Up @@ -80,8 +80,8 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
<div class="position:sticky top:0 padding:15px_0px height:100vh">
<div class="container svColumn overflow:hidden card border-radius:2px width:auto height:100%" id="form-sandbox">
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6 z-index:7">
<a class="margin-right:10px" id="preview" data-show="preview" data-hide="code"><i class="far fa-eye"></i></a>
<a class="margin-right:10px hidden" id="code" data-show="code" data-hide="preview"><i class="fas fa-code"></i></a>
<a class="margin-right:10px" id="preview" show="preview" hide="code"><i class="far fa-eye"></i></a>
<a class="margin-right:10px hidden" id="code" show="code" hide="preview"><i class="fas fa-code"></i></a>
<!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
<a target="modal" href="module_activity_datatable.html"
pass-collection="modules"
Expand Down Expand Up @@ -115,7 +115,7 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
<div class="svSplitter svHorizontal"> </div>

<div class="svPanel">
<iframe data-get_value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
<iframe get-value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
</div>

</div>
Expand Down

0 comments on commit 1f6786d

Please sign in to comment.