-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (205 loc) Β· 8.69 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html>
<head>
<title>MartΓn Aimar - Full Stack Developer</title>
<link rel="stylesheet" type="text/css" href="./index.css">
<meta name="viewport" content="width=device-width, user-scalable=no">
</head>
<body class="antialiased font-josefin text-black">
<div class="body-bg p-8 container mx-auto flex flex-col">
<div class="mb-0 md:my-4 flex flex-col-reverse md:flex-row flex-wrap">
<div class="w-full md:w-2/3 flex flex-col justify-center">
<div>
<h1 class="uppercase text-5xl text-blue">MartΓn Aimar</h1>
<h3 class="text-3xl text-brown">Full Stack Developer</h3>
</div>
<div class="flex flex-wrap my-2">
<p class="w-full lg:w-1/2 my-1 text-sm sm:text-base md:text-lg">π +54 9 11 5464 1976</p>
<p class="w-full lg:w-1/2 my-1 text-sm sm:text-base md:text-lg">π https://github.com/Nartub600/</p>
<p class="w-full lg:w-1/2 my-1 text-sm sm:text-base md:text-lg">π§ [email protected]</p>
<p class="w-full lg:w-1/2 my-1 text-sm sm:text-base md:text-lg">π Buenos Aires, Argentina</p>
</div>
</div>
<div class="w-full md:w-1/3 flex items-center justify-center md:justify-end">
<img class="mb-8 md:mb-0 h-48 rounded-full" src="./picture.jpeg">
</div>
</div>
<div class="flex flex-wrap">
<div class="w-full md:w-2/3 md:pr-8 flex flex-col">
<div>
<h2 class="section-title">Experience</h2>
<div class="work-section">
<h4 class="work-title">Software Engineer</h4>
<h5 class="work-place">CION Agency</h5>
<p class="work-duration">ποΈ 07/2018 - Ongoing π Remote</p>
<div class="work-description">
<p class="my-1 font-bold">Web Apps</p>
<p class="my-1">π Contributed to and led the agency clients' projects</p>
<p class="my-1">π Vue, Laravel, Tailwind</p>
</div>
</div>
<hr class="separator">
<div class="work-section">
<h4 class="work-title">Software Engineer</h4>
<h5 class="work-place">CristalMedia</h5>
<p class="work-duration">ποΈ 08/2016 - 01/2019 π Remote</p>
<p class="work-link">π http://www.cristalmedia.net/</p>
<div class="work-description">
<p class="my-1 font-bold">Web & Mobile Apps</p>
<p class="my-1">π Continuous development of long-standing projects, successfully introduced new technologies</p>
<p class="my-1">π Agile, Git Flow, JIRA, Legacy PHP, jQuery, Bootstrap, Vue, Laravel, Ionic</p>
</div>
</div>
<hr class="separator">
<div class="work-section">
<h4 class="work-title">Specialist Teacher</h4>
<h5 class="work-place">Digital House</h5>
<p class="work-duration">ποΈ 10/2017 - 11/2017 π Buenos Aires, Argentina</p>
<p class="work-link">π http://www.digitalhouse.com/</p>
<div class="work-description">
<p class="my-1 font-bold">Code School</p>
<p class="my-1">π Conducted a course on Laravel</p>
</div>
</div>
<hr class="separator">
<div class="work-section">
<h4 class="work-title">Developer</h4>
<h5 class="work-place">Freelance</h5>
<p class="work-duration">ποΈ 05/2009 - Ongoing π Remote</p>
<div class="work-description">
<p class="my-1 font-bold">Web & Mobile Apps</p>
<p class="my-1">π Several clients and projects, managed every step of their lifecycle, from architechture to deployment and maintenance</p>
<p class="my-1">π Laravel, Angular, Vue, Bootstrap, jQuery, Tailwind, Socket.IO, PhoneGap, NGINX</p>
</div>
</div>
<hr class="separator">
</div>
<div>
<h2 class="section-title">Technologies</h2>
<div class="section">
<h4 class="mb-1 text-lg text-brown">Preferred stack</h4>
<div class="flex flex-wrap -m-2">
<span class="border border-grey p-2 m-2 text-blue">Laravel (PHP)</span>
<span class="border border-grey p-2 m-2 text-blue">Vue (JavaScript)</span>
<span class="border border-grey p-2 m-2 text-blue">Tailwind (CSS)</span>
<span class="border border-grey p-2 m-2 text-blue">TDD</span>
</div>
</div>
<hr class="separator">
<div class="section">
<h4 class="mb-1 text-lg text-brown">Comfortable with</h4>
<div class="flex flex-wrap -m-2">
<span class="border border-grey p-2 m-2 text-blue">React</span>
<span class="border border-grey p-2 m-2 text-blue">Angular</span>
<span class="border border-grey p-2 m-2 text-blue">Ionic</span>
<span class="border border-grey p-2 m-2 text-blue">Bootstrap</span>
<span class="border border-grey p-2 m-2 text-blue">Bulma</span>
<span class="border border-grey p-2 m-2 text-blue">SASS</span>
</div>
</div>
<hr class="separator">
</div>
<div>
<h2 class="section-title">Motivation</h2>
<div class="flex section">
<span class="w-1/2 text-lg">π Large scale apps</span>
<span class="w-1/2 text-lg">π€ Machine learning</span>
</div>
<hr class="separator">
</div>
</div>
<div class="w-full md:w-1/3 md:pl-8 flex flex-col">
<div>
<h2 class="section-title">Strengths</h2>
<div class="flex section">
<div class="w-12 flex justify-center">
π
</div>
<div class="flex-1">
<h4 class="mb-1 text-blue">Attention to detail</h4>
<p>I can't bear a single extra space anywhere, let alone bad indentation</p>
</div>
</div>
<hr class="separator">
<div class="flex section">
<div class="w-12 flex justify-center">
βοΈ
</div>
<div class="flex-1">
<h4 class="mb-1 text-blue">Making things work</h4>
<p>Not afraid of the unknown and persistent until the work is done</p>
</div>
</div>
<hr class="separator">
<div class="flex section">
<div class="w-12 flex justify-center">
π
</div>
<div class="flex-1">
<h4 class="mb-1 text-blue">Performance oriented</h4>
<p>Conscious of resource and time usage</p>
</div>
</div>
<hr class="separator">
</div>
<div>
<h2 class="section-title">Most proud of</h2>
<div class="flex section">
<div class="w-12 flex justify-center">
π
</div>
<div class="flex-1">
<h4 class="mb-1 text-blue">Learning by myself</h4>
<p>Always-be-learning mindset</p>
</div>
</div>
<hr class="separator">
<div class="flex section">
<div class="w-12 flex justify-center">
β¨
</div>
<div class="flex-1">
<h4 class="mb-1 text-blue">Being a clean coder</h4>
<p>Constantly looking for the right balance between reusability and maintainability</p>
</div>
</div>
<hr class="separator">
</div>
<div>
<h2 class="section-title">Languages</h2>
<div class="flex section">
<div class="w-1/2">
<h6 class="text-xl text-blue">Spanish</h6>
<p class="text-grey">Native</p>
</div>
<div class="w-1/2 flex items-center">
βοΈβοΈβοΈβοΈβοΈ
</div>
</div>
<hr class="separator">
<div class="flex section">
<div class="w-1/2">
<h6 class="text-xl text-blue">English</h6>
<p class="text-grey">Proficient</p>
</div>
<div class="w-1/2 flex items-center">
βοΈβοΈβοΈβοΈ
</div>
</div>
<hr class="separator">
<div class="flex section">
<div class="w-1/2">
<h6 class="text-xl text-blue">German</h6>
<p class="text-grey">Intermediate</p>
</div>
<div class="w-1/2 flex items-center">
βοΈβοΈ
</div>
</div>
<hr class="separator">
</div>
</div>
</div>
</div>
</body>
</html>