You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/form.html
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ <h2>CoCreate-api form</h2>
34
34
<divclass="display:flex align-items:center transition:0.3s padding-left:10px" share-network="true" share-text="An api helper component in vanilla javascript to setup thirdparty api intergrations. Apis can be accessible using HTML5 attributes and/or JavaScript API"
35
35
share-title="CoCreate API form" share-height="600" share-width="700" share-media="https://cdn.cocreate.app/docs/api.png" hover="display:block!important" hover-target=".social-networks">
36
36
<divclass="display:none social-networks">
37
-
<aclass="margin-right:15px" share-network='twitter' title="Share on twitter"><iclass="fab fa-twitter"></i></a>
38
-
<aclass="margin-right:15px" share-network='facebook' title="Share on Facebook"><iclass="fab fa-facebook"></i></a>
39
-
<aclass="margin-right:15px" share-network='instagram' title="Share on instagram"><iclass="fab fa-instagram"></i></a>
37
+
<aclass="margin-right:15px" share-network='twitter' title="Share on twitter"><iclass="height:20px fill:#505050" src="/assets/svg/twitter.svg"></i></a>
38
+
<aclass="margin-right:15px" share-network='facebook' title="Share on Facebook"><iclass="height:20px fill:#505050" src="/assets/svg/facebook.svg"></i></a>
39
+
<aclass="margin-right:15px" share-network='instagram' title="Share on instagram"><iclass="height:20px fill:#505050" src="/assets/svg/instagram.svg"></i></a>
40
40
</div>
41
-
<aclass="margin-right:15px" share-network='share' title="Share on share"><iclass="fas fa-share-alt"></i></a>
41
+
<aclass="margin-right:15px" share-network='share' title="Share on share"><iclass="height:20px fill:#505050" src="/assets/svg/share-alt.svg"></i></a>
<h1class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">CoCreate-api is a simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. CoCreate-api includes the
<h1class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">CoCreate-api is a simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. CoCreate-api includes the
0 commit comments