diff --git a/_includes/landings_list.html b/_includes/landings_list.html
index 752cf99..bbe4bb5 100644
--- a/_includes/landings_list.html
+++ b/_includes/landings_list.html
@@ -3,16 +3,47 @@
{% for landing in site.pages %}
{% if landing.category == 'landings' %}
+
+ Title
+
+
+ Year
+
+
+ Category
+
+
+
{% if landing.github %}
- {{ landing.title }}
- {% elsif landing.app_url %}
- {{ landing.title }}
- {% elsif landing.github and landing.app_url %}
- {{ landing.title }}
+
{% else %}
- {{ landing.title }}
+
{% endif %}
-
+
+ {{ landing.title }}
+
+
+ {{ landing.year }}
+
+
+ {{ landing.type }}
+
+
+
+ {% if landing.img %}
+
+ {% endif %}
+
{% endif %}
{% endfor %}
\ No newline at end of file
diff --git a/landings/GitDumbExt.html b/landings/GitDumbExt.html
index 2135c5d..3a5f12a 100644
--- a/landings/GitDumbExt.html
+++ b/landings/GitDumbExt.html
@@ -2,6 +2,7 @@
layout: landing
title: GitDumbEXT
category: landings
-app_url: https://maximoospital.github.io/Climapp/
+type: Google Chrome Extension
+year: 2024
---
Welcome to our landing page
\ No newline at end of file
diff --git a/landings/GitDumbExt2.html b/landings/GitDumbExt2.html
index 18a593e..d759687 100644
--- a/landings/GitDumbExt2.html
+++ b/landings/GitDumbExt2.html
@@ -2,6 +2,8 @@
layout: landing
title: GitDumbEXT2
category: landings
+type: Javascript App
github: https://github.com/maximoospital/GitDumb
+year: 2023
---
Welcome to our landing page
\ No newline at end of file
diff --git a/landings/GitDumbExt3.html b/landings/GitDumbExt3.html
index 361572c..04478be 100644
--- a/landings/GitDumbExt3.html
+++ b/landings/GitDumbExt3.html
@@ -2,5 +2,7 @@
layout: landing
title: GitDumbEXT3
category: landings
+type: Flutter App
+year: 2022
---
Welcome to our landing page
\ No newline at end of file