File size: 3,755 Bytes
e1c625c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
55
56
57
58
59
60
61
<!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;">

            <b>v{VERSION}</b><br>
            ⭐ the repo to be notified of updates<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><br>
            <hr><br>
            Share the ❤️ on social media<br><br>
            <a href="https://www.facebook.com/sharer/sharer.php?kid_directed_site=0&sdk=joey&u=https%3A%2F%2Fimageworkdesk.streamlit.app%2F&display=popup&ref=plugin&src=share_button"
                target="_blank">
                <img src="https://github.com/SiddhantSadangi/SiddhantSadangi/assets/41324509/de66032a-4ff1-4505-8960-848884a3c29e"
                    alt="Share on Facebook" width="40" height="40">
            </a>
            <a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fimageworkdesk.streamlit.app%2F"
                target="_blank">
                <img src="https://github.com/SiddhantSadangi/SiddhantSadangi/assets/41324509/78caca71-10a3-45ac-949b-961b3ebf2429"
                    alt="Share on LinkedIn" height="40" width="40">
            </a>
            <a href="https://twitter.com/intent/tweet?original_referer=http%3A%2F%2Flimageworkdesk.streamlit.app&ref_src=twsrc%5Etfw%7Ctwcamp%5Ebuttonembed%7Ctwterm%5Eshare%7Ctwgr%5E&text=Check%20out%20this%20cool%20Streamlit%20app%20%F0%9F%8E%88&url=https%3A%2F%2Fimageworkdesk.streamlit.app%2F"
                target="_blank">
                <img src="https://github.com/SiddhantSadangi/SiddhantSadangi/assets/41324509/3d3f7366-2f96-4456-8476-e6b319cdc328"
                    alt="Share on Twitter" height="40" width="40">
            </a>
            <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>