Skip to content

Commit

Permalink
Update TimelineComponent.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Mar 29, 2024
1 parent f1a4a59 commit 5592c35
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions src/components/TimelineComponent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,33 @@ import "/src/styles/timeline.scss";
style="text-decoration:none;"
href="https://github.com/Athena-OS/athena-nix/"
>
Migration to a Nix/NixOS based distribution
Implementation of Nix/NixOS based distribution
</a>
</span>
</div>
</div>
<div class="swiper-slide">
<div class="timestamp">
<span>Milestone Q1</span>
</div>
<div class="status">
<span>Aegis Installer</span>
</div>
</div>
<div class="swiper-slide">
<div class="timestamp">
<span>Milestone Q2</span>
</div>
<div class="status">
<span>Addition of more custom tools and features</span>
<span>Aegis Installer</span>
</div>
</div>
<div class="swiper-slide">
<div class="timestamp">
<span>Milestone Q3</span>
</div>
<div class="status">
<span>ARM architecture support?</span>
<span>Addition of more custom tools and features</span>
</div>
</div>
<div class="swiper-slide">
<div class="timestamp">
<span>Milestone Q4</span>
</div>
<div class="status">
<span>Not determined yet</span>
<span>ARM architecture support?</span>
</div>
</div>
</div>
Expand All @@ -62,7 +54,7 @@ import "/src/styles/timeline.scss";
style="text-decoration:none"
href='https://github.com/Athena-OS/athena-nix/'
>
Migration to a Nix/NixOS based distribution
Implementation of Nix/NixOS based distribution
</a>
</span>
<span class="time-wrapper"><span class="time">Milestone Q1</span></span>
Expand All @@ -75,16 +67,6 @@ import "/src/styles/timeline.scss";
<span class="flag">
Aegis Installer
</span>
<span class="time-wrapper"><span class="time">Milestone Q1</span></span>
</div>
</div>
</li>
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">
Addition of more custom tools and features
</span>
<span class="time-wrapper"><span class="time">Milestone Q2</span></span>
</div>
</div>
Expand All @@ -93,7 +75,7 @@ import "/src/styles/timeline.scss";
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">
ARM architecture support?
Addition of more custom tools and features
</span>
<span class="time-wrapper"><span class="time">Milestone Q3</span></span>
</div>
Expand All @@ -103,7 +85,7 @@ import "/src/styles/timeline.scss";
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">
Not dermined yet
ARM architecture support?
</span>
<span class="time-wrapper"><span class="time">Milestone Q4</span></span>
</div>
Expand Down

0 comments on commit 5592c35

Please sign in to comment.