-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidebar.js
54 lines (49 loc) · 1.85 KB
/
sidebar.js
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
function sidebar (){
return (` <div class="avtar">
<div>
<img class="imge" src="https://www.myglamm.com/images/no_user_yellow.png">
</div>
<div id="nam">
Alok Singh
</div>
</div>
<div>
<div id="t">
<span > Dashboard</span>
<p >
<p class="tt">
Membership Level
</p>
<p class="tt">
Good Points
</p>
<p class="tt">MyGlammXO Circle</p>
</p>
<p>
<span> <a href="profile.html">My Profile</a></span>
</p>
<p>
<span ><a href="myOrder.html">My Orders</a></span>
</p>
<p>
<span>MY SKIN PREFERENCE</span>
</p>
<p>
<span><a href="myGlamm.html">MyGlammXO Party</a></span>
</p>
</div>
</div>
<div>
<h3>GROW AND EARN</h3>
<h3 class="h3">Refer a friend and get rewarded</h4>
<div>
<img class="imge" src="https://cdn.shortpixel.ai/spai/w_367+q_glossy+ret_img+to_webp/https://www.theartsmusicstore.com/wp-content/uploads/2020/02/FB-Logo-for-Artist-Page-1.jpg" alt="">
<img class="imge" src="https://image.shutterstock.com/image-vector/bird-vector-icon-little-chirps-260nw-1804235083.jpg" alt="">
<img class="imge" src="https://media.istockphoto.com/id/948775994/vector/the-letter-p-icon-element-of-minimalistic-icon-for-mobile-concept-and-web-apps-signs-and.webp?s=612x612&w=is&k=20&c=4RhkaNbTPHh5ygB7rRiAufnOifcdHE0CLAChRXZpiNo=" alt="">
</div>
<h3 class="h3">Or copy and share with your contacts</h3>
<p id="d">Experience MyGlamm's newage makeup products, crafted in Europe<br><b class="color-gold">https://myglamm.in/FmymW9sgOjb?rc=<span class="spanc" id="namy">ALOK</span>2056</b></p>
<button type="button">Copy Text</button>
</div>`)
}
export default sidebar