-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
sidebar.html
37 lines (33 loc) · 1.63 KB
/
sidebar.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sidebar content</title>
<meta charset="UTF-8" name="viewport">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet"
type="text/css">
<script src="https://code.iconify.design/2/2.1.2/iconify.min.js"></script>
</head>
<body style="background-color: #262730;">
<div
style="text-align:center; font-size:14px; color:lightgrey; font-family: 'Source Sans Pro', sans-serif;">
<b>v{VERSION}</b><br>
⭐ the repo to be notified of updates<br><br>
<iframe
src="https://ghbtns.com/github-btn.html?user=SiddhantSadangi&repo=ImageWorkdesk&type=star"
frameborder="0" width="50" height="30" title="GitHub"></iframe><br>
<hr>
<br>
Made with ❤️ by <b>Siddhant Sadangi</b>
<a href="https://linkedin.com/in/siddhantsadangi">
<span class="iconify-inline" data-icon="ion:logo-linkedin"></span></a>
<a href="mailto:[email protected]">
<span class="iconify-inline" data-icon="carbon:email"></span></a><br><br>
<script type="text/javascript"
src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button"
data-slug="siddhantsadangi" data-color="#000000" data-emoji="" data-font="Cookie"
data-text="Buy me a coffee" data-outline-color="#ffffff" data-font-color="#ffffff"
data-coffee-color="#FFDD00">
</script>
</div>
</body>
</html>