Section cleanup
3
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
# python
|
# python
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.virtualenv
|
||||||
|
|
||||||
# node/bower
|
# node/bower
|
||||||
node_modules
|
node_modules
|
||||||
|
@ -17,4 +18,4 @@ assets/static/css
|
||||||
tests/venv
|
tests/venv
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
public
|
public
|
||||||
|
|
|
@ -17,3 +17,5 @@ body:
|
||||||
- **Finished**: 2019/09/26
|
- **Finished**: 2019/09/26
|
||||||
- **My rating**: 7/10
|
- **My rating**: 7/10
|
||||||
- **Completed everything?**: No, all main tasks only.
|
- **Completed everything?**: No, all main tasks only.
|
||||||
|
---
|
||||||
|
_discoverable: no
|
||||||
|
|
|
@ -1,44 +0,0 @@
|
||||||
_model: page
|
|
||||||
---
|
|
||||||
title: Contact
|
|
||||||
---
|
|
||||||
body:
|
|
||||||
|
|
||||||
<div class="grid text-center">
|
|
||||||
<div class="col-1-3 text-size-enormous">
|
|
||||||
<a class="no-underline" href="mailto:me@fmartingr.com">
|
|
||||||
<i class="fa fa-envelope" aria-hidden="true"></i>
|
|
||||||
<span class="text-size-normal display-block">E-Mail</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col-1-3 text-size-enormous">
|
|
||||||
<a class="no-underline" href="https://github.com/fmartingr">
|
|
||||||
<i class="fa fa-github" aria-hidden="true"></i>
|
|
||||||
<span class="text-size-normal display-block">Github</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col-1-3 text-size-enormous">
|
|
||||||
<a class="no-underline" href="https://www.linkedin.com/in/fmartingr/">
|
|
||||||
<i class="fa fa-linkedin" aria-hidden="true"></i>
|
|
||||||
<span class="text-size-normal display-block">LinkedIn</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col-1-3 text-size-enormous">
|
|
||||||
<a class="no-underline" href="https://telegram.me/fmartingr">
|
|
||||||
<i class="fa fa-telegram" aria-hidden="true"></i>
|
|
||||||
<span class="text-size-normal display-block">Telegram</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col-1-3 text-size-enormous">
|
|
||||||
<a class="no-underline" href="https://mastodon.social/@fmartingr">
|
|
||||||
<i class="fa fa-mastodon" aria-hidden="true"></i>
|
|
||||||
<span class="text-size-normal display-block">Mastodon</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="col-1-3 text-size-enormous">
|
|
||||||
<a class="no-underline" href="https://twitter.com/fmartingr">
|
|
||||||
<i class="fa fa-twitter" aria-hidden="true"></i>
|
|
||||||
<span class="text-size-normal display-block">Birdsite</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -8,7 +8,7 @@ I have been playing with code for a while now, but I also enjoy geeking around w
|
||||||
|
|
||||||
I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it.
|
I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it.
|
||||||
|
|
||||||
If you want to get in touch, [feel free to drop me a line](/contact).
|
If you want to get in touch feel free to drop me a line.
|
||||||
|
|
||||||
---
|
---
|
||||||
_template: home.html
|
_template: home.html
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
Title: Made with open source software
|
|
||||||
---
|
|
||||||
body:
|
|
||||||
|
|
||||||
Even for a small site like this, is important to use the appropriate tools!
|
|
||||||
|
|
||||||
Some of the open source tools used to make this site are:
|
|
||||||
|
|
||||||
Software:
|
|
||||||
* [Bower](https://bower.io/)
|
|
||||||
* [Emacs](https://www.gnu.org/software/emacs/)
|
|
||||||
* [Gulp](http://gulpjs.com/)
|
|
||||||
* [Lektor](https://getlektor.com)
|
|
||||||
* [Visual Studio Code](https://code.visualstudio.com)
|
|
||||||
|
|
||||||
Javascript libraries:
|
|
||||||
* [Featherlight lightbox](https://github.com/noelboss/featherlight/)
|
|
||||||
* [Fork Awesome](https://forkawesome.github.io/Fork-Awesome/)
|
|
||||||
* [jQuery](https://jquery.com)
|
|
||||||
|
|
||||||
<a href="https://neocities.org"><img src="https://files.fmartingr.dev/neocities.png" /></a>
|
|
||||||
|
|
||||||
And of course, this site "source code" [is publicly accessible on Github too](https://github.com/fmartingr/fmartingr-lektor).
|
|
||||||
|
|
||||||
---
|
|
||||||
_template: open-source.html
|
|
||||||
---
|
|
||||||
_discoverable: yes
|
|
||||||
---
|
|
||||||
title: Made with Open Source
|
|
|
@ -1,9 +0,0 @@
|
||||||
_discoverable: yes
|
|
||||||
---
|
|
||||||
_hidden: no
|
|
||||||
---
|
|
||||||
content:
|
|
||||||
|
|
||||||
You can find more software or experiments I made into my [Github account](https://github.com/fmartingr).
|
|
||||||
|
|
||||||
This is most of the work/personal projects I have been involved in but it may not be complete as I may have forgot to put some of them, didn't have enough information or the owner didn't allow me to announce my role in it.
|
|
|
@ -1,3 +0,0 @@
|
||||||
name: FOSS
|
|
||||||
---
|
|
||||||
slug: foss
|
|
|
@ -1,11 +0,0 @@
|
||||||
name: django-stats2
|
|
||||||
---
|
|
||||||
slug: django-stats2
|
|
||||||
---
|
|
||||||
url: https://github.com/fmartingr/django-stats2
|
|
||||||
---
|
|
||||||
url_in_list: yes
|
|
||||||
---
|
|
||||||
description_in_list: yes
|
|
||||||
---
|
|
||||||
description: Django library to create custom stats for model objects.
|
|
|
@ -1,9 +0,0 @@
|
||||||
name: HowMuchForThis
|
|
||||||
---
|
|
||||||
description: Simple API to extract prices from some e-commerce sites.
|
|
||||||
---
|
|
||||||
description_in_list: yes
|
|
||||||
---
|
|
||||||
url: https://github.com/fmartingr/howmuchforthis
|
|
||||||
---
|
|
||||||
url_in_list: yes
|
|
|
@ -1,11 +0,0 @@
|
||||||
name: keyhinter
|
|
||||||
---
|
|
||||||
description: Web Extension to easily navigate a site using only the keyboard.
|
|
||||||
---
|
|
||||||
description_in_list: yes
|
|
||||||
---
|
|
||||||
slug: keyhinter
|
|
||||||
---
|
|
||||||
url: https://github.com/fmartingr/keyhinter
|
|
||||||
---
|
|
||||||
url_in_list: yes
|
|
|
@ -1,9 +0,0 @@
|
||||||
name: Natif
|
|
||||||
---
|
|
||||||
description: Run websites as if they where native OS applications.
|
|
||||||
---
|
|
||||||
description_in_list: yes
|
|
||||||
---
|
|
||||||
url: https://github.com/fmartingr/natif
|
|
||||||
---
|
|
||||||
url_in_list: yes
|
|
|
@ -1,11 +0,0 @@
|
||||||
name: pyluxafor
|
|
||||||
---
|
|
||||||
description: Python library and CLI to interact with Luxafor USB Leds.
|
|
||||||
---
|
|
||||||
description_in_list: yes
|
|
||||||
---
|
|
||||||
slug: pyluxafor
|
|
||||||
---
|
|
||||||
url: https://github.com/fmartingr/pyluxafor
|
|
||||||
---
|
|
||||||
url_in_list: yes
|
|
|
@ -1,9 +0,0 @@
|
||||||
name: python-yubikey
|
|
||||||
---
|
|
||||||
description: Python library to interact with Yubico keys with OTP authentication.
|
|
||||||
---
|
|
||||||
description_in_list: yes
|
|
||||||
---
|
|
||||||
url: https://github.com/fmartingr/python-yubikey
|
|
||||||
---
|
|
||||||
url_in_list: yes
|
|
|
@ -1,24 +0,0 @@
|
||||||
name: AmiiboFindr
|
|
||||||
---
|
|
||||||
date: 2015-06-23
|
|
||||||
---
|
|
||||||
description:
|
|
||||||
|
|
||||||
A site for user to show and keep track of the Nintendo collectible figures called _Amiibo_, with also background jobs to fetch prices from configured shops.
|
|
||||||
|
|
||||||
Mostly an experiment to build something bigger.
|
|
||||||
|
|
||||||
[Open sourced on github](https://github.com/fmartingr/amiibofindr)
|
|
||||||
|
|
||||||
---
|
|
||||||
stack: Django, REST, CSS3, SemanticUI
|
|
||||||
---
|
|
||||||
type: personal
|
|
||||||
---
|
|
||||||
role: One-man project
|
|
||||||
---
|
|
||||||
slug: amiibofindr
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://amiibofindr.com
|
|
Before Width: | Height: | Size: 209 KiB |
|
@ -1,5 +0,0 @@
|
||||||
name: Personal projects
|
|
||||||
---
|
|
||||||
slug: personal-projects
|
|
||||||
---
|
|
||||||
show_images: yes
|
|
|
@ -1,22 +0,0 @@
|
||||||
name: Shelfzilla
|
|
||||||
---
|
|
||||||
date: 2014-07-15
|
|
||||||
---
|
|
||||||
description:
|
|
||||||
|
|
||||||
A site for comic collectors where anyone could track their collections, wish lists and read volumes.
|
|
||||||
|
|
||||||
The site was shut down on August 6th, 2016 after being online for two years.
|
|
||||||
---
|
|
||||||
stack: Django, Python, Javascript, PostgreSQL, CSS
|
|
||||||
---
|
|
||||||
type: personal
|
|
||||||
---
|
|
||||||
role: Software engineer
|
|
||||||
---
|
|
||||||
slug: shelfzilla
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
https://shelfzilla.com
|
|
||||||
|
|
Before Width: | Height: | Size: 299 KiB |
Before Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 729 KiB |
|
@ -1,5 +0,0 @@
|
||||||
name: Volunteer Work
|
|
||||||
---
|
|
||||||
slug: volunteer-work
|
|
||||||
---
|
|
||||||
show_images: yes
|
|
|
@ -1,19 +0,0 @@
|
||||||
name: Guild Empire
|
|
||||||
---
|
|
||||||
date: 2015-07-13
|
|
||||||
---
|
|
||||||
description:
|
|
||||||
|
|
||||||
A multiplayer turn based game where you control a guild assigning actions to your members that resolve after all players have selected actions. Its a really deep and complex game that my friend [@rsanchezbalo](https://twitter.com/rsanchezbalo) and some other have designed. For more information (in Spanish) [check out this video](http://piweek.tumblr.com/post/124072540493/ramiro-introduces-us-in-spanish-guild-empires).
|
|
||||||
|
|
||||||
Volunteered in the 2015s summer piweek.
|
|
||||||
---
|
|
||||||
stack:
|
|
||||||
---
|
|
||||||
type: volunteer
|
|
||||||
---
|
|
||||||
role: Back-end engineer
|
|
||||||
---
|
|
||||||
slug: guild-empire
|
|
||||||
---
|
|
||||||
url:
|
|
Before Width: | Height: | Size: 182 KiB |
|
@ -1,24 +0,0 @@
|
||||||
name: A random table
|
|
||||||
---
|
|
||||||
date: 2013-06-09
|
|
||||||
---
|
|
||||||
description:
|
|
||||||
|
|
||||||
As the site say:
|
|
||||||
|
|
||||||
> The place to find or host game sessions, meet new people through our player-to-player affinity system and discover new exciting games.
|
|
||||||
|
|
||||||
Volunteered on the 2013s Summer Piweek.
|
|
||||||
---
|
|
||||||
stack: Django, Python, Javascript
|
|
||||||
---
|
|
||||||
type: volunteer
|
|
||||||
---
|
|
||||||
role: Django developer
|
|
||||||
---
|
|
||||||
slug: random-table
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://arandomtable.com/
|
|
||||||
|
|
Before Width: | Height: | Size: 492 KiB |
|
@ -1,3 +0,0 @@
|
||||||
name: Work (applications)
|
|
||||||
---
|
|
||||||
slug: work-applications
|
|
|
@ -1,25 +0,0 @@
|
||||||
name: The Digital Signage (TDS)
|
|
||||||
---
|
|
||||||
date: 2009-07-15
|
|
||||||
---
|
|
||||||
description:
|
|
||||||
|
|
||||||
A custom digital signage software implementation built in vanilla PHP as the backend and web technologies in the front-end. Built in ~two months as a MVP that allowed me to start my own company with a partner.
|
|
||||||
|
|
||||||
Components:
|
|
||||||
- Crawler: A news crawler that filled up our database with news from different sources, tagged by source, category and geographic location.
|
|
||||||
- Screen Software: Custom scripts built on top of Micro PCs mounted behind the TV screens, allowing the computer to run a browser in "store mode", disabling any using input to show the pre-configured URL attached to this TV/Location.
|
|
||||||
- HTTP Public screen URL: The URL that the TV loaded in their browsers, with Javascript, built-in caching and some other goodies for maintenance.
|
|
||||||
- Backoffice: The main control panel for all the components where all automated news-list for the clients where generated, allowing multiple sources, configuration of the screens, information about online availability, etc.
|
|
||||||
---
|
|
||||||
stack: PHP, Mysql, Javascript, IT
|
|
||||||
---
|
|
||||||
type: private
|
|
||||||
---
|
|
||||||
role: Software/Hardware Engineer
|
|
||||||
---
|
|
||||||
slug: digital-signage-tds
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
|
@ -1,26 +0,0 @@
|
||||||
name: EWA (Easy Web Administrator)
|
|
||||||
---
|
|
||||||
date: 2010-01-01
|
|
||||||
---
|
|
||||||
description:
|
|
||||||
|
|
||||||
A custom framework to easily build websites with the big feature for end-users that the contents were easily editable live on top of the site, reviewing the changes of the text/media files on the fly.
|
|
||||||
|
|
||||||
Some features:
|
|
||||||
- Content revisions.
|
|
||||||
- Privilege support.
|
|
||||||
- Customizable site modules.
|
|
||||||
- Central administration application for all your sites.
|
|
||||||
- Branding support.
|
|
||||||
---
|
|
||||||
stack: PHP, Mysql, Javascript
|
|
||||||
---
|
|
||||||
type: private
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: ewa-easy-web-administrator
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
|
@ -1,21 +0,0 @@
|
||||||
name: Pendulum Framework
|
|
||||||
---
|
|
||||||
date: 2011-12-11
|
|
||||||
---
|
|
||||||
description:
|
|
||||||
|
|
||||||
A simple MVC framework built with vanilla PHP. The framework contained basic model support to easily create interaction of the site with the database as a simple yet extensible ORM, basic views that you could associate with templates and a core class to load modules or models as required.
|
|
||||||
|
|
||||||
This framework was built for the Projeggt project but [@albertogcatalan](https://github.com/albertogcatalan) continued working on it as [Quaver](https://github.com/MilloLab/quaver) under MIT license.
|
|
||||||
---
|
|
||||||
stack: PHP, Mysql
|
|
||||||
---
|
|
||||||
type: private
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: pendulum-framework
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
|
@ -1,20 +0,0 @@
|
||||||
name: A-House
|
|
||||||
---
|
|
||||||
date: 2013-09-15
|
|
||||||
---
|
|
||||||
description: Business site for one of my companies. Basic landing site with some eye-candy stuff and contact details.
|
|
||||||
---
|
|
||||||
stack: HTML, Javascript, CSS
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: a-house
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://a-house.es/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: Bytepix S.L.
|
|
Before Width: | Height: | Size: 63 KiB |
|
@ -1,17 +0,0 @@
|
||||||
name: ABC Compressors
|
|
||||||
---
|
|
||||||
date: 2010-02-17
|
|
||||||
---
|
|
||||||
description: Brochure web development. ABC brand services, products, news and catalogs slideshow.
|
|
||||||
---
|
|
||||||
stack:
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: abc
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 208 KiB |
|
@ -1,20 +0,0 @@
|
||||||
name: AK-Helicopters
|
|
||||||
---
|
|
||||||
date: 2014-08-15
|
|
||||||
---
|
|
||||||
description: A familiar bussiness of helicopter flights. Site with information and multimedia content for the company and also information of its services and routes.
|
|
||||||
---
|
|
||||||
stack: Django, Python, Javascript
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: ak-helicopters
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://ak-helicopters.com/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: Bytepix S.L.
|
|
Before Width: | Height: | Size: 833 KiB |
Before Width: | Height: | Size: 1.9 MiB |
|
@ -1,17 +0,0 @@
|
||||||
name: AZGestauto
|
|
||||||
---
|
|
||||||
date: 2010-04-14
|
|
||||||
---
|
|
||||||
description: Online services and commerce platform. Custom development of service management system and car buy / sell / auction system.
|
|
||||||
---
|
|
||||||
stack: PHP, Javascript
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: azgestauto
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 319 KiB |
Before Width: | Height: | Size: 319 KiB |
Before Width: | Height: | Size: 278 KiB |
Before Width: | Height: | Size: 243 KiB |
|
@ -1,20 +0,0 @@
|
||||||
name: Bexen Cardio / Medical
|
|
||||||
---
|
|
||||||
date: 2011-11-15
|
|
||||||
---
|
|
||||||
description: Brochure web and online catalog development. Specific products and online services catalog development for Bexen Cardio and Bexen Medical brands.
|
|
||||||
---
|
|
||||||
stack: EWA, PHP, Javascript
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: bexen
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://www.bexencardio.com/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 212 KiB |
Before Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 193 KiB |
|
@ -1,20 +0,0 @@
|
||||||
name: Bytepix
|
|
||||||
---
|
|
||||||
date: 2013-01-15
|
|
||||||
---
|
|
||||||
description: Business site for one of my companies. Basic Django CMS stack with some eye-candy Javascript on the frontpage that added some fun to the visitors.
|
|
||||||
---
|
|
||||||
stack: Django, Javascript, Coffeescript, PostgreSQL
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: bytepix
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://www.bytepix.com
|
|
||||||
|
|
||||||
---
|
|
||||||
company: Bytepix S.L.
|
|
Before Width: | Height: | Size: 104 KiB |
|
@ -1,24 +0,0 @@
|
||||||
name: Clinica Marzo
|
|
||||||
---
|
|
||||||
date: 2013-12-15
|
|
||||||
---
|
|
||||||
description:
|
|
||||||
|
|
||||||
Bussiness site for a dental clinic group. Mostly a content site.
|
|
||||||
|
|
||||||
A copy of the site were made for the owner: http://rubenmarzo.es
|
|
||||||
---
|
|
||||||
stack: Django, Python, Javascript
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: clinica-marzo
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://clinicamarzo.es/es/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: Bytepix S.L.
|
|
Before Width: | Height: | Size: 389 KiB |
Before Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 1.4 MiB |
|
@ -1,5 +0,0 @@
|
||||||
name: Work (sites)
|
|
||||||
---
|
|
||||||
slug: work-sites
|
|
||||||
---
|
|
||||||
show_images: yes
|
|
|
@ -1,20 +0,0 @@
|
||||||
name: Danobatgroup
|
|
||||||
---
|
|
||||||
date: 2010-03-17
|
|
||||||
---
|
|
||||||
description: Corporate web development manageable in 8 languages. Joint definition of complex content structure, with integrated SEO optimization tools in the application. File warehouse with different privilege levels and expiration date assignment of shared files for the commercial network.
|
|
||||||
---
|
|
||||||
stack: PHP, jQuery
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: danobatgroup
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://www.danobatgroup.com
|
|
||||||
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 186 KiB |
Before Width: | Height: | Size: 140 KiB |
|
@ -1,17 +0,0 @@
|
||||||
name: Domusa
|
|
||||||
---
|
|
||||||
date: 2011-10-24
|
|
||||||
---
|
|
||||||
description: Corporate website development with access to private area. Access privileges definition and subsequent programming, with SEO optimization tools integrated into the application. Variable contents depending on the availability of products / services in different geographic locations.
|
|
||||||
---
|
|
||||||
stack: EWA, PHP, Javascript
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: domusa
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 223 KiB |
Before Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 186 KiB |
Before Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 172 KiB |
|
@ -1,17 +0,0 @@
|
||||||
name: Ampo
|
|
||||||
---
|
|
||||||
date: 2011-12-01
|
|
||||||
---
|
|
||||||
description: Corporate Digital Signage. Personalized access to admin panel to handle corporate hospitality contents and internal communication.
|
|
||||||
---
|
|
||||||
stack: TDS, PHP, Javascript, Mysql
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: ds_ampo
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 156 KiB |
|
@ -1,17 +0,0 @@
|
||||||
name: DS Domusa
|
|
||||||
---
|
|
||||||
date: 2009-08-31
|
|
||||||
---
|
|
||||||
description: Digital Signage for POS. Joint definition of trusted external sources and access to administration panel for custom ads. Information screens that display advertising and industry contents chosen by the customer.
|
|
||||||
---
|
|
||||||
stack: PHP, Chrome, RSS, Javascript, Crawling
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software/Hardware Engineer
|
|
||||||
---
|
|
||||||
slug: ds_domusa
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 159 KiB |
|
@ -1,17 +0,0 @@
|
||||||
name: DRS & IK4-Ideko
|
|
||||||
---
|
|
||||||
date: 2009-11-30
|
|
||||||
---
|
|
||||||
description: Digital Signage with external content. Joint definition of trusted external sources for subsequent automatic publication of content. Information screens that display industry specialized articles automatically obtained from trusted sources.
|
|
||||||
---
|
|
||||||
stack: Digital Signage
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software / Hardware Engineer
|
|
||||||
---
|
|
||||||
slug: ds_drs_ideko
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 233 KiB |
|
@ -1,20 +0,0 @@
|
||||||
name: ENPAP
|
|
||||||
---
|
|
||||||
date: 2012-03-29
|
|
||||||
---
|
|
||||||
description: Simple and flexible management system development. ENPAP symposium live tracking through the insertion of contents by event organizers.
|
|
||||||
---
|
|
||||||
stack: EWA, PHP, Javascript
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: enpap
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://e-n-p-a-p.net/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: Bytepix S.L.
|
|
Before Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 169 KiB |
|
@ -1,20 +0,0 @@
|
||||||
name: Gurpil
|
|
||||||
---
|
|
||||||
date: 2011-11-30
|
|
||||||
---
|
|
||||||
description: Corporate web development and online product catalog. Definition and programming of multiple category levels; manageable multimedia area.
|
|
||||||
---
|
|
||||||
stack: EWA, PHP, Javascript
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: gurpil
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://www.gurpilan.com/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 243 KiB |
Before Width: | Height: | Size: 256 KiB |
Before Width: | Height: | Size: 238 KiB |
|
@ -1,20 +0,0 @@
|
||||||
name: IK4-Ideko
|
|
||||||
---
|
|
||||||
date: 2011-10-18
|
|
||||||
---
|
|
||||||
description: Corporate website section development for the 25th anniversary, also accessible from independent domain. Tailored programming of multimedia viewers for different types of content continuously published on the website: images, videos, documents and presentations.
|
|
||||||
---
|
|
||||||
stack: EWA, PHP, Javascript, MySQL
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: ik4-ideko
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://www.ideko.es/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 250 KiB |
Before Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 250 KiB |
|
@ -1,17 +0,0 @@
|
||||||
name: IK4-Ideko 25 aniversario
|
|
||||||
---
|
|
||||||
date: 2011-10-18
|
|
||||||
---
|
|
||||||
description: Corporate website section development for the 25th anniversary, also accessible from independent domain. Tailored programming of multimedia viewers for different types of content continuously published on the website: images, videos, documents and presentations.
|
|
||||||
---
|
|
||||||
stack: EWA, PHP, Javascript, MySQL
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: ik4-ideko25
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 208 KiB |
|
@ -1,20 +0,0 @@
|
||||||
name: IK4-Lortek
|
|
||||||
---
|
|
||||||
date: 2011-01-27
|
|
||||||
---
|
|
||||||
description: Corporate website development with several content hierarchy levels. Joint definition of architecture, programming fully manageable submenus.
|
|
||||||
---
|
|
||||||
stack: EWA, PHP, Javascript, MySQL
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: ik4-lortek
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://www.lortek.es/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 284 KiB |
Before Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 243 KiB |
|
@ -1,20 +0,0 @@
|
||||||
name: Kide
|
|
||||||
---
|
|
||||||
date: 2012-04-12
|
|
||||||
---
|
|
||||||
description: Corporate website development and online product catalog covering different brand ranges.
|
|
||||||
---
|
|
||||||
stack: EWA, PHP, Javascript
|
|
||||||
---
|
|
||||||
type: work
|
|
||||||
---
|
|
||||||
role: Software Engineer
|
|
||||||
---
|
|
||||||
slug: kide
|
|
||||||
---
|
|
||||||
url:
|
|
||||||
|
|
||||||
http://www.kide.com/
|
|
||||||
|
|
||||||
---
|
|
||||||
company: The Prime Tag S.C.
|
|
Before Width: | Height: | Size: 221 KiB |