Skip to content

Commit 37fb6b4

Browse files
committed
Update readme.md
1 parent 15073b7 commit 37fb6b4

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

readme.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -210,29 +210,33 @@ Licensed under the [Apache License 2.0](LICENSE).
210210
211211
<br />
212212
213-
<div align="center">
213+
<div align="center" style="display: flex; justify-content: center; align-items: center; gap: 16px;">
214214
<!-- GitHub (Supports Dark/Light Mode) -->
215-
<a href="https://github.com/stereolabs" target="_blank">
215+
<a href="https://github.com/stereolabs" target="_blank" style="text-decoration: none;">
216216
<picture>
217217
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/github_light.PNG?raw=true">
218218
<source media="(prefers-color-scheme: light)" srcset="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/github.png?raw=true">
219-
<img src="URL_TO_DEFAULT_GITHUB_LOGO" width="32" alt="GitHub" />
219+
<img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/github.png?raw=true" width="32" alt="GitHub" />
220220
</picture>
221221
</a>
222+
222223
<!-- Twitter/X -->
223-
<a href="https://x.com/RealSenseai" target="_blank">
224+
<a href="https://x.com/RealSenseai" target="_blank" style="text-decoration: none;">
224225
<img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/twitter.png?raw=true" width="32" alt="X (Twitter)" />
225226
</a>
227+
226228
<!-- YouTube -->
227-
<a href="https://www.youtube.com/c/IntelRealSense" target="_blank">
229+
<a href="https://www.youtube.com/c/IntelRealSense" target="_blank" style="text-decoration: none;">
228230
<img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/social.png?raw=true" width="32" alt="YouTube" />
229231
</a>
230-
<!-- linkedin -->
231-
<a href="https://www.linkedin.com/company/realsenseai?trk=similar-pages" target="_blank">
232-
<img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/linkedin.png?raw=true" width="32" alt="linkedin" />
232+
233+
<!-- LinkedIn -->
234+
<a href="https://www.linkedin.com/company/realsenseai?trk=similar-pages" target="_blank" style="text-decoration: none;">
235+
<img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/linkedin.png?raw=true" width="32" alt="LinkedIn" />
233236
</a>
237+
234238
<!-- Community -->
235-
<a href="https://realsenseai.com/" target="_blank">
239+
<a href="https://realsenseai.com/" target="_blank" style="text-decoration: none;">
236240
<img src="https://github.com/Noy-Zini/librealsense/blob/media-files/doc/img/logos/Real-sense-badge-rgb.png?raw=true" width="32" alt="Community" />
237241
</a>
238242
</div>

0 commit comments

Comments
 (0)