Skip to content

Commit d032c08

Browse files
committed
final readme fix
1 parent fd85852 commit d032c08

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

README.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
# Table of contents
88

9-
- [Project Overview](#projectoverview)
9+
- [Overview](#overview)
1010
- [Technologies](#technologies)
1111
- [License](#license)
1212
- [Acknowledgement](#acknowledgement)
1313

1414

15-
# Project Overview
15+
# Overview
1616

1717
This is a simple project that uses Sveltia CMS to easily manage and upload MP4 files of the tutorial clips. The clip filename has a shared video link ID, which will later be used to retrieve other information from the Lemnoslife API.
1818

@@ -23,7 +23,7 @@ This is a simple project that uses Sveltia CMS to easily manage and upload MP4 f
2323
- Takes information from the MP4 filename.
2424
- Calls the Lemnoslife API to retrieve additional data about the YouTube tutorial, such as:
2525
- Tutorial title
26-
- Link
26+
- Video Link
2727
- Channel title
2828
- Picks the library badge based on the title keywords.
2929
- Updates the JSON file with the retrieved data.
@@ -40,22 +40,33 @@ This project was made with the best practices for performance, including:
4040
- Video placeholders to improve initial load times.
4141
- Using the Intersection Observer API to stop playing videos when they are offscreen.
4242
- Other performance improvements to ensure a smooth user experience.
43-
- 98/100 Lighthouse score for Performance on mobile.
43+
44+
These practices resulted in a 98/100 Lighthouse score for Performance on mobile.
4445

4546

4647
# Technologies
4748

48-
<div style="display: flex; gap: 15px;">
49-
<a href="https://astro.build/" target="_blank">
50-
<img height="50" alt="astro-logo" src="./public/astro.svg" />
51-
</a>
52-
<a href="https://tailwindcss.com/" target="_blank">
53-
<img height="50" alt="tailwind-css-logo" src="./public/tailwindcss.svg" />
54-
</a>
55-
<a href="https://github.com/sveltia" target="_blank">
56-
<img height="50" alt="sveltia-logo" src="./public/sveltia.png" />
57-
</a>
58-
</div>
49+
<table>
50+
<tr>
51+
<td>
52+
<a href="https://astro.build/" target="_blank" style="color: transparent; text-decoration: none;">
53+
<img height="50" alt="astro-logo" src="./public/astro.svg" />
54+
</a>
55+
</td>
56+
<td style="width: 15px;"></td>
57+
<td>
58+
<a href="https://tailwindcss.com/" target="_blank" style="color: transparent; text-decoration: none;">
59+
<img height="50" alt="tailwind-css-logo" src="./public/tailwindcss.svg" />
60+
</a>
61+
</td>
62+
<td style="width: 15px;"></td>
63+
<td>
64+
<a href="https://github.com/sveltia" target="_blank" style="color: transparent; text-decoration: none;">
65+
<img height="50" alt="sveltia-logo" src="./public/sveltia.png" />
66+
</a>
67+
</td>
68+
</tr>
69+
</table>
5970

6071
# License
6172

0 commit comments

Comments
 (0)