diff --git a/_layouts/portfolio.html b/_layouts/portfolio.html index fb37193..271e06f 100644 --- a/_layouts/portfolio.html +++ b/_layouts/portfolio.html @@ -11,6 +11,7 @@ layout: main {% when 'usi' %}University project {% when 'high-school' %}High school project {% when 'internship' %}Internship + {% when 'personal' %}Personal project {% endcase %}
diff --git a/_portfolio/arrowcounter.md b/_portfolio/arrowcounter.md new file mode 100644 index 0000000..c8ee121 --- /dev/null +++ b/_portfolio/arrowcounter.md @@ -0,0 +1,28 @@ +--- +layout: portfolio +title: Arrowcounter +date-start: 2018-07 +date-end: now +category: personal +languages: Python (Django) +images: + - arrowcounter/home.png + - arrowcounter/counts.png + - arrowcounter/counter.png + - arrowcounter/stats.png +description: Simple AJAX counter with some backend storage and statistics, intended to count the number of arrows shot in an archery training session. +repo-type: git +repo-url: https://tea.maggioni.xyz/maggicl/arrowcounter +--- + +This website is a counter web application I developed in my spare time using the +python framework Django. The application is intended to be used as a counter for +arrows shot in an archery training session. + +The application features a counter interface with multi-increment counter +buttons, a basic trend analyzer that measures the difference between the total +number of arrows shot and a yearly goal, CSV export capabilities, +and a statistics page. + +The frontend was built with plain HTML/CSS/Javascript, aside the use of the +Charts.js api and Materialize as a CSS library. diff --git a/_portfolio/smarthut.md b/_portfolio/smarthut.md index a653c60..d8e30e0 100644 --- a/_portfolio/smarthut.md +++ b/_portfolio/smarthut.md @@ -15,7 +15,15 @@ authors: - Christian Capeáns Pérez images: - smarthut/home-frontend.png -description:

Smart home manager for (mocked) smart devices, complete with user-definable rooms, presets, and events.

+ - smarthut/devices.png + - smarthut/scenes.png + - smarthut/automations.png + - smarthut/swagger.png +description: Smart home manager for (mocked) smart devices, complete with user-definable rooms, presets, and events. +repo-type: git +repo-url: https://tea.maggioni.xyz/smarthut + + --- This is a 3 month software engineering project part of the second year of USI's curriculum. As a team leader, I had to manage a team of 8 people to develop Smarthut, a full-stack Spring + ReactJS web application that manages smart devices. diff --git a/images/portfolio/arrowcounter/counter.png b/images/portfolio/arrowcounter/counter.png new file mode 100644 index 0000000..82cb691 Binary files /dev/null and b/images/portfolio/arrowcounter/counter.png differ diff --git a/images/portfolio/arrowcounter/counts.png b/images/portfolio/arrowcounter/counts.png new file mode 100644 index 0000000..10e24aa Binary files /dev/null and b/images/portfolio/arrowcounter/counts.png differ diff --git a/images/portfolio/arrowcounter/home.png b/images/portfolio/arrowcounter/home.png new file mode 100644 index 0000000..4fad934 Binary files /dev/null and b/images/portfolio/arrowcounter/home.png differ diff --git a/images/portfolio/arrowcounter/stats.png b/images/portfolio/arrowcounter/stats.png new file mode 100644 index 0000000..381147c Binary files /dev/null and b/images/portfolio/arrowcounter/stats.png differ diff --git a/images/portfolio/smarthut/automations.png b/images/portfolio/smarthut/automations.png new file mode 100644 index 0000000..9c6fcb0 Binary files /dev/null and b/images/portfolio/smarthut/automations.png differ diff --git a/images/portfolio/smarthut/devices.png b/images/portfolio/smarthut/devices.png new file mode 100644 index 0000000..cc526f9 Binary files /dev/null and b/images/portfolio/smarthut/devices.png differ diff --git a/images/portfolio/smarthut/scenes.png b/images/portfolio/smarthut/scenes.png new file mode 100644 index 0000000..288c4ce Binary files /dev/null and b/images/portfolio/smarthut/scenes.png differ diff --git a/images/portfolio/smarthut/swagger.png b/images/portfolio/smarthut/swagger.png new file mode 100644 index 0000000..537299b Binary files /dev/null and b/images/portfolio/smarthut/swagger.png differ diff --git a/portfolio.html b/portfolio.html index efb5a0e..98de9f8 100644 --- a/portfolio.html +++ b/portfolio.html @@ -17,6 +17,7 @@ permalink: /portfolio/ {% when 'usi' %}University project {% when 'high-school' %}High school project {% when 'internship' %}Internship + {% when 'personal' %}Personal project {% endcase %}
@@ -26,7 +27,7 @@ permalink: /portfolio/
{% for img in p.images %} - + {% endfor %}