|
9 | 9 | attributes:
|
10 | 10 | value: |
|
11 | 11 | <!--- Logo and Header -->
|
12 |
| - <div align="center"> |
13 |
| - <picture> |
14 |
| - <source media="(prefers-color-scheme: dark)" srcset="https://github.com/Lennolium/simple-useragent/raw/master/img/banner_dark.png" |
15 |
| - width="500vw"> |
16 |
| - <source media="(prefers-color-scheme: light)" |
17 |
| - srcset="https://github.com/Lennolium/simple-useragent/raw/master/img/banner_light.png" |
18 |
| - width="500vw"> |
19 |
| - <img alt="PrivacyShield Banner" src="https://github.com/Lennolium/simple-useragent/raw/master/img/banner_light.png" |
20 |
| - width="500vw"> |
21 |
| - </picture> |
22 |
| - </div> |
| 12 | + <div align="center"> |
| 13 | + <picture> |
| 14 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Lennolium/simple-useragent/main/img/banner_dark.png" |
| 15 | + width="500vw"> |
| 16 | + <source media="(prefers-color-scheme: light)" |
| 17 | + srcset="https://raw.githubusercontent.com/Lennolium/simple-useragent/main/img/banner_light.png" |
| 18 | + width="500vw"> |
| 19 | + <img alt="simple-useragent banner" src="https://raw.githubusercontent.com/Lennolium/simple-useragent/main/img/banner_light.png" |
| 20 | + width="500vw"> |
| 21 | + </picture> |
| 22 | + </div> |
23 | 23 |
|
24 |
| - <h2 align="center">General Issue Submit Form</h2> |
25 |
| - <div align="center"> |
26 |
| - Provide the following information properly, which will help me to resolve your issue quickly. |
27 |
| - If you need further help with this form, please do not hesitate and contact me via <a href="mailto:simple-useragent@lennolium.dev">email</a>. |
28 |
| - Also make sure to check the issues tab for similar issues before submitting this form to avoid duplicates. |
29 |
| - For reporting all <b>general questions and ideas</b>, please open a discussion in the <a href="https://github.com/Lennolium/simple-useragent/discussions/new/choose">Discussion tab</a>. |
30 |
| - <br> |
31 |
| - <br> |
| 24 | + <h2 align="center">General Issue Submit Form</h2> |
| 25 | + <div align="center"> |
| 26 | + Provide the following information properly, which will help me to resolve your issue quickly. |
| 27 | + If you need further help with this form, please do not hesitate and contact me via <a href="mailto:simple-useragent@lennolium.dev">email</a>. |
| 28 | + Also make sure to check the issues tab for similar issues before submitting this form to avoid duplicates. |
| 29 | + For reporting all <b>general questions and ideas</b>, please open a discussion in the <a href="https://github.com/Lennolium/simple-useragent/discussions/new/choose">Discussion tab</a>. |
| 30 | + <br> |
| 31 | + <br> |
32 | 32 |
|
33 |
| - <a href="https://github.com/Lennolium/PrivacyShield/issues" > |
34 |
| - <img src="https://img.shields.io/github/issues-raw/Lennolium/simple-useragent?style=flat-square&label=Open%20Issues&color=deepskyblue" alt="open issues" > |
35 |
| - </a> |
| 33 | + <a href="https://github.com/Lennolium/PrivacyShield/issues" > |
| 34 | + <img src="https://img.shields.io/github/issues-raw/Lennolium/simple-useragent?style=flat-square&label=Open%20Issues&color=deepskyblue" alt="open issues" > |
| 35 | + </a> |
36 | 36 |
|
37 |
| - <a href="https://github.com/Lennolium/simple-useragent/issues?q=is%3Aissue+is%3Aclosed" > |
38 |
| - <img src="https://img.shields.io/github/issues-closed-raw/Lennolium/simple-useragent?style=flat-square&label=Closed%20Issues&color=aliceblue" alt="closed issues" > |
39 |
| - </a> |
| 37 | + <a href="https://github.com/Lennolium/simple-useragent/issues?q=is%3Aissue+is%3Aclosed" > |
| 38 | + <img src="https://img.shields.io/github/issues-closed-raw/Lennolium/simple-useragent?style=flat-square&label=Closed%20Issues&color=aliceblue" alt="closed issues" > |
| 39 | + </a> |
40 | 40 |
|
41 |
| - </div> |
42 |
| - <br> |
43 |
| - <br> |
| 41 | + </div> |
| 42 | + <br> |
| 43 | + <br> |
44 | 44 |
|
45 | 45 | - type: input
|
46 | 46 | id: category
|
|
0 commit comments