-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (57 loc) · 2.17 KB
/
index.html
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
---
layout: default
---
{% include navigation.html %}
<section class="container-md">
<div class="row justify-content-center mb-3 ml-top-padding">
<div class="heading-title col-12">
<div class="my-5 py-5">
<h1 class="lh-base">
Hi, I'm John! A social entrepreneur and software developer.
<a href="/projects"
>I create ethical, impact-driven solutions for a more sustainable
future.</a
>
</h1>
<p class="lead my-4 width-34">
I believe in harnessing technology in a responsible way to drive
positive change for everyone.
</p>
</div>
</div>
<div class="col-12 content">
<img
src="https://ik.imagekit.io/johnchque/website/home.jpg?updatedAt=1716105620184"
class="img-fluid mb-4"
alt="John Choque"
/>
<p>
Throughout my career I have explored the use and development of software
to make a positive social impact from different perspectives. Such work
has allowed me to explore areas of knowledge that I wouldn't have
otherwise.
</p>
<p>
My passions come from the goal of ensuring that technology is best used
to create a sustainable future where society is inclusive and empowering
for everyone. In this way, my work falls into the categories of ed-tech,
health tech, computer ethics, free and open source software,
pro-feminism, sustainability, and knowledge management.
</p>
<p>
I am currently a Senior Frontend Developer at
<a href="https://dk.ecco.com/" target="_blank">ECCO</a>. Prior to this
role, I worked for about 5 years as a Software Developer at
<a href="https://www.md-systems.ch/en" target="_blank"
>MD Systems GmbH</a
>, the top <a href="https://www.drupal.org/">Drupal</a> contributor in
Switzerland. You can see all my previous experience
<a href="/bio">here</a>.
</p>
<p>
In my free time, I like to <a href="/notes">learn on my own</a>,
<a href="/world/">travel around the world</a>, and write poetry.
</p>
</div>
</div>
</section>