Portfolio

* Added lektor htmlmin plugin
* Improved sass grid
* Little update in contact page
* Added featherlight lightbox for project details screenshots
* Only loading lightbox libraries if needed
* Portfolio content review from migration
This commit is contained in:
Felipe 2017-04-10 22:49:43 +02:00 committed by GitHub
parent ea7ea8cc69
commit a3262ea645
149 changed files with 987 additions and 22 deletions

View file

@ -0,0 +1,3 @@
name: Work (applications)
---
slug: work-applications

View file

@ -0,0 +1,25 @@
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.

View file

@ -0,0 +1,26 @@
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.

View file

@ -0,0 +1,21 @@
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.