Skip to content

Commit 7ff8483

Browse files
committed
Add dates
1 parent 32ed74d commit 7ff8483

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

src/pages/index.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ import CallToAction from "../components/CallToAction.astro"
8585
alt="The Federated Nexus logo, showing interconnected lines going out to orbs filled with the colors of the pride flag."
8686
/> Federated Nexus</h3
8787
>
88+
<span>July 2025 - Present</span>
8889
<p>
8990
I run <a href="https://federated.nexus"
9091
>Federated Nexus</a
@@ -103,6 +104,7 @@ import CallToAction from "../components/CallToAction.astro"
103104
<section>
104105
<article>
105106
<h3>The Quantarc website</h3>
107+
<span>Jan - May 2025</span>
106108
<p>
107109
I developed the{" "}
108110
<a href="https://quantarc.co.uk"
@@ -127,6 +129,7 @@ import CallToAction from "../components/CallToAction.astro"
127129
alt="The icon for QJobProcessor"
128130
/>Quantarc Mobile Apps</h3
129131
>
132+
<span>Sep 2025 - Present</span>
130133
<p>
131134
I designed, developed, and distributed two mobile
132135
apps for Quantarc, QHelpdesk and QJobProcessor.

src/styles/index.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,18 @@ main > * > section {
4747
margin: 0.5em;
4848
padding: 1em;
4949
display: flex;
50-
gap: 2rem;
50+
gap: 2.3rem;
51+
align-items: center;
5152
justify-content: center;
5253
flex-wrap: wrap;
5354
& article {
55+
& span {
56+
color: hsl(0, 0%, 60%);
57+
}
5458
& h3 {
5559
font-size: 2em;
5660
font-weight: normal;
57-
margin: 0.5em 0;
61+
margin: 0.3em 0;
5862
display: flex;
5963
align-items: center;
6064
gap: 0.7rem;
@@ -64,7 +68,7 @@ main > * > section {
6468
}
6569
}
6670
& p {
67-
margin: 0;
71+
margin: 0.7rem 0;
6872
}
6973
width: 420px;
7074
}
@@ -75,7 +79,6 @@ main > * > section {
7579
gap: 1em;
7680
& img {
7781
border-radius: var(--mdui-shape-corner-medium);
78-
border: 2px solid rgb(var(--primary));
7982

8083
.double > & {
8184
width: 45%;

0 commit comments

Comments
 (0)