File: omnilib.html

package info (click to toggle)
python-aiosqlite 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 963; makefile: 46; sh: 5
file content (22 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="omnilib">
    <h4>The Omnilib Project</h4>
    <span>
        <a href="https://omnilib.dev">Omnilib</a> is a group of MIT licensed software libraries developed under a
        common, inclusive <a href="https://omnilib.dev/code_of_conduct.html">Code of Conduct</a>.
        We are committed to providing a welcoming and open space for all contributors who adhere to these rules.
    </span>
</div>
<div class="omnilib-badges">
    <a href="https://twitter.com/omnilib" alt="Omnilib on Twitter">
        <i class="fab fa-twitter"></i>
    </a>
    &nbsp;
    <a href="https://github.com/omnilib" alt="Omnilib on Github">
        <i class="fab fa-github"></i>
    </a>
    &nbsp;
    <a href="https://github.com/{{theme_github_user}}/{{theme_github_repo}}" alt="View site source">
        <i class="far fa-code"></i>
    </a>

</div>