Skip to content

Commit 125cc9a

Browse files
committed
reorder projects
1 parent 21edcb0 commit 125cc9a

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

src/pages/index.astro

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -150,25 +150,6 @@ import CallToAction from "../components/CallToAction.astro"
150150
/>
151151
</aside>
152152
</section>
153-
<section>
154-
<article>
155-
<h3>Nixpkgs</h3>
156-
<span>Aug 2023 - Present</span>
157-
<p>
158-
I maintain many packages in <a
159-
href="https://github.com/NixOS/nixpkgs"
160-
>Nixpkgs</a
161-
>, a collection of over 120,000 software packages
162-
that can be installed with the Nix package manager.
163-
</p>
164-
</article>
165-
<aside>
166-
<Image
167-
src={nixpkgs}
168-
alt="A screenshot showing Nixpkgs open in VSCodium"
169-
/>
170-
</aside>
171-
</section>
172153
<section>
173154
<article>
174155
<h3
@@ -197,6 +178,25 @@ import CallToAction from "../components/CallToAction.astro"
197178
<Image src={helpdesk} alt="The QHelpdesk mobile app" />
198179
</aside>
199180
</section>
181+
<section>
182+
<article>
183+
<h3>Nixpkgs</h3>
184+
<span>Aug 2023 - Present</span>
185+
<p>
186+
I maintain many packages in <a
187+
href="https://github.com/NixOS/nixpkgs"
188+
>Nixpkgs</a
189+
>, a collection of over 120,000 software packages
190+
that can be installed with the Nix package manager.
191+
</p>
192+
</article>
193+
<aside>
194+
<Image
195+
src={nixpkgs}
196+
alt="A screenshot showing Nixpkgs open in VSCodium"
197+
/>
198+
</aside>
199+
</section>
200200
</div>
201201
</section>
202202
</mdui-card>

0 commit comments

Comments
 (0)