-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
133 lines (122 loc) · 3.54 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
layout: default
category: home
---
<div class="intro">
<span class="text block">
<p>
I am a <strong>Product-oriented Software Developer</strong> and tech
enthusiast with over a decade of experience (Python, Ruby, Javascript). I
like building things people can use and making a positive impact on their
lives.
</p>
<p>
I am currently based in Berlin, Germany, working remotely in the EU area.
I am interested in EdTech, CleanTech, HealthTech, FoodTech, Open Source
Software, and <strong>shipping things that matter</strong>.
</p>
<p>
<a href="{{ '/lets_work_together/' | prepend: site.baseurl }}"
><strong>#OpenForWork</strong></a
>
</p>
</span>
<span class="block">
<img
class="polaroid"
src="/assets/Marius_Avram_dog_training.jpg"
alt="Marius Avram dog training Mio in Python"
loading="lazy"
/>
</span>
</div>
<div class="description">
<span class="block">
<img
class="polaroid"
src="/assets/Marius_Avram_bouldering.jpg"
alt="Marius Avram bouldering at Der Kegel"
loading="lazy"
/>
</span>
<span class="text block">
<p>
I enjoy <strong>bouldering and climbing</strong>, which helps me get a
fresh perspective on things whenever I feel stuck. I spend a lot of time
with my dogs in nature and I love teaching them tricks.
</p>
<p>
Both activities, climbing and <strong>dog training</strong>, involve a lot
of problem-solving and finding creative solutions, which relate in many
ways to coding. Additionally, I enjoy spending time in the kitchen, trying
out new recipes and <strong>baking</strong>.
</p>
</span>
</div>
<h3 class="center">Companies I worked at</h3>
<div class="companies">
<img
class="company"
src="/assets/babbel.png"
alt="Babbel Logo"
loading="lazy"
/>
<img class="company" src="/assets/dcmn.png" alt="DCMN Logo" loading="lazy" />
<img
class="company"
src="/assets/learningdata.png"
alt="Learning Data Logo"
loading="lazy"
/>
<img
class="company"
src="/assets/kimera.jpeg"
alt="Kimera Logo"
loading="lazy"
/>
<img
class="company"
src="/assets/classis.jpeg"
alt="Classis Logo"
loading="lazy"
/>
</div>
<div class="flexi-items">
<a class="button" href="{{ '/lets_work_together/' | prepend: site.baseurl }}"
><strong>Let's Work Together!</strong></a
>
</div>
<h3 class="center">Contact</h3>
<div class="contact">
<img
class="portrait"
src="/assets/Marius_Avram_portrait.png"
alt="Marius Avram profile portrait"
loading="lazy"
/>
<p>
<i>
I am enthusiastic
<a href="{{ '/lets_work_together/' | prepend: site.baseurl }}">
about taking on diverse challenges and am open to various work
arrangements </a
>, including contract roles, freelancing, and consulting opportunities.
<strong>Remote only</strong>. With a strong foundation in web development,
I specialize in Django, Rails, ReactJS, and VueJS. Additionally, my skills
extend to product management, ensuring
<strong
>your projects are not only technically robust but also strategically
aligned with your business goals</strong
>.
</i>
</p>
<div class="flexi-items">
<a class="button" href="mailto:[email protected]">Send me an email</a>
<a
class="button"
target="_blank"
href="https://ie.linkedin.com/in/mariusavram91"
><strong>Let's connect on Linkedin</strong></a
>
</div>
</div>