From a139cbecccd915c80fde6bdb36f26cfcc2720755 Mon Sep 17 00:00:00 2001 From: AlexiusOL <156766366+AlexiusOL@users.noreply.github.com> Date: Sun, 11 Feb 2024 15:15:53 -0600 Subject: [PATCH 1/2] Create BMI-Calculator.html Simple Body Mass Index Calculator --- entries/BMI-Calculator.html | 99 +++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 entries/BMI-Calculator.html diff --git a/entries/BMI-Calculator.html b/entries/BMI-Calculator.html new file mode 100644 index 00000000..1d3e578b --- /dev/null +++ b/entries/BMI-Calculator.html @@ -0,0 +1,99 @@ + + + + + + BMI Calculator + + + + +

BMI Calculator

+
+ +
+ + +

BMI:

+

Your BMI is:

+ +
+ + + + + + + From f6146a2c2876c9fb9fcbc7ed4dfebf89eef99e45 Mon Sep 17 00:00:00 2001 From: AlexiusOL <156766366+AlexiusOL@users.noreply.github.com> Date: Sun, 11 Feb 2024 15:20:26 -0600 Subject: [PATCH 2/2] Update entries.js --- entries.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/entries.js b/entries.js index 5d90a0d4..16e8b3c9 100644 --- a/entries.js +++ b/entries.js @@ -609,4 +609,11 @@ const entries = [ author: "Rupesh Soni", github: "rsoni124" }, + { + title: "BMI Calculator", + filename: "BMI-Calculator.html", + description: "Calculates Body Mass Index based on your weigth and heigth", + author: "Alexis Ortiz", + github: "AlexiusOL" + }, ];