-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (48 loc) · 2.36 KB
/
Copy pathindex.html
File metadata and controls
62 lines (48 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
og_type: page
title: Person
blurb: The personal site of Simon Grieve (not the horse one)
permalink: /index
---
<main id="main" class="container">
<header class="hero">
<div class="avatar" role="img" aria-label="Simon Grieve"></div>
<div class="hero-text">
<h1>Simon Grieve</h1>
<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>
<p><i>Occasionally</i> dabbling in web development.</p>
</div>
</header>
{% include breadcrumbs.html %}
<h2>The Short Version</h2>
<p>
I have a deep-rooted history in retail and hospitality leadership.
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>
</p>
<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>
<h2>Professionally Speaking...</h2>
<p>I work in a high-street retail store in a middle-management role.</p>
<div class="card">
<div class="card-header">
<span class="card-title">📝 <a href="/CV" style="text-decoration: none;">Professional History</a></span>
</div>
<p class="card-body">View and download my updated CV. I would love to speak to you about future prospects.</p>
</div>
</a>
<h3>How I fill my time...</h3>
<div class="grid-2">
<a class="card" href="projects" style="text-decoration: none;">
<p class="card-title" style="text-decoration: none;"> 💻 Projects </p>
<p class="card-body" style="text-decoration: none;">All the various past-ventures, hobbies and, side-hustles I have been involved with over the years.</p>
</a>
<a class="card" href="/blog">
<span class="card-title" style="text-decoration: none;">📖 The Blog</span>
<span class="card-body" style="text-decoration: none;"> I've started a blog! I never actually thought, after all these years that I would again! I must be mad!</p>
</a>
</div>
</div>
</div>
</div>
</div>
</main>