Fix: replace link buttons with shields.io badges
Browse files- index.html +6 -14
index.html
CHANGED
|
@@ -37,16 +37,8 @@
|
|
| 37 |
.description { margin-bottom: 1.5rem; }
|
| 38 |
.badges { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 1.5rem 0; }
|
| 39 |
.badges img { height: 22px; }
|
| 40 |
-
.links { display: flex; gap:
|
| 41 |
-
.links
|
| 42 |
-
color: var(--accent);
|
| 43 |
-
text-decoration: none;
|
| 44 |
-
padding: 0.5rem 1rem;
|
| 45 |
-
border: 1px solid var(--accent);
|
| 46 |
-
border-radius: 4px;
|
| 47 |
-
transition: all 0.2s;
|
| 48 |
-
}
|
| 49 |
-
.links a:hover { background: var(--accent); color: #fff; }
|
| 50 |
.arch-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
|
| 51 |
.arch-table th, .arch-table td {
|
| 52 |
text-align: left;
|
|
@@ -87,10 +79,10 @@
|
|
| 87 |
</p>
|
| 88 |
|
| 89 |
<div class="links">
|
| 90 |
-
<a href="https://edgefirst.studio">EdgeFirst Studio</a>
|
| 91 |
-
<a href="https://github.com/EdgeFirstAI">GitHub</a>
|
| 92 |
-
<a href="https://doc.edgefirst.ai">Documentation</a>
|
| 93 |
-
<a href="https://www.au-zone.com">Au-Zone Technologies</a>
|
| 94 |
</div>
|
| 95 |
|
| 96 |
<h2>Supported Hardware</h2>
|
|
|
|
| 37 |
.description { margin-bottom: 1.5rem; }
|
| 38 |
.badges { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 1.5rem 0; }
|
| 39 |
.badges img { height: 22px; }
|
| 40 |
+
.links { display: flex; gap: 0.4rem; margin: 1.5rem 0; flex-wrap: wrap; }
|
| 41 |
+
.links img { height: 28px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
.arch-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
|
| 43 |
.arch-table th, .arch-table td {
|
| 44 |
text-align: left;
|
|
|
|
| 79 |
</p>
|
| 80 |
|
| 81 |
<div class="links">
|
| 82 |
+
<a href="https://edgefirst.studio"><img src="https://img.shields.io/badge/EdgeFirst_Studio-e94560?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xMiAyTDIgN2wxMCA1IDEwLTV6Ii8+PHBhdGggZD0iTTIgMTdsMTAgNSAxMC01Ii8+PHBhdGggZD0iTTIgMTJsMTAgNSAxMC01Ii8+PC9zdmc+" alt="EdgeFirst Studio"></a>
|
| 83 |
+
<a href="https://github.com/EdgeFirstAI"><img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub"></a>
|
| 84 |
+
<a href="https://doc.edgefirst.ai"><img src="https://img.shields.io/badge/Docs-0072CE?style=for-the-badge&logo=readthedocs&logoColor=white" alt="Documentation"></a>
|
| 85 |
+
<a href="https://www.au-zone.com"><img src="https://img.shields.io/badge/Au--Zone_Technologies-333?style=for-the-badge" alt="Au-Zone Technologies"></a>
|
| 86 |
</div>
|
| 87 |
|
| 88 |
<h2>Supported Hardware</h2>
|