-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsidebar.html
executable file
·36 lines (36 loc) · 2.23 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
<!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>
<div style="text-align:center; font-size:14px; color:lightgrey; font-family: 'Source Sans Pro', sans-serif;">
<hr><br>
<b>v{VERSION}</b><br>
⭐ the repo to be notified of updates<br>
<iframe src="https://ghbtns.com/github-btn.html?user=SiddhantSadangi&repo=WordleSolver&type=star" frameborder="0" width="50" height="20" title="GitHub"></iframe><br>
<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><br>
<hr><br>
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
</a><br>
<div style="font-size:12px;">
This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><b>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</b></a>.<br>
You can modify and build upon this work non-commercially. All derivatives should be credited to me and be licenced under the same terms.
</div>
</div>
</body>
</html>