style(readme): replace table layout with inline images for screenshots
This commit is contained in:
parent
5bb5dda345
commit
c4bce6656c
1 changed files with 9 additions and 11 deletions
20
README.md
20
README.md
|
|
@ -1,14 +1,12 @@
|
|||
<table align="center" border="0">
|
||||
<tr valign="middle">
|
||||
<td><a href="docs/screenshots/1.jpg"><img src="docs/screenshots/1.jpg" width="95" alt="Kanban Board" /></a></td>
|
||||
<td><a href="docs/screenshots/7.png"><img src="docs/screenshots/7.png" width="95" alt="Code Review" /></a></td>
|
||||
<td><a href="docs/screenshots/2.jpg"><img src="docs/screenshots/2.jpg" width="95" alt="Team View" /></a></td>
|
||||
<td><img src="resources/icons/png/1024x1024.png" alt="Claude Agent Teams UI" width="100" /></td>
|
||||
<td><a href="docs/screenshots/3.jpg"><img src="docs/screenshots/3.jpg" width="95" alt="Agent Comments" /></a></td>
|
||||
<td><a href="docs/screenshots/4.png"><img src="docs/screenshots/4.png" width="95" alt="Create Team" /></a></td>
|
||||
<td><a href="docs/screenshots/6.png"><img src="docs/screenshots/6.png" width="95" alt="Settings" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p align="center">
|
||||
<a href="docs/screenshots/1.jpg"><img src="docs/screenshots/1.jpg" width="95" alt="Kanban Board" /></a>
|
||||
<a href="docs/screenshots/7.png"><img src="docs/screenshots/7.png" width="95" alt="Code Review" /></a>
|
||||
<a href="docs/screenshots/2.jpg"><img src="docs/screenshots/2.jpg" width="95" alt="Team View" /></a>
|
||||
<img src="resources/icons/png/1024x1024.png" alt="Claude Agent Teams UI" width="100" />
|
||||
<a href="docs/screenshots/3.jpg"><img src="docs/screenshots/3.jpg" width="95" alt="Agent Comments" /></a>
|
||||
<a href="docs/screenshots/4.png"><img src="docs/screenshots/4.png" width="95" alt="Create Team" /></a>
|
||||
<a href="docs/screenshots/6.png"><img src="docs/screenshots/6.png" width="95" alt="Settings" /></a>
|
||||
</p>
|
||||
|
||||
<h1 align="center">Claude Agent Teams UI</h1>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue