Skip to content

Commit e7bc659

Browse files
committed
It's just ✨prettier✨
1 parent 31268b7 commit e7bc659

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

index.htm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
<div class="avatar" role="img" aria-label="Simon Grieve"></div>
7878
<div class="hero-text">
7979
<h1>Simon Grieve</h1>
80-
<p>Doing things for <span style="color: var(--accent);">users</span> and <span style="color: var(--accent);">products</span>.</p>
80+
<p>Doing things for <span style="color: var(--accent);">users</span> and <span style="color: var(--accent);">products</span>, on and off the internet.</p>
81+
<p><i>Occasionally</i> dabbling in web development.</p>
8182
</div>
8283
</header>
8384

@@ -87,6 +88,7 @@ <h2 class="section-title">The Short Version</h2>
8788
I have a deep-rooted history in retail and hospitality leadership.
8889
I believe the best digital products are built by listening to the people who use them. Whether it’s managing a community of thousands or retail operations, my focus is always on <strong>clarity, reliability, and human-centric service.</strong>
8990
</p>
91+
<p>Recently I have started dipping my toes into the world of web development. It's something I've always been interested in and I'm excited to see where it takes me.</p>
9092
</section>
9193

9294

@@ -109,14 +111,14 @@ <h2 class="section-title">By Day...</h2>
109111

110112
<section class="about">
111113
<h2 class="section-title">...And by night</h2>
112-
<p>In my spare time I am the Community Manager for <strong>Casterlabs</strong>.</p>
114+
<p>In my spare time I am the Community Manager for <strong><a href="https://casterlabs.co" target="_blank" style="text-decoration: none;">Casterlabs</a></strong>.</p>
113115
</section>
114116
<div class="card">
115117
<div class="card-header">
116118

117119
<span class="card-title">📑 Side Hustle</span>
118120
</div>
119-
<p class="card-body"> I maintain the <a href="https://docs.casterlabs.co/" target="_blank">documentation site</a> for the products, and manage the community Discord server.
121+
<p class="card-body"> I maintain the <a href="https://docs.casterlabs.co/" target="_blank" style="text-decoration: none;">documentation site</a> for the all of their products, as well as managing the community Discord server.
120122

121123
</p>
122124
</div>

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ flex: 1 0 auto; /* This makes the main content "grow" to fill the space */
169169

170170
.avatar {
171171

172-
width: 90px;
173-
height: 90px;
172+
width: 100px;
173+
height: 100px;
174174

175175
border-radius: 50%;
176176
border: var(--border-width) solid var(--border);

0 commit comments

Comments
 (0)