-
Notifications
You must be signed in to change notification settings - Fork 1
/
connect.php
35 lines (26 loc) · 1.32 KB
/
connect.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!-- HTML Content for Product START -->
<div class="product-card-clearfix">
<div class="product-card-container">
<div class="connect-image-container">
<div>
<div class="connect-image shopify-icon">
</div>
<span class="cc-text-medium">SHOPIFY</span>
</div>
</div>
<button type='button' class='btn grey-button' id='shopify-connect-button'><i class='fa fa-check' aria-hidden='true'></i> Connected</button>
</div>
</div>
<div class="product-card-clearfix">
<div class="product-card-container">
<div class="connect-image-container">
<div>
<div class="connect-image buffer-icon">
</div>
<span class="cc-text-medium">BUFFER</span>
</div>
</div>
<button type='button' class='btn green-button' id='shopify-connect-button'><i class='fa fa-sign-in' aria-hidden='true'></i> Connect</button>
</div>
</div>
<!-- Show / Hide Product Details -->