-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
71 lines (48 loc) · 1.97 KB
/
index.qmd
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
62
63
64
65
66
67
68
69
70
71
---
title: "<span style='color: white;'>Hello, I'm Jess!</span>"
main-photo: images/profile.png
title-block-banner: "#355070"
format:
html:
quarto-template-params:
banner-header-class: "home"
---
::: {.grid}
::: {.g-col-12 .g-col-sm-4}
```{=html}
<div class="grid" style="--bs-columns: 5; row-gap: 0;">
<div class="g-col-1 g-col-sm-0"></div>
<div class="g-col-3 g-col-sm-5">
<picture>
<source media="(min-width: 576px)" srcset="{{< meta main-photo >}}">
<img class="img-fluid" src="{{< meta main-photo >}}">
</picture>
</div>
<div class="g-col-1 g-col-sm-0"></div>
</div>
```
:::
::: {.g-col-12 .g-col-sm-8}
## Background
🔍 I’m an **insight and analytics specialist** with nearly a decade of experience across lots of different roles and sectors.
🧩 I mainly **work with geospatial data**, and solve problems to **help people make better decisions**.
## What I'm currently doing
⏯️ In September 2023 I decided to take a career break and explore new opportunities.
👩🎓 I’m currently **pursuing an MSc in Urban Data Science & Analytics** at the University of Leeds, whilst working as a Freelance Consultant.
💡 My studies have deepened my analytical and research capabilities whilst giving me the time and space to delve into all things geospatial!
> ##### **Have a look at some of my projects [here](projects/index.qmd).**
## What do I want to do?
🌱 **My aim is to move into sustainable development** and use my skills and expertise to help **solve problems in our cities**.
> <p>
You can find me on GitHub and LinkedIn here:
</p>
<p>
<a href="https://github.com/JessArkesden" target="_blank">
<img src="images/GitHub_icon.png" alt="GitHub" style="width: 40px; height: 40px; margin-top: 10px; margin-right: 10px;">
</a>
<a href="https://linkedin.com/in/JessArkesden" target="_blank">
<img src="images/LinkedIn_icon.png" alt="LinkedIn" style="width: 40px; height: 40px; margin-top: 10px;">
</a>
</p>
:::
:::