blob: 7df593e41a3e8f959c0b9c33c096a85cc988865d [file] [log] [blame]
avm99963b3bc5b42020-09-25 17:37:21 +02001<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>Projects made by avm99963</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7
8 <!-- Material Web Components -->
9 <link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
10 <script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
11 <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
12 <link rel="stylesheet" href="styles.css">
13 <script>
14 window.addEventListener("load", function() {
15 mdc.autoInit();
16 });
17 </script>
18 </head>
19 <body class="mdc-typography">
20 <header class="mdc-top-app-bar mdc-top-app-bar--fixed">
21 <div class="mdc-top-app-bar__row">
22 <section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
23 <button class="mdc-icon-button material-icons mdc-top-app-bar__navigation-icon--unbounded">menu</button><span class="mdc-top-app-bar__title">Projects made by avm99963</span>
24 </section>
25 </div>
26 </header>
27 <main class="mdc-top-app-bar--fixed-adjust">
28
29 <h2 class="project-section-title"><i class="material-icons project-section-title__icon" style="color: #FFC400;">star</i> <span class="project-section-title__text">Featured projects</span></h2>
30
31 <div class="mdc-layout-grid projects">
32 <div class="mdc-layout-grid__inner">
33
34 <div class="mdc-layout-grid__cell project-cell">
35 <div class="project-card mdc-card">
36 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/covid_tracability_fme.png');"></div>
37 <div class="project-card__primary">
38 <h3 class="project-card__title mdc-typography mdc-typography--headline6">Covid Tracability tool for the FME</h3>
39 <h4 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Sep 2020 - Currently</h4>
40 </div>
41 <div class="project-card__secondary mdc-typography mdc-typography--body2">A team of students at the FME are currently developing a tool which helps students keep track of the places where they've sat throughout the day, in order to help the mathematics school trace the contacts of a positive case.</div>
42 <div class="mdc-card__actions">
43 <div class="mdc-card__action-buttons">
44 <a href="https://github.com/delefme/covid-tracability" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
45 <span class="mdc-button__ripple"></span> Main Git repo
46 </a>
47 <a href="https://github.com/delefme/covid-tracability-backend" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
48 <span class="mdc-button__ripple"></span> Backend Git repo
49 </a>
50 </div>
51 </div>
52 </div>
53 </div>
54
55 <div class="mdc-layout-grid__cell project-cell">
56 <div class="project-card mdc-card">
57 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('https://covid-19.sandbox.avm99963.com/output/graph.png');"></div>
58 <div class="project-card__primary">
59 <h3 class="project-card__title mdc-typography mdc-typography--headline6">COVID-19 risk graphs generator</h3>
60 <h4 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">May 2020 - Currently</h4>
61 </div>
62 <div class="project-card__secondary mdc-typography mdc-typography--body2">Open source project developed to generate daily graphs which show the risk factor of each health area in Catalonia, based on the data provided by the Catalan Government.</div>
63 <div class="mdc-card__actions">
64 <div class="mdc-card__action-buttons">
65 <a href="https://gerrit.avm99963.com/plugins/gitiles/covid19/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
66 <span class="mdc-button__ripple"></span> Gerrit repo
67 </a>
68 <a href="https://covid-19.sandbox.avm99963.com/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
69 <span class="mdc-button__ripple"></span> Visit it
70 </a>
71 </div>
72 </div>
73 </div>
74 </div>
75
76 <div class="mdc-layout-grid__cell project-cell">
77 <div class="project-card mdc-card">
78 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/hores.png');"></div>
79 <div class="project-card__primary">
80 <h3 class="project-card__title mdc-typography mdc-typography--headline6"><i>Hores</i></h3>
81 <h4 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Jul 2019 - Dec 2019</h4>
82 </div>
83 <div class="project-card__secondary mdc-typography mdc-typography--body2">Project I've profesionally developed for my previous high school so they can keep track of their workers' working hours, in order to comply with the new workers legislation in Spain.</div>
84 <div class="mdc-card__actions">
85 <div class="mdc-card__action-buttons">
86 <a href="https://hores.sandbox.avm99963.com/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
87 <span class="mdc-button__ripple"></span> Demo
88 </a>
89 <button disabled class="mdc-button mdc-card__action mdc-card__action--button">
90 <span class="mdc-button__ripple"></span> Closed source
91 </button>
92 </div>
93 </div>
94 </div>
95 </div>
96
97 <div class="mdc-layout-grid__cell project-cell">
98 <div class="project-card mdc-card">
99 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/graf.png');"></div>
100 <div class="project-card__primary">
101 <h3 class="project-card__title mdc-typography mdc-typography--headline6">The FME Graph</h3>
102 <h4 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Oct 2017 - Currently</h4>
103 </div>
104 <div class="project-card__secondary mdc-typography mdc-typography--body2">Open source web app which displays <span class="help" title="The FME Graph is a graph which shows the hookups that have taken place between people in the FME. People are represented by vertices, and when two of them have hooked up, they are connected by an edge.">the FME Graph</span>. It also has a companion Google Assistant app.</div>
105 <div class="mdc-card__actions">
106 <div class="mdc-card__action-buttons">
107 <a href="https://gerrit.avm99963.com/plugins/gitiles/graf/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
108 <span class="mdc-button__ripple"></span> Gerrit repo
109 </a>
110 <a href="https://labs.avm99963.com/graf/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
111 <span class="mdc-button__ripple"></span> Visit it
112 </a>
113 </div>
114 </div>
115 </div>
116 </div>
117
118 <div class="mdc-layout-grid__cell project-cell">
119 <div class="project-card mdc-card">
120 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/voting.png');"></div>
121 <div class="project-card__primary">
122 <h2 class="project-card__title mdc-typography mdc-typography--headline6">Voting</h2>
123 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Mar 2016 - Nov 2016</h3>
124 </div>
125 <div class="project-card__secondary mdc-typography mdc-typography--body2">Open source web-based voting system, developed as part of my baccalaureate research project. I highly encourage you to read the research project document!</div>
126 <div class="mdc-card__actions">
127 <div class="mdc-card__action-buttons">
128 <a href="https://github.com/avm99963/voting" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
129 <span class="mdc-button__ripple"></span> GitHub repo
130 </a>
131 <a href="img/bach_research_project.pdf" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
132 <span class="mdc-button__ripple"></span> Research project doc
133 </a>
134 </div>
135 </div>
136 </div>
137 </div>
138
139 <div class="mdc-layout-grid__cell project-cell">
140 <div class="project-card mdc-card">
141 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/translate_selected_text.png');"></div>
142 <div class="project-card__primary">
143 <h2 class="project-card__title mdc-typography mdc-typography--headline6">Translate Selected Text</h2>
144 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Jan 2014 - Currently</h3>
145 </div>
146 <div class="project-card__secondary mdc-typography mdc-typography--body2">Open source Chrome extension which lets users translate parts of a website quicker and safer. It asks for the smallest subset of permissions possible, and currently has 130,000+ users.</div>
147 <div class="mdc-card__actions">
148 <div class="mdc-card__action-buttons">
149 <a href="https://github.com/avm99963/translateselectedtext" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
150 <span class="mdc-button__ripple"></span> GitHub repo
151 </a>
152 <a href="https://chrome.google.com/webstore/detail/translate-selected-text/fbimffnjoeobhjhochngikepgfejjmgj" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
153 <span class="mdc-button__ripple"></span> Install
154 </a>
155 </div>
156 </div>
157 </div>
158 </div>
159
160 </div>
161 </div>
162
163 <h2 class="project-section-title"><i class="material-icons project-section-title__icon">build</i> <span class="project-section-title__text">Other projects</span></h2>
164
165 <div class="mdc-layout-grid projects">
166 <div class="mdc-layout-grid__inner">
167
168 <div class="mdc-layout-grid__cell project-cell">
169 <div class="project-card mdc-card">
170 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/twpowertools.png');"></div>
171 <div class="project-card__primary">
172 <h3 class="project-card__title mdc-typography mdc-typography--headline6">TW Power Tools</h3>
173 <h4 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">May 2020 - Currently</h4>
174 </div>
175 <div class="project-card__secondary mdc-typography mdc-typography--body2">Open source Chrome/Firefox extension which adds several additional features to the Google Product Forums, which are helpful to many <a href="https://support.google.com/communities/answer/9138806" target="_blank" rel="noreferrer">Google Product Experts</a>.</div>
176 <div class="mdc-card__actions">
177 <div class="mdc-card__action-buttons">
178 <a href="https://gerrit.avm99963.com/plugins/gitiles/infinitegforums/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
179 <span class="mdc-button__ripple"></span> Gerrit repo
180 </a>
181 <a href="https://chrome.google.com/webstore/detail/tw-power-tools-formerly-i/hpgakoecmgibigdbnljgecablpipbajb" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
182 <span class="mdc-button__ripple"></span> Install
183 </a>
184 </div>
185 </div>
186 </div>
187 </div>
188
189 <div class="mdc-layout-grid__cell project-cell">
190 <div class="project-card mdc-card">
191 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/support.png');"></div>
192 <div class="project-card__primary">
193 <h2 class="project-card__title mdc-typography mdc-typography--headline6">support.avm99963.com</h2>
194 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Jan 2020 - Currently</h3>
195 </div>
196 <div class="project-card__secondary mdc-typography mdc-typography--body2">Website powered by the open source tool <a href="https://www.mkdocs.org/" target="_blank" rel="noreferrer">mkdocs</a> which hosts several guides I've written in Spanish to help diagnose common problems with Google products such as Chrome.</div>
197 <div class="mdc-card__actions">
198 <div class="mdc-card__action-buttons">
199 <a href="https://github.com/avm99963/support.avm99963.com" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
200 <span class="mdc-button__ripple"></span> GitHub repo
201 </a>
202 <a href="https://support.avm99963.com/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
203 <span class="mdc-button__ripple"></span> Visit it
204 </a>
205 </div>
206 </div>
207 </div>
208 </div>
209
210 <div class="mdc-layout-grid__cell project-cell">
211 <div class="project-card mdc-card">
212 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/playliststats.png');"></div>
213 <div class="project-card__primary">
214 <h2 class="project-card__title mdc-typography mdc-typography--headline6">Spotify Playlist Stats</h2>
215 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Jun 2018</h3>
216 </div>
217 <div class="project-card__secondary mdc-typography mdc-typography--body2">Me and my friends used to argue because some of us added too many songs in our collaborative playlists. This tool helps solve this problem!</div>
218 <div class="mdc-card__actions">
219 <div class="mdc-card__action-buttons">
220 <a href="https://github.com/avm99963/playliststats" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
221 <span class="mdc-button__ripple"></span> GitHub repo
222 </a>
223 <a href="https://labs.avm99963.com/playliststats/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
224 <span class="mdc-button__ripple"></span> Use it
225 </a>
226 </div>
227 </div>
228 </div>
229 </div>
230
231 <div class="mdc-layout-grid__cell project-cell">
232 <div class="project-card mdc-card">
233 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/esglaona.png');"></div>
234 <div class="project-card__primary">
235 <h2 class="project-card__title mdc-typography mdc-typography--headline6"><i>Esglaona</i></h2>
236 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Nov 2017 - Jan 2018</h3>
237 </div>
238 <div class="project-card__secondary mdc-typography mdc-typography--body2">Web app used to organize the first <span class="help" title="School of Mathematics and Statistics (in Catalan: Facultat de Matemàtiques i Estadística)">FME</span> Gaussian Elimination of Matrices Competition. It synced the match results with Challonge.</div>
239 <div class="mdc-card__actions">
240 <div class="mdc-card__action-buttons">
241 <a href="https://github.com/avm99963/esglaona" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
242 <span class="mdc-button__ripple"></span> GitHub repo
243 </a>
244 <a href="https://challonge.com/es/ESGLAONA" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
245 <span class="mdc-button__ripple"></span> Challonge diagram
246 </a>
247 </div>
248 </div>
249 </div>
250 </div>
251
252 <div class="mdc-layout-grid__cell project-cell">
253 <div class="project-card mdc-card">
254 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/forum.png');"></div>
255 <div class="project-card__primary">
256 <h2 class="project-card__title mdc-typography mdc-typography--headline6">Forum</h2>
257 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Jul 2015 - Feb 2020</h3>
258 </div>
259 <div class="project-card__secondary mdc-typography mdc-typography--body2">Open source online forum platform based on the old Pistachio design made by Google around 2010.</div>
260 <div class="mdc-card__actions">
261 <div class="mdc-card__action-buttons">
262 <a href="https://github.com/avm99963/forum" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
263 <span class="mdc-button__ripple"></span> GitHub repo
264 </a>
265 <a href="https://forums.avm99963.com/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
266 <span class="mdc-button__ripple"></span> Demo
267 </a>
268 </div>
269 </div>
270 </div>
271 </div>
272
273 <div class="mdc-layout-grid__cell project-cell">
274 <div class="project-card mdc-card">
275 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/codejam.png');"></div>
276 <div class="project-card__primary">
277 <h2 class="project-card__title mdc-typography mdc-typography--headline6">Code Jam</h2>
278 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Mar 2015 - Oct 2017</h3>
279 </div>
280 <div class="project-card__secondary mdc-typography mdc-typography--body2">Open source website used to host coding competitions. It's designed to be an adaptation of the old Google Code Jam competition dashboard interface.</div>
281 <div class="mdc-card__actions">
282 <div class="mdc-card__action-buttons">
283 <a href="https://github.com/avm99963/codejam" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
284 <span class="mdc-button__ripple"></span> GitHub repo
285 </a>
286 </div>
287 </div>
288 </div>
289 </div>
290
291 <div class="mdc-layout-grid__cell project-cell">
292 <div class="project-card mdc-card">
293 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/metges.png');"></div>
294 <div class="project-card__primary">
295 <h2 class="project-card__title mdc-typography mdc-typography--headline6"><i>Metges</i></h2>
296 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Jan 2014 - May 2016</h3>
297 </div>
298 <div class="project-card__secondary mdc-typography mdc-typography--body2">Web app built for my high school in my free time so teachers could reserve hours for the annual health checkup.</div>
299 <div class="mdc-card__actions">
300 <div class="mdc-card__action-buttons">
301 <a href="https://github.com/avm99963/metge" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
302 <span class="mdc-button__ripple"></span> GitHub repo
303 </a>
304 </div>
305 </div>
306 </div>
307 </div>
308
309 <div class="mdc-layout-grid__cell project-cell">
310 <div class="project-card mdc-card">
311 <div class="mdc-card__media mdc-card__media--16-9" style="background-image: url('img/soundblow.png');"></div>
312 <div class="project-card__primary">
313 <h2 class="project-card__title mdc-typography mdc-typography--headline6">Soundblow</h2>
314 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Oct 2013 - 2015</h3>
315 </div>
316 <div class="project-card__secondary mdc-typography mdc-typography--body2">Soundblow was the Green Leaf successor. Another social network built with my friends Hodaifa and Mario which enabled people to share their favorite music with their friends.</div>
317 <div class="mdc-card__actions">
318 <div class="mdc-card__action-buttons">
319 <button disabled class="mdc-button mdc-card__action mdc-card__action--button">
320 <span class="mdc-button__ripple"></span> No longer available
321 </button>
322 </div>
323 </div>
324 </div>
325 </div>
326
327 <div class="mdc-layout-grid__cell project-cell">
328 <div class="project-card mdc-card">
329 <div class="mdc-card__media mdc-card__media--16-9">
330 <iframe class="project-card__youtube-media" type="text/html" src="https://www.youtube-nocookie.com/embed/9kSEyUTUNMU" frameborder="0" allowfullscreen></iframe>
331 </div>
332 <div class="project-card__primary">
333 <h2 class="project-card__title mdc-typography mdc-typography--headline6">Green Leaf</h2>
334 <h3 class="project-card__subtitle mdc-typography mdc-typography--subtitle2">Oct 2012 - Oct 2013</h3>
335 </div>
336 <div class="project-card__secondary mdc-typography mdc-typography--body2">Green Leaf was my first real life project. My friends Hodaifa, Mario, and me as a team built this social network in order to connect with our high school friends.</div>
337 <div class="mdc-card__actions">
338 <div class="mdc-card__action-buttons">
339 <a href="https://www.facebook.com/greenleaf.social/" target="_blank" rel="noreferrer" class="mdc-button mdc-card__action mdc-card__action--button">
340 <span class="mdc-button__ripple"></span> Facebook page
341 </a>
342 <button disabled class="mdc-button mdc-card__action mdc-card__action--button">
343 <span class="mdc-button__ripple"></span> No longer available
344 </button>
345 </div>
346 </div>
347 </div>
348 </div>
349
350 </div>
351 </div>
352 </main>
353 </body>
354</html>